Skip to content

Instantly share code, notes, and snippets.

@retlet
retlet / ldrtombloo.user.js
Created March 31, 2011 08:29
toStringパッチ入れた
// ==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[
// ==UserScript==
// @name LDR with Social Bookmark Count Images
// @namespace http://shinten.info/
// @include http://reader.livedoor.com/reader/*
// @include http://fastladder.com/reader/*
// ==/UserScript==
// based on http://la.ma.la/blog/diary_200610182325.htm
// based on http://d.hatena.ne.jp/tnx/20060716/1152998347
// based on http://tokyoenvious.xrea.jp/b/web/livedoor_reader_meets_hatebu.html
// ==UserScript==
// @name amazon_short_url
// @namespace http://cherenkov.vox.com
// @include http://www.amazon.co.jp/*
// ==/UserScript==
(function(){
var asin = document.getElementById('ASIN');
@retlet
retlet / endless_summer_on_dsbd.user.js
Created March 31, 2011 05:26
リダイレクトで転けてたのでgist.github.comをhttpsに修正
// ==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
@retlet
retlet / jaro.user.js
Created March 31, 2011 05:25
リダイレクトで転けてたのでgist.github.comをhttpsに修正
// ==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 snaka.gml@gmail.com
// @license MIT license (http://www.opensource.org/licenses/mit-license.php)
// ==/UserScript==
(function() {
@retlet
retlet / hatena-bookmark_karma.user.js
Created March 31, 2011 05:24
リダイレクトで転けてたのでgist.github.comをhttpsに修正
// ==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')) : {};
{
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,
}
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
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;