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" : "Update Tumblr's favicon 2015.06" | |
// , "description" : "Update Tumblr's favicon 2015.06" | |
// , "include" : ["background"] | |
// , "version" : "0.1.1" | |
// , "downloadURL" : "https://gist.github.com/taizooo/581c4e1ad5147a963378/raw/patch.update.tumble.favicon.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.2.1" | |
// , "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
// ==Taberareloo== | |
// { | |
// "name" : "Check availability of wedata.net and Tweet" | |
// , "description" : "Check availability of wedata.net every 3 hours and tweet it" | |
// , "include" : ["background"] | |
// , "version" : "0.3.1.4" | |
// , "downloadURL" : "https://gist.github.com/taizooo/7480615/raw/patch.check.wedata.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 Gyazo.com: Redirect to image | |
// @namespace http://buycheapviagraonlinenow.com/ | |
// @include http://gyazo.com/* | |
// @include http://cache.gyazo.com/* | |
// ==/UserScript== | |
if (/^\/[0-9a-f]{32}$/.test(location.pathname)) { | |
var u = 'http://' | |
if (/^g/.test(location.hostname)) { |
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
javascript: /* for http://www.switch-pub.co.jp/switch/2011/07/201111705.php */ a=$('h4 a').each(function(){ $('br').remove() });body=$('body');body.html('');a.appendTo(body);$('<style/>').text('body{background: #01b4f6}a{font-size: 300%;color: white !important}a:after{content:"="}').appendTo(body);void(0) |
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 twitter embed image x | |
// @namespace http://twitter.com/taizooo/ | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// @require https://gist.github.com/198443.txt | |
// ==/UserScript== | |
// ref: twitter embed image https://gist.github.com/635006 | |
var SITEINFO = [ |
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 Insert <ins></ins> as pressing Ctrl+D | |
// @namespace http://lowreal.net/ | |
// @include http://*.g.hatena.ne.jp/* | |
// @include https://*.g.hatena.ne.jp/* | |
// ==/UserScript== | |
location.href = "javascript:"+encodeURIComponent(uneval(function () { | |
document.body.addEventListener("keydown", function (e) { | |
var target = e.target; |
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 AutoPagerize Filter for gist | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Rewriting posted time if using "AutoPagerize". | |
// @include http://gist.github.com/* | |
// @include https://gist.github.com/* | |
// ==/UserScript== | |
(function() { | |
window.addEventListener('GM_AutoPagerizeNextPageLoaded',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
// ==UserScript== | |
// @name Twitter Title Chop | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// ==/UserScript== | |
window.addEventListener('load', function(){ | |
document.title = document.title.replace(/:.*/, ''); | |
}, true); |
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 disable youpy tumblr sound | |
// @namespace http://d.hatena.ne.jp/youpy/ | |
// @include http://gree.tumblr.com/* | |
// ==/UserScript== | |
var sounds = document.querySelectorAll('audio'); | |
[].forEach.call(sounds, function(e) { | |
e.parentNode.removeChild(e); | |
}); |
NewerOlder