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
うに。 |
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
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[ |
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
--- 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タイプ == |
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_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; |
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
/* | |
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; | |
} |
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; |
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
{ | |
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
// ==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
// ==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() { |
OlderNewer