82034 Bookmarklets! Create

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

k-utu GooglePlayHtml2012-10-26

GooglePlayで実行すると、紹介HTMLコード生成を行います。出力文字列は好きなようにカスタマイズしてく...

(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/play\.google\...
k-utu AndroidHtml2012-10-26

Androidマーケットで実行すると、アイコンやQRコード生成を行います。出力文字列は好きなようにカスタマ...

(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/market\.andro...
noromanba 2012-10-26

Check checkbox all

(function(){Array.prototype.slice.call(document.querySelectorAll('input[type=checkbox]:not(:check...
noromanba ~☑2012-10-26

Toggle checkbox all

(function(){Array.prototype.slice.call(document.querySelectorAll('input[type=checkbox]')).forEach...

ツイートボタンのアレのページからハイクに飛ぶ

(function(){var a;if(document.forms['update-form'].elements['url']===void 0){a=''}else{a='&word='...

Twitter RSS Subscribe to Feed Reader (Forked)

(function(){var id;if(!/^https?:\/\/twitter\.com\/\w+/.test(location.href)||!(id=document.querySe...
tiiyoo AndroidHtml2012-10-15

Androidマーケットで実行すると、アイコンやQRコード生成を行います。出力文字列は好きなようにカスタマ...

(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/market\.andro...
takenspc True Reader Mode2012-10-12

Show only main content

(function(){function hide(el){var parent=el.parentNode;if(parent){var sibling=parent.firstElement...
takenspc True Reader Mode2012-10-12

Show only main content

(function(){function hide(el){var parent=el.parentNode;if(parent){var sibling=parent.firstElement...
laiso LINEで送る2012-10-12

開いてるページのリンクをLINEでシェアする為のブックマークレット。主にiPhone Safari用。デスクトップ...

location.href="line://msg/text/"+encodeURIComponent(document.title+" "+document.URL);

Google検索結果のきれいなURLを表示。http://hisame72.blog133.fc2.com/blog-entry-302.htmlを参考にし...

(function(){a=location.href;c=b="";b=a.replace(/.*[\?\&#]q\=([^\&]*)\&.*/,"$1");a.match(/.*[\?\&#...
wakabatan pre2012-09-30

pre

var style=document.createElement('style');style.textContent="pre { white-space: pre; word-break: ...

pre { white-space: nowrap }

var style=document.createElement('style');style.textContent="pre { white-space: nowrap }";documen...
taizooo autoscroll2012-09-27

またの名を "dbd" 強力な dashboard digging ツール http://d.hatena.ne.jp/taizooo/20090528/1243496025

javascript:'autoscroll.bookmarklet.js';var wN2scRl;Sa5gNA9k=new Function('clearTimeout(wN2scRl)')...
mutouj bookmarklet2012-09-27

my bookmarklet

(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/details\?id=(...

ツイートボタンのアレのページからハイクに飛ぶ

(function(){var a;if(document.forms['update-form'].elements['url']===void 0){a=''}else{a='&word='...

my bookmarklet

(function(){var el=document.getElementsByTagName("link");var flag=false;for(i=0;i<el.length;i++){...
efcl W3C Diff2012-09-21

W3Cの仕様書のページで、前回のバージョンとのDiffを表示

(function(){var regText=/previous/i;var previousURL,currentURL=location.href;var links=document.q...

Enable Context Menu (Forked)

(function(){document.body.setAttribute('oncontextmenu','return true');document.body.setAttribute(...

Google検索結果のクエリーをGoogleアラートに渡す

location.href='http://www.google.com/alerts?hl=ja&gl=jp&q='+encodeURIComponent(location.href.matc...
<< 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065