Skip to content

Instantly share code, notes, and snippets.

うに。
--- sbmcommentsviewer.js.org 2010-03-21 19:02:26.000000000 +0900
+++ sbmcommentsviewer.js 2010-03-21 14:25:24.000000000 +0900
@@ -25,7 +25,7 @@
||<
== 指定可能フォーマット ==
- id, timpstamp, tags, comment, tagsAndComment
+ id, timpstamp, tags, comment
== SBMタイプ ==
var PLUGIN_INFO =
<VimperatorPlugin>
<name>SBM Comments Viewer</name>
<description>List show Social Bookmark Comments</description>
<description lang="ja">ソーシャル・ブックマーク・コメントを表示します</description>
<version>0.1.2</version>
<minVersion>2.0pre</minVersion>
<maxVersion>2.3</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/sbmcommentsviewer.js</updateURL>
<detail><![CDATA[
// ==UserScript==
// @name tumblr_tagged_big_photo
// @namespace http://example.com/
// @include http://www.tumblr.com/tagged*
// ==/UserScript==
(function(){
GM_addStyle(<><![CDATA[
.post_content > a:first-child {
display: none !important;
@retlet
retlet / limechat_theme_display_icon
Created April 14, 2010 11:21
tig + LimeChat for Macでアイコン表示したりする。要: http://gist.github.com/365781
/*
LimeChat for Mac の画像をインラインで表示する機能を利用してTwitterアイコンを表示するTIGのDLRスクリプト(http://gist.github.com/365781)用スタイル。
テーマのcssファイルに追記するか、@import url("twitter_icon.css"); で読み込み。
*/
html[channelname$="@t"]:not([channelname="#console@t"]) div[nick] {
position: relative;
min-height: 32px;
padding-left: 32px;
}
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;
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
{
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,
}
@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 / 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')) : {};