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 nicofetch | |
// @namespace http://www.nicovideo.jp/ | |
// @description Add the nicofetch function for some web applications. | |
// @include http://www.google.tld/reader/* | |
// @include https://www.google.tld/reader/* | |
// @include http://www.inoreader.com/* | |
// @include https://www.inoreader.com/* | |
// @include http://us.inoreader.com/* | |
// @include https://us.inoreader.com/* |
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 LDR_nicofetch | |
// @namespace http://www.nicovideo.jp/ | |
// @description Add the nicofetch function for livedoor reader. | |
// @include http://reader.livedoor.com/reader/* | |
// @version 0.3 | |
// ==/UserScript== | |
// memo http://os0x.hatenablog.com/entry/20080827/1219815828 |
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 LDR_googlebookmarks | |
// @description add to Google Bookmarks | |
// @include http://reader.livedoor.com/reader/* | |
// @grant unsafeWindow | |
// @grant GM_xmlhttpRequest | |
// @version 1.0.2 | |
// ==/UserScript== | |
// via http://la.ma.la/blog/diary_200605070200.htm |
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 LDR_gbsaver | |
// @description Save pins into Google Bookmarks | |
// @namespace http://ma.la/ | |
// @include http://reader.livedoor.com/reader/* | |
// @grant unsafeWindow | |
// @grant GM_xmlhttpRequest | |
// @version 1.0.3 | |
// ==/UserScript== |
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 nicocacheicon for newsearchbeta | |
// @description 新検索βにキャッシュアイコンを表示する | |
// @include http://search.nicovideo.jp/* | |
// @version 1.0.0 | |
// ==/UserScript== | |
(function(){ | |
// nlMovieFetcher を導入している場合は[true]、導入していない場合は[false] | |
var IsMovieFetcher = true; |
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
body { | |
font-size: 12px; | |
background-color: #b7babf; | |
/* | |
white-space: nowrap; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
*/ | |
} |
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 LDR NoReferer | |
// @include http://reader.livedoor.com/reader/* | |
// @version 1.0.0 | |
// ==/UserScript== | |
(function(){ | |
var meta = document.createElement('meta'); | |
meta.name = 'referrer'; | |
meta.content = 'never'; | |
document.head.appendChild(meta); |
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
%windir%\Microsoft.NET\Framework\v4.0.30319\csc.exe /t:library /r:"Advanced Combat Tracker.exe" TTS2BouyomiChan.cs |
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 youtube/nicovideo Cinema Mode | |
// @description toggle on double click. | |
// @include http://www.youtube.com/* | |
// @include https://www.youtube.com/* | |
// @include http://www.nicovideo.jp/watch/* | |
// @include http://live.nicovideo.jp/watch/* | |
// @include http://live.nicovideo.jp/gate/* | |
// ==/UserScript== |
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 Tweetdeck enable UNIVERSAL/SEARCH | |
// @description search/tweets.json => search/universal.json | |
// @include https://tweetdeck.twitter.com/ | |
// @version 1.0.0 | |
// @license MIT License | |
// ==/UserScript== | |
(function(){ | |
function source() { |
OlderNewer