Created
July 6, 2015 08:53
-
-
Save potato4d/2075c83fb6b7dd8c7602 to your computer and use it in GitHub Desktop.
Mac版Chromeでの[か][字][カ]を一応解消するブックマークレット
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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