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
// ==Taberareloo== | |
// { | |
// "name" : "Glitch Selected Region" | |
// , "description" : "Glitch Selected Region" | |
// , "include" : ["background", "content"] | |
// , "match" : ["*://*/*"] | |
// , "version" : "1.0.2" | |
// , "downloadURL" : "https://gist.githubusercontent.com/dlwr/8f616fc605ff6b99640e/raw/extractor.photo.capture.glitch.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Check how many days have passed without coffee" | |
// , "description" : "Check how many days have passed without coffee every coffee time(16:30) and tweet it" | |
// , "include" : ["background"] | |
// , "version" : "0.1.4" | |
// , "downloadURL" : "https://gist.github.com/dlwr/2f03e894672551072c38/raw/patch.check.noncoffee.days.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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 Load Image Immediately | |
// @namespace http://noromanba.flavors.me | |
// @description immediately load images w/ PagerExtention for UserScript | |
// @include http://gigazine.net/* | |
// @include http://www.moae.jp/comic/* | |
// @include http://omocoro.jp/* | |
// @include http://rocketnews24.com/* | |
// @grant none | |
// @run-at document-end |
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
(function(){ | |
var loading = false; | |
var first = true; | |
var RAD_URL = 'http://219.94.245.80:3000/'; | |
var RAD_DEPTH = { | |
TODAY: 'today', | |
SINCE_BLOG: 'since_blog', | |
SINCE_DIARY: 'since_diary' | |
}; | |
var depthSelectBox = document.createElement('form'); |
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
var wrap = document.createElement('div'); | |
wrap.style.backgroundColor = 'rgba(255,250,255, 0.7)'; | |
wrap.style.color = '#000'; | |
wrap.style.display = 'table'; | |
wrap.style.fontSize ='90px'; | |
wrap.style.height = '100%'; | |
wrap.style.left = '0'; | |
wrap.style.position = 'fixed'; | |
wrap.style.textAlign = 'center'; | |
wrap.style.top = '0'; |
NewerOlder