そのサイトの小窓を表示。小脇に置いたり画面撮影の際に使ったり等。
void open(location.href,'_blank','scrollbars=yes,width=600,height=400,status=no,resizable=yes,ful...
countingtweets.com でリンクのツイート数を表示
location.href="http://countingtweets.com/t/display?url="+encodeURIComponent(location.href)+"&link...
ニコ生用の小窓。環境にも依るだろうけど現行のQだとこのサイズがジャストフィット。
void open('http://live.nicovideo.jp/','_blank','scrollbars=yes,width=980,height=620,status=no,res...
iframeとscriptの要素を全消去。Buggyで暴走しているページの沈静化用。
["iframe","script"].forEach((function(elem_name){Array.prototype.forEach.call(document.querySelec...
NMLのアルバム画面でツイート用の詳細文章をコピーできるようにします
(function(){var title=document.querySelector("#album-intro h2").innerText,amzn_anchor=document.qu...
a要素のhref属性にある"mailto:"を"sms:"に変更します
(function(){var a_mailto_els=document.querySelectorAll('a[href^="mailto:"]'),len=a_mailto_els.len...
amazon_url_shaper
(function(){u='/dp/'+document.getElementById('ASIN').value;history.pushState(null,null,u)})();
Yahoo!TVのテレビ番組画面でツイート用の詳細文章をコピーできるようにします
(function(){var title=document.getElementsByClassName("yjM")[0].innerText,url=location.href,datet...
evetcastのイベントのコピペ用サマリーを作ります。Twitter投稿用。
(function(){var datetime=document.getElementsByClassName("datetime")[0].innerHTML.replace(/ ...
input要素のチェックボックスを全部オフにします
(function(){var input=document.getElementsByTagName('input'),i,len=input.length;for(i=0;i<len;i++...
NML http://ml.naxos.jp/ で鑑賞したアルバムのアルバム名・URL・鑑賞日をコピペできる形にまでします
(function(d){var a_title=d.getElementById("album-intro").getElementsByTagName("h2")[0].innerHTML....
TwitterのツイートをFavstarで表示
(function(){var tweet_id,m=location.href.match(/\/status\/(\d+)$/);if(m){tweet_id=m[1];location.h...
Yahoo!リアルタイム検索をちょうどいいウィンドウの大きさで別窓で開きます
void open('http://search.yahoo.co.jp/realtime','myrealtimesearch','scrollbars=yes,width=670,heigh...