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
// ==Taberareloo== | |
// { | |
// "name" : "Add Rokuyou" | |
// , "description" : "Add Rokuyou to Date" | |
// , "include" : ["background", "content"] | |
// , "match" : ["*://*/*"] | |
// , "version" : "2.0.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/8410382/raw/userscript.add.rokuyou.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Check SRWare Iron Release" | |
// , "description" : "Check Release Announcement for SRWare Iron" | |
// , "include" : ["background"] | |
// , "version" : "2.0.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/8324805/raw/patch.check.iron.release.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Post to Tumblr" | |
// , "description" : "Follow the latest change to post to Tumblr" | |
// , "include" : ["background"] | |
// , "version" : "0.2.6" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7920406/raw/patch.model.tumblr.post.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Add a keyboard shortcut to delete a post on Tumblr Dashboard" | |
// , "description" : "Add a keyboard shortcut to delete a post on Tumblr Dashboard" | |
// , "include" : ["content"] | |
// , "match" : [ | |
// "*://www.tumblr.com/dashboard*", | |
// "*://www.tumblr.com/likes*", | |
// "*://www.tumblr.com/blog/*", | |
// "*://www.tumblr.com/tagged/*" |
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
body { | |
font-family: Helvetica, arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.6; | |
padding-top: 10px; | |
padding-bottom: 10px; | |
background-color: white; | |
padding: 30px; } | |
body > *:first-child { |
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
// ==Taberareloo== | |
// { | |
// "name" : "Post to RAC33" | |
// , "description" : "Post to reblogadventcalendermach33.tumblr.com" | |
// , "include" : ["background", "content"] | |
// , "match" : ["*://*/*"] | |
// , "version" : "0.1.1" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7604503/raw/patch.post.to.rac33.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Remove Tumblr TOS Alert message" | |
// , "description" : "Remove Tumblr TOS Alert message" | |
// , "include" : ["content"] | |
// , "match" : ["*://www.tumblr.com/*"] | |
// , "version" : "0.8.4" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7581180/raw/userscript.remove.tumblr.tos.alert.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Fix getting multiple tumblelogs" | |
// , "description" : "Fix getting multiple tumblelogs" | |
// , "include" : ["background"] | |
// , "version" : "0.1.1" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7487373/raw/patch.model.tumblr.getTumblelogs.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==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" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7477631/raw/patch.check.wedata.tbrl.js" | |
// } | |
// ==/Taberareloo== |
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
// ==Taberareloo== | |
// { | |
// "name" : "Check availability of wedata.net" | |
// , "description" : "Check availability of wedata.net" | |
// , "include" : ["background"] | |
// , "version" : "0.2.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7461087/raw/patch.check.wedata.tbrl.js" | |
// } | |
// ==/Taberareloo== |