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
| Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); | |
| var Ci = Components.interfaces; | |
| var Cc = Components.classes; | |
| var Language = { | |
| evaluators: { | |
| "jscript": "cscript //E:JScript //Nologo", | |
| "vbs" : "cscript //E:VBScript //Nologo", | |
| "ruby" : "ruby", |
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 4gamerViewer | |
| // @namespace http://d.hatena.ne.jp/arikui/ | |
| // @description http://userscripts.org/scripts/show/39290 | |
| // @include http://www.4gamer.net/ | |
| // @require http://gist.github.com/raw/3242/9dc0cdee5e975d275c7ab71f581d272eb316674f | |
| // ==/UserScript== | |
| (function(){ | |
| var thumbnail = document.createElement("div"); | |
| var newsDay1 = document.getElementById("NEWS_SELECT_DAY_1"); |
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 netkeiba past rase | |
| // @namespace http://d.hatena.ne.jp/arikui/ | |
| // @include http://race.netkeiba.com/?pid=race&id=* | |
| // @require http://gist.github.com/3238.txt | |
| // ==/UserScript== | |
| var pastRaceNum = 10; | |
| // set label |
NewerOlder