82034 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
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...
Google Mobile Proxy。xhtmlを吐く(旧 for PDA)。画像出したくないときにでも
location.href='http://www.google.com/xhtml?q='+encodeURIComponent(location.href);
Google Mobile Proxy
location.href='http://www.google.com/gwt/n?u='+encodeURIComponent(location.href);
はてなモバイルゲートウェイ。ガラケーproxyだけどスマホで軽くしたいときとかに。PCからは偽装しないと...
location.href='http://mgw.hatena.ne.jp/?uri='+encodeURIComponent(location.href);
携帯で決済したい時に使うものです。移動用の QR コードが出ます。ドメイン変更の追従ついでにここにも...
(function(){if(location.href.match(/play\.google\.com\/store\/apps\/details.*[&\?]id=([^#&]+)/)){...
slow step zoom back (Forked)
var scale=.9;if(!document.body.style.zoom)document.body.style.zoom=scale;else document.body.style...
toggle zoom (Forked)
var zoom=document.body.style.zoom;document.body.style.zoom=zoom==.5?1:.5;
my bookmarklet
laptop cpu fan
my bookmarklet
javascript:void(document.body.style.zoom=.5);
my bookmarklet
javascript:void(document.body.style.zoom=.5);
WWW::Nyan
var script=document.createElement('script');script.textContent='('+function(){function addJQuery(...
WWW::Nyan
var script=document.createElement('script');script.textContent='('+function(){function addJQuery(...
WWW::Nyan
var script=document.createElement('script');script.textContent='('+function(){function addJQuery(...
WWW::Nyan
var script=document.createElement('script');script.textContent='('+function(){function addJQuery(...
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)}...
CSSのプロパティ名にshadowを含むものを無効にする
(function(){for(var i=0;i<document.styleSheets.length;++i){try{for(var j=0,r=document.styleSheets...
up dir
a=location.pathname.split('/');if(a[a.length-1]=='')a.pop();a.push('..');a.push('');location.path...