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 + Tombloo | |
// @namespace http://userscripts.org/users/7010 | |
// @updateURL http://userscripts.org/scripts/source/23537.user.js | |
// @include http://reader.livedoor.com/reader/* | |
// @include http://fastladder.com/reader/* | |
// ==/UserScript== | |
GM_addStyle(<><![CDATA[ |
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.0.2 | |
// @namespace http://nplll.com | |
// @description Tumblr Queueの最新ページへのリンクを生成するGreasemonkey | |
// @include http://www.tumblr.com/queue* | |
// @include http://www.tumblr.com/queue?page=* | |
// @include http://www.tumblr.com/dashboard* | |
// @include http://www.tumblr.com/tumblelog/* | |
// ==/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 amazon_short_url | |
// @namespace http://cherenkov.vox.com | |
// @include http://www.amazon.co.jp/* | |
// ==/UserScript== | |
(function(){ | |
var asin = document.getElementById('ASIN'); |
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 Endless Summer on dsbd | |
// @namespace http://www.tumblr.com/ | |
// @description random next link on tumblr dashboard | |
// @include http://www.tumblr.com/dashboard/1* | |
// @include http://www.tumblr.com/show/*/1* | |
// @require https://gist.github.com/3242.txt | |
// @require https://gist.github.com/198443.txt | |
// @require https://gist.github.com/34615.txt | |
// @version 0.0.4.0.2 |
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 jaro | |
// @namespace http://d.hatena.ne.jp/snaka72/ | |
// @require https://gist.github.com/raw/3242/9dc0cdee5e975d275c7ab71f581d272eb316674f/dollarX.js | |
// @include http://www.google.com/* | |
// @include http://www.google.co.jp/* | |
// @author [email protected] | |
// @license MIT license (http://www.opensource.org/licenses/mit-license.php) | |
// ==/UserScript== | |
(function() { |
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 hatena-bookmark karma | |
// @namespace http://fuba.moaningnerds.org/ | |
// @include http://b.hatena.ne.jp/* | |
// @require https://gist.github.com/3238.txt | |
// ==/UserScript== | |
var unfollow_threshold = -3; | |
var follow_threshold = 3; | |
var karma = (GM_getValue('karma')) ? eval(GM_getValue('karma')) : {}; |
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
{ | |
domain: '^http://www¥.pixiv¥.net/stacc/(my/home/(all|mypixiv|favorite|self)/(all|messege_from))?', | |
paragraph: '//div[contains(concat(" ",normalize-space(@class)," "), " post ")]', | |
link: '//div[contains(concat(" ",normalize-space(@class)," "), " post-content-ref ")]//a[1]', | |
stripe: false, | |
} |
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
Root\Config: SearchCount(Int32) = 10 | |
Root\Config: TimelineCount(Int32) = 10 | |
Root\Config: FavoritesCount(Int32) = 10 | |
Root\Config: ShowPermalinkAfterStatus(Boolean) = False | |
Root\Config: EnableTypableMap(Boolean) = True | |
Root\Config: TypableMapKeyColorNumber(Int32) = 14 | |
Root\Config: TypableMapKeySize(Int32) = 2 | |
Root\Config: EnableRemoveRedundantSuffix(Boolean) = False | |
Root\Config: EnableOldStyleReply(Boolean) = False | |
Root\Config: BufferSize(Int32) = 1000 |
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
html:not([channelname$="@t"]) .avatar, | |
html[channelname="#console@t"] .avatar { | |
display: none !important; | |
} | |
.avatar { | |
display: inline; | |
width: 24px; | |
height: 24px; | |
margin-right: 3px; | |
vertical-align: middle; |