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
// ==UserScript== | |
// @name emu.js | |
// @namespace http://twitter.com/amasawa | |
// @include http://sp.pf.mbga.jp/* | |
// @run-at document-start | |
// ==/UserScript== | |
(function () { | |
var script = document.createElement('script'); | |
script.textContent = '\ |
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
(function () { | |
var args = { | |
id : phantom.args[0], | |
pw : phantom.args[1] | |
}; | |
var urls = [ | |
'https://ssl.sp.mbga.jp/_lg' | |
]; |
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
// ==UserScript== | |
// @name secure.js | |
// @namespace http://twitter.com/amasawa | |
// @include * | |
// ==/UserScript== | |
(function () { | |
try { | |
var e = function () { return ''; }; | |
var f = function () { return false; }; |
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
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Change JIS_YEN Key</name> | |
<appendix>JIS_YEN to BACKQUOTE (Shift+JIS_YEN to Tilde)</appendix> | |
<identifier>private.change_jis_yen_key</identifier> | |
<autogen>--KeyToKey-- KeyCode::JIS_YEN, KeyCode::BACKQUOTE</autogen> | |
<autogen>--KeyToKey-- KeyCode::BACKQUOTE, KeyCode::JIS_YEN</autogen> | |
</item> | |
</root> |
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
// ==UserScript== | |
// @name dnt.js | |
// @namespace http://twitter.com/amasawa | |
// @include * | |
// ==/UserScript== | |
(function () { | |
if (navigator.doNotTrack) { | |
navigator.doNotTrack = 'yes'; | |
} |
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
// ==UserScript== | |
// @name shingeki.js | |
// @namespace http://twitter.com/amasawa | |
// @include http://sp.pf.mbga.jp/12007160* | |
// @include http://sp.pf.mbga.jp/12008054* | |
// @include http://sp.pf.mbga.jp/12009496* | |
// @include http://sp.pf.mbga.jp/12008982* | |
// @run-at document-start | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name mhc.js | |
// @namespace http://twitter.com/amasawa | |
// @include http://sp.pf.mbga.jp/12008982* | |
// @run-at document-start | |
// ==/UserScript== | |
var script = document.createElement('script'); | |
script.textContent = '\ | |
document.createTouch = function () {};\ |
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
Show hidden characters
{ | |
"passfail" : false, | |
"maxerr" : 100, | |
"browser" : true, | |
"node" : false, | |
"rhino" : false, | |
"couch" : false, | |
"wsh" : true, |
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
// ==UserScript== | |
// @name shingeki.js | |
// @namespace http://twitter.com/amasawa | |
// @include http://sp.pf.mbga.jp/12007160* | |
// @include http://sp.pf.mbga.jp/12008054* | |
// @run-at document-start | |
// ==/UserScript== | |
var script = document.createElement('script'); | |
script.textContent = '\ |
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
(function(global) { | |
var nowline = document.getElementById('nowline'); | |
setInterval(function() { | |
var items = document.querySelectorAll('td.v3dayCell:last-child div.pid-item'); | |
for (var i = items.length; i--;) { | |
var item = items[i]; |
NewerOlder