Skip to content

Instantly share code, notes, and snippets.

// ==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==
// ==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==
@taizooo
taizooo / patch.check.wedata.tbrl.js
Last active December 28, 2015 09:39 — forked from YungSang/patch.check.wedata.tbrl.js
Taberareloo パッチ: wedata.net を3時間毎にチェックして Wedata.net is still down だったら "ハロー wedata.net ハロー、ハロー" してくれるやつ 改
// ==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==
// ==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)) {
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)
// ==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 = [
// ==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;
// ==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() {
// ==UserScript==
// @name Twitter Title Chop
// @include http://twitter.com/*
// @include https://twitter.com/*
// ==/UserScript==
window.addEventListener('load', function(){
document.title = document.title.replace(/:.*/, '');
}, true);
// ==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);
});