82034 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
up dir
location='..';
up dir
a=location.pathname.split('/');if(a.pop()=='')a.pop();location.pathname=a.join('/');
up dir
a=location.pathname.split('/');a.pop()==''?a.pop():a;location.pathname=a.join('/');
はてなハイクのユーザーのプロフィールアイコンをハッピィにする。
(function(){var a=document.getElementsByClassName('profile-image');for(var i=0;i<a.length;i++){a[...
up dir
a=location.pathname.split('/');a.pop();location.pathname=a.join('/');
はてなハイクのDSiユーザーのアイコンをうごメモはてなの作者画像にする。
(function(){var a=document.getElementsByClassName('profile-image');for(var i=0;i<a.length;i++){if...
up dir
a=location.pathname.substr(1).split('/');a.pop();location.pathname='/'+a.join('/');
文字を汚ない画像にするやつ 例 → http://dl.dropbox.com/u/8270034/g/e333618264368ada4432c70ffe3764...
var walkTextNode=function(node,callback){var children=node.childNodes;for(var i=0,len=children.le...
my bookmarklet
スターを付けるURLをQRコードに変換し表示する
(function(){var t=encodeURIComponent('http://s.hatena.ne.jp/mobile/entry?is_touch=0&uri='+encodeU...
スターを付けるURLをQRコードに変換し表示する
(function(){var t=encodeURIComponent('http://s.hatena.ne.jp/mobile/entry?is_touch=0&uri='+encodeU...
2点をクリックしてちゃんと計算する。角度とか。(右方向水平が0度)
var x1,y1,x2,y2,dx,dy,$body=$('body');$body.append($('<div>').css({position:'absolute','z-index':...
2点をクリックしてちゃんと計算する。角度とか。(右方向水平が0度)
var x1,y1,x2,y2,dx,dy;var div=$(document.createElement('div')).css({width:'100%',height:'65535px'...
javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=e?e():k?k():...
toggle stylesheet on/off
(function cssOnOff(){Array.prototype.forEach.call(document.styleSheets,(function disabledSheet(sh...
toggle stylesheet on/off
(function cssOnOff(){Array.prototype.forEach.call(document.styleSheets,(function disabledSheet(sh...
Subscribe Public Gists (Atom).
(function($){var owner;if(/^https:\/\/gist\.github\.com\/\d+/.test(location.href)&&$('#owner .nam...
Add a select-box for the hl parameter on google result pages.
// @copyright 2010+, kleingeist (http://github.com/kleingeist/userscripts), id:ultraist(spec...
5%up selected text
var selection=window.getSelection?window.getSelection():document.getSelection?document.getSelecti...
Compare view rocks!
location.href=location.href.replace(/\/commit\//,"compare")+"...master";