Enable Context Menu (Forked)
(function(){document.body.setAttribute('oncontextmenu','return true');document.body.setAttribute(...
(function(){var u='http://';u+=location.hostname;u+='/day/2011/03/11';location.href=u})();
Firefox/Opera/Safari Chromeはhttp:// のページでしか動かない
var paths=location.pathname.split('/');var statusId=paths.pop();if(/\d+/.test(statusId)){jQuery.g...
ZWS encode された tweet を post
location.href='http://twitter.com/home?status='+ZWS.encode(prompt('text',''));
ZWS encode された tweet を decode
var n=document.querySelectorAll('.js-tweet-text');[].forEach.call(n,(function(a){a.textContent=ZW...
jpg.to countup
(function(){var h=location.hostname;if(!/(\\d+)\.jpg\.to$/.test(h))location.href='http://0.jpg.to...
twitpic でランダム表示 ( via http://shindanmaker.com/260279 )
(function(){max=parseInt('zzzzz',36);min=parseInt('2',36);a=Math.floor(Math.random()*(max-min)+mi...
darekagakaku nikki wo random ni autopagerize
(function(Ap){Ap={};Ap.next='';var State=true;var HTML_NAMESPACE='http://www.w3.org/1999/xhtml';v...
darekagakaku nikki de kako ni moguru
function trim(num,l){if(num<0){num=-num}if(typeof num!='string'){num=''+num}var s=l-num.length;wh...
darekagakaku nikki wo random ni hyouji
function trim(num,l){if(num<0){num=-num}if(typeof num!='string'){num=''+num}var s=l-num.length;wh...
up dir
if(location.search!=''){location.search=''}else if(location.hash!=''){location.hash=''}else{if(lo...
page countup
var a=location.pathname.split('/');var p=a[a.length-1];if(/^\d+$/.test(p)){p++;a.pop();a.push(p)}...
up dir
a=location.pathname.split('/');if(a[a.length-1]=='')a.pop();a.push('..');a.push('');location.path...
up dir
a=location.pathname.split('/');a.pop()==''?a.pop():a;location.pathname=a.join('/');
up dir
a=location.pathname.substr(1).split('/');a.pop();location.pathname='/'+a.join('/');
toggle stylesheet on/off
(function cssOnOff(){Array.prototype.forEach.call(document.styleSheets,(function disabledSheet(sh...
void alert(function(s){return s.length}(prompt('string','')));
$('<marquee>').text('インターネット ねむい これから').css({position:'absolute',backgroundColor:'w...
tumblr の個別 post ページからその post のある reblogmachine ページを開きます
(function(){var id=Number(window.location.pathname.match(/\d+/)[0]);url='http://reblog.machine.ma...
kako no dashboard ni moguru tameno bookmarklet desu.
(function(){var a=document.querySelectorAll('a[id^="post_"]');var i=parseInt(a[a.length-1].href.m...