twitterのデザインコピー用
javascript:(function(){document.getElementsByTagName("style")[0].textContent.match(/color: ([#\w]*);[\s\S]*?color: ([#\w]*);[\s\S]*?-color: ([#\w]*);[\s\S]*?url\((.*?)\)[\s\S]*?border-left:[^#]*([#\w]*);[\s\S]*?-color: ([#\w]*);/m);alert("背景"+RegExp.$3+"\nテキスト"+RegExp.$2+"\nリンク"+RegExp.$1+"\nサイドバー"+RegExp.$6+"\n輪郭"+RegExp.$5+"\n画像"+RegExp.$4);})();
twitterに今見てるページをPOST
javascript:void((function(){open('http://twitter.com/home?status='+encodeURIComponent('\u3000\u898b\u3066\u308b\uff1a'+document.title+'%20'+encodeURI(location.href)),"_blank")})());
twitterのfromなんちゃらを偽装
javascript:(function(){document.getElementById("source").value=prompt("source")})()
twitterのReTweet(RT:なんちゃら(via @mizunashi)みたいなタイプ)
javascript:location.href='http://twitter.com/home?status='+encodeURIComponent('RT:'+document.querySelector('.entry-content').textContent+'%20(via%20@'+(/\/([^\/]+)\/status/.exec(location.href))[1]+')')
twitterのReTweet別スタイル(RT @mizunashi: みたいなタイプ)
javascript:location.href='http://twitter.com/home?status='+encodeURIComponent('RT%20@'+(/\/([^\/]+)\/status/.exec(location.href))[1]+':%20'+document.querySelector('.entry-content').textContent)