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
// ==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; |
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 Tumblr Queue Latest Link Maker | |
// @version 0.2.4 | |
// @namespace http://nplll.com | |
// @description Tumblr Queueの最新ページへのリンクを生成するGreasemonkey | |
// @include http://www.tumblr.com/blog/* | |
// @include http://www.tumblr.com/dashboard* | |
// ==/UserScript== | |
// 0.0.1 - 2010/10/07 リリース | |
// 0.0.2 - 2010/11/07 二重表示防止 |
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 Gyazo.com: Redirect to image | |
// @namespace http://buycheapviagraonlinenow.com/ | |
// @include http://gyazo.com/* | |
// @include http://cache.gyazo.com/* | |
// @author youpy | |
// @compatibility Firefox 5.0(Scriptish 0.1.3), Chrome 12.0.742.122, Safari 5.0.5(NinjaKit 0.8), Opera 11.50 on Windows 7 Enterprise 32bit | |
// @charset UTF-8 | |
// @version 0.0.3.20110715134929 | |
// ==/UserScript== |
OlderNewer