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
<br><b>Tumblr Number:458209</b> | |
<br><b>Tumblr ID:lyatJlnob</b> | |
<br> | |
<br><b>Tools</b> | |
<br><a href="http://mozilla.jp/firefox/">Firefox</a> | |
<br><a href="https://github.com/to/tombloo/wiki/">Tombloo</a> | |
<br><a href="https://addons.mozilla.org/ja/firefox/addon/greasemonkey/">Greasemonkey</a> | |
<br><a href="http://userscripts.org/scripts/show/59330">Tumblr Life</a> | |
<br><a href="http://luft2501.chicappa.jp/blog/?eid=99">CursedTumblr</a> |
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
// ==UserScript== | |
// @id Togetter List Owner Post Counter | |
// @name Togetter List Owner Post Counter | |
// @namespace http://d.hatena.ne.jp/Pasta-K | |
// @author Pasta-K | |
// @version 0.0.2.20110805190818 | |
// @description http://d.hatena.ne.jp/Pasta-K/20100321/1269164746 | |
// @include http://togetter.com/li/* | |
// @run-at document-end | |
// @priority 0 |
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
// ==UserScript== | |
// @name Google Filter | |
// @namespace hirak99 | |
// @description Filters out search entries from specific sites from Google | |
// @include http://www.google.com/search* | |
// @include http://www.google.co.jp/search* | |
// @include http://www.google.co.uk/search* | |
// @include http://www.google.co.in/search* | |
// @version 2.0 - fixed for new google on 25 Oct, 2009 | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name 縦書き | |
// @namespace http://lowreal.net/ | |
// @include http://www.aozora.gr.jp/cards/*/files/*.html | |
// ==/UserScript== | |
var b = document.body; | |
document.head.innerHTML += '<style type="text/css"> html { background: #222; } body { font-family: "@MS 明朝"; font-size: 14pt; line-height: 1.66 !important; color: #090909; background: #FFF5ED; padding: 2em; -webkit-writing-mode: vertical-rl; writing-mode: vertical-rl; overflow-y: hidden; max-height: 40em; text-align: justify; box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.9); margin: 8px !important; } </style>'; |
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
@@ -6,9 +6,8 @@ | |
// @exclude http://ext.nicovideo.jp/thumb/* | |
// @exclude http://ext.nicovideo.jp/thumb_mylist/* | |
// @exclude http://ext.nicovideo.jp/thumb_community/* | |
// @exclude http://ichiba.nicovideo.jp/parts/* | |
-// @resource style http://mfp.xrea.jp/misc/greasemonkey/nicovideoThumbinfoPopup/style.css | |
// ==/UserScript== | |
// ========================================= |
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
// ==UserScript== | |
// @name add edit link on tumblr | |
// @namespace http://d.hatena.ne.jp/taizooo/ | |
// @include http://*.tumblr.com/* | |
// @exclude http://www.tumblr.com/* | |
// ==/UserScript== | |
var d = document, | |
b = d.body, | |
range = d.createRange(), |
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
// ==UserScript== | |
// @name ldr favicon hack | |
// @namespace http://d.hatena.ne.jp/javascripter/ | |
// @include http://reader.livedoor.com/reader/ | |
// ==/UserScript== | |
document.getElementById('total_unread_count').addEventListener('DOMAttrModified', function () { | |
var canvas = document.createElement('canvas'), | |
ctx = canvas.getContext('2d'), | |
unread = unsafeWindow.subs.model.get_unread_count().toString(), |
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
// ==UserScript== | |
// @name AutoRemove accesskey Attribute | |
// @namespace http://d.hatena.ne.jp/esperia/ | |
// @description remove "accesskey" attribute for Vimperator | |
// @include http://*.wikipedia.org/* | |
// ==/UserScript== | |
// | |
/* | |
Array.prototype.forEach.call(document.querySelectorAll('[accesskey]'), function (v) { |
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
// ==UserScript== | |
// @name yahoojp2sankei | |
// @version 0.0.1 | |
// @namespace http://nplll.com | |
// @description Yahoo!Japannの産経新聞へのリンクをイザ!からMSNに変更する | |
// @include http://headlines.yahoo.co.jp/* | |
// @updated 2011/05/18 11:00 | |
// ==/UserScript== | |
// 0.0.1 - 2011/05/18 リリース |
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
// ==UserScript== | |
// @name Diff for gist.github for Chrome | |
// @namespace http://ss-o.net/ | |
// @include https://gist.github.com/* | |
// ==/UserScript== | |
(function(){ | |
var f = function($) { | |
var rev = $('#revisions li'); | |
if(!rev.length || rev.length == 1) return; |
OlderNewer