82034 Bookmarklets! Create

Hatena::Let でブックマークレットをかんたんに作成・公開しよう!

Syoichi cd ..2012-03-27

up dir

location='..';
saitamanodoruji cd ..2012-03-27

up dir

a=location.pathname.split('/');if(a.pop()=='')a.pop();location.pathname=a.join('/');
taizooo cd ..2012-03-27

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[...
saitamanodoruji cd ..2012-03-26

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...
taizooo cd ..2012-03-26

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...
C1h1ro bookmarklet2012-03-23

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...
ethertank 角度計測2012-03-21

2点をクリックしてちゃんと計算する。角度とか。(右方向水平が0度)

var x1,y1,x2,y2,dx,dy,$body=$('body');$body.append($('<div>').css({position:'absolute','z-index':...
Lhankor_Mhy 角度計測2012-03-21

2点をクリックしてちゃんと計算する。角度とか。(右方向水平が0度)

var x1,y1,x2,y2,dx,dy;var div=$(document.createElement('div')).css({width:'100%',height:'65535px'...
giou-86t8-uytgi no title2012-03-20

javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=e?e():k?k():...
Syoichi cssOnOff2012-03-16

toggle stylesheet on/off

(function cssOnOff(){Array.prototype.forEach.call(document.styleSheets,(function disabledSheet(sh...
taizooo cssOnOff2012-03-16

toggle stylesheet on/off

(function cssOnOff(){Array.prototype.forEach.call(document.styleSheets,(function disabledSheet(sh...
noromanba Subscribe Gists2012-03-12

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...
esper 5%up2012-03-10

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";
<< 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072