Skip to content

Instantly share code, notes, and snippets.

@potato4d
Created July 6, 2015 08:53
Show Gist options
  • Save potato4d/2075c83fb6b7dd8c7602 to your computer and use it in GitHub Desktop.
Save potato4d/2075c83fb6b7dd8c7602 to your computer and use it in GitHub Desktop.
Mac版Chromeでの[か][字][カ]を一応解消するブックマークレット
/**
* jQueryの読み込みコードはこちらを使っています。
* http://qiita.com/otchy/items/5c4f2e1b2a93ac200f1c
**/
javascript:(function(f,s){s=document.createElement("script");s.src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js";s.onload=function(){f(jQuery.noConflict(true))};document.body.appendChild(s)})(function($){ $("*").css("font-family", "sans-serif"); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment