This file contains hidden or 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
let g:twittperator_use_ssl_connection_for_api_ep = 1 | |
let g:twittperator_use_chirp = 1 | |
let g:twittperator_all_replies = 1 | |
let g:twittperator_screen_name = "ebith" | |
let g:twittperator_history_limit = 5000 | |
let g:twittperator_lang = "ja" | |
let g:twittperator_count = 50 | |
let g:twittperator_track_words = "vimp,vimperator,gNTPdate,Twittperator,ついっぺ,ツイッペ,twsidebar" | |
let g:twittperator_plugin_pong = 1 |
This file contains hidden or 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 reload_userChrome_and_userContent.uc.js | |
// @description ┐(´ー`)┌ | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @license MIT License | |
// @compatibility Firefox 17 | |
// @charset UTF-8 | |
// @include main | |
// @version 0.0.1 |
This file contains hidden or 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 UCSS | |
// @description reload usercss | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @license MIT License | |
// @compatibility Firefox 18 | |
// @charset UTF-8 | |
// @include main | |
// @version Beta 1 |
This file contains hidden or 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 Prevent OBJECT Insertion | |
// @version 1.1 | |
// @description OBJECT要素の挿入を阻止します。「Amazonが重い」問題(Bug 1172205)を回避できるかもしれません。 | |
// @id f4cce630-3501-4d9f-a846-d69064429f02 | |
// @namespace f4cce630-3501-4d9f-a846-d69064429f02 | |
// @include http://www.amazon.com/* | |
// @include http://www.amazon.com.au/* | |
// @include http://www.amazon.com.br/* | |
// @include http://www.amazon.ca/* |
OlderNewer