taizooo (90)

Enable Context Menu (Forked)

(function(){document.body.setAttribute('oncontextmenu','return true');document.body.setAttribute(...
taizooo 3.112012-09-14

(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...
taizooo ZWSed tweet2012-08-29

ZWS encode された tweet を post

location.href='http://twitter.com/home?status='+ZWS.encode(prompt('text',''));
taizooo unZWS tweet2012-08-29

ZWS encode された tweet を decode

var n=document.querySelectorAll('.js-tweet-text');[].forEach.call(n,(function(a){a.textContent=ZW...
taizooo 101.jpg.to2012-08-16

jpg.to countup

(function(){var h=location.hostname;if(!/(\\d+)\.jpg\.to$/.test(h))location.href='http://0.jpg.to...
taizooo twitpic random2012-08-16

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...
taizooo c..2012-03-27

up dir

if(location.search!=''){location.search=''}else if(location.hash!=''){location.hash=''}else{if(lo...
taizooo page++2012-03-27

page countup

var a=location.pathname.split('/');var p=a[a.length-1];if(/^\d+$/.test(p)){p++;a.pop();a.push(p)}...
taizooo cd ..2012-03-27

up dir

a=location.pathname.split('/');if(a[a.length-1]=='')a.pop();a.push('..');a.push('');location.path...
taizooo cd ..2012-03-27

up dir

a=location.pathname.split('/');a.pop()==''?a.pop():a;location.pathname=a.join('/');
taizooo cd ..2012-03-26

up dir

a=location.pathname.substr(1).split('/');a.pop();location.pathname='/'+a.join('/');
taizooo cssOnOff2012-03-16

toggle stylesheet on/off

(function cssOnOff(){Array.prototype.forEach.call(document.styleSheets,(function disabledSheet(sh...
taizooo string length2012-03-01

void alert(function(s){return s.length}(prompt('string','')));

$('<marquee>').text('インターネット ねむい これから').css({position:'absolute',backgroundColor:'w...
taizooo go2back rblgmchn2012-02-12

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...
<< 1 2 3 4 5