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 Niconico economy | |
// @namespace http://web.zgo.jp/ | |
// @include http://www.nicovideo.jp/watch/* | |
// @exclude http://www.nicovideo.jp/watch/*?eco=1 | |
// ==/UserScript== | |
// http://d.hatena.ne.jp/crow2008/20090308/1236521566 | |
window.location.replace(document.URL + "?eco=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
javascript:%20(function(){var%20m=document.getElementsByName("page-user-screen_name")[0].content;window.open('http://tweetrush.com/'+m,'_blank')})(); | |
// http://tweetrush.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
var player=$("flvplayer"); | |
player.SetVariable('header.Members.text', "6,000,000"); | |
player.SetVariable('header.Comments.text', "ika"); | |
player.SetVariable('header.MyLists.text', "初音ミク"); | |
// 600万の偽装 | |
var player=$("flvplayer"); | |
setInterval(function(){ | |
player.SetVariable('header.Members.text', "6,000,000"); | |
player.SetVariable('header.movieInfoBar.clock.clockText.text', "2009/03/15 (日) 17:26:39"); |
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
javascript:(function(){var%20u=location.href;var%20r=/(sm|nm)\d+/g;var%20url=u.match(r);window.open('http://uad-api.nicovideo.jp/sub/1.0/UadVideoService/findSponsor?option=1&limit=20&idvideo='+url);})() |
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 Twitter Enhancements: Press Ctrl + Enter to Send Update | |
// @namespace http://web.zgo.jp/ | |
// @description Add keyboard shortcut,Ctrl + Enter, to send out update | |
// @include http://twitter.com/ | |
// @include https://twitter.com/ | |
// @author azu | |
// ==/UserScript== | |
// orignal http://userscripts.org/scripts/show/30419 | |
var statusElem = document.getElementById('status'); |
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 mata samune | |
// @namespace http://d.hatena.ne.jp/noboruhi | |
// @description matemiteru samuneiru | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// @author noboruhi | |
// @author noriaki | |
// @updated 2009-03-16 | |
// @version 0.2.5 |
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 unzipLinker | |
// @namespace http://d.hatena.ne.jp/javascripter/ | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// @include http://explore.twitter.com/* | |
// @include http://m.twitter.com/* | |
// ==/UserScript== | |
(function() { | |
const REPLACE_CONTENT = 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
// ==UserScript== | |
// @name Nested Twitter Replies | |
// @namespace pratham.name | |
// @description Adds nested replies to every Twitter conversation thread. | |
// @include http://twitter.com/* | |
// @include http://explore.twitter.com/* | |
// @include https://twitter.com/* | |
// ==/UserScript== | |
// fix https @2009-03-17 |
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 Auto-reload Twitter | |
// @namespace http://chris4403.blogspot.com/userscripts | |
// @description Add "Translate!" link and language select pulldown to twitter timeline.Translate feature is using Google AJAX Language API. | |
// @include http://twitter.com/* | |
// @include https://twitter.com/* | |
// @include http://twitter.com/account/archive | |
// @include https://twitter.com/account/archive | |
// @exclude http://twitter.com/account/setting | |
// @exclude https://twitter.com/account/setting |
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 Twitter Change Style | |
// @namespace http://tyoro.orz.ne.jp/ | |
// @include http://twitter.com/ | |
// @include http://twitter.com/*/with_friends* | |
// @include https://twitter.com/ | |
// @include https://twitter.com/*/with_friends* | |
// @version 1.3.0 | |
// ==/UserScript== |