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 iTS - Protect Auto Launch | |
// @include https://itunes.apple.com/* | |
// @run-at document-end | |
// ==/UserScript== | |
document.body.onload = function(){}; |
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
if(!Array.slice) | |
Array.slice = Function.prototype.call.bind(Array.prototype.slice); |
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
<body onkeydown="alert(event.key)"></body> |
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 LDR - Fix Unmatched Print | |
// @include http://reader.livedoor.com/reader/ | |
// ==/UserScript== | |
with(unsafeWindow){ | |
addAround(API.prototype, 'post', function(proceed, args, target, name){ | |
switch(target.ap){ | |
case '/api/unread': | |
case '/api/all': |
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 Gigazine - Load Image Immediately | |
// @include http://gigazine.net/* | |
// ==/UserScript== | |
Array.forEach(document.querySelectorAll('.lazy'), function(img){ | |
img.src = img.dataset.original; | |
}); |
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
<!doctype html> | |
<html> | |
<head> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
</head> | |
<body> | |
<div style="display: inline-block;">0</div><div style="display: inline-block;">10</div><div style="display: inline-block;">20</div><div style="display: inline-block;">30</div> | |
</body> | |
</html> |
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
;; #InstallKeybdHook | |
/* | |
^ Ctrl | |
+ Shift | |
! Alt | |
# Win | |
<! 左Alt | |
>! 右Alt | |
*/ |
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== | |
// @id vapor.strobes-34539d25-662b-4891-877a-706e35258457@scriptish | |
// @name Vapor Strobes | |
// @version 1.0 | |
// @namespace to.tumblr.com | |
// @author to | |
// @include * | |
// @run-at document-end | |
// ==/UserScript== |
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== | |
// @id www.rbmaradio.com-9a6f2253-11bd-4aa4-9f5c-cadfa1899da0@scriptish | |
// @name RBMA Radio - Add Download Link | |
// @include http://www.rbmaradio.com/shows/* | |
// @run-at window-load | |
// ==/UserScript== | |
var url = unsafeWindow.gon.show.akamai_url; | |
var ul = document.querySelector('.l-more ul'); |
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
CACHE MANIFEST | |
NETWORK: | |
* |