Created
March 6, 2011 02:35
-
-
Save dolpen/856971 to your computer and use it in GitHub Desktop.
フォントをインストールしてから使ってください
This file contains hidden or 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
// ==UserScript== | |
// @name Madoka World | |
// @namespace http://www.dolpen.net/ | |
// @description 全世界イヌカレー空間 | |
// @include http://* | |
// @include https://* | |
// @require http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js | |
// ==/UserScript== | |
//font:http://tinyurl.com/MadokaRunesFont | |
(function(){ | |
$('*').css('font-family','MadokaRunes'); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment