82034 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
Ustream browser size fullscreen
(function(){var chId;if(!(chId=(/^https?:\/\/www\.ustream\.tv\/channel\/([\w\-.]+)/.exec(location...
スペースキーで表示域の半分の量を滑らかにスクロール
(function(){var scrollTime=300;function easing(t){return t*(2-t)}function calcScrollIncrement(win...
slide paging with AutoPagerize/AutoPatchwork
(function(){var slide=function(){var seps=document.querySelectorAll('.autopagerize_page_separator...
Autopagerizeで挿入されたページを最後のもの以外全部消す
var seps=document.querySelectorAll(".autopagerize_page_separator"),end=seps[seps.length-1],start=...
open simple notepad in new tab/window
window.open('data:text/html, <html contenteditable>','_blank');void 0;
amazon_url_shaper
(function(){var tag='tetsujijp-22';var u='/dp/'+document.getElementById('ASIN').value+'?tag='+tag...
Flipnote Hatenaのうごメモ作品のURLを入力すると外部プレイヤーを表示するやつ
(function(){var b=prompt('Flipnote URL');if(b!=null||b!=''){var u=b.split("/");var s='http://flip...
うごメモはてなのうごメモ作品のURLを入力すると外部プレイヤーを表示するやつ
(function(){var b=prompt('ugomemo URL');if(b!=null||b!=''){var u=b.split("/");var s='http://ugome...
表示しているうごメモ作品のppmとかflvとかの直リン表示するやつ
(function(){var u=location.pathname.split("/");var a=['ppm','flv','3gp','3g2'];var w=window.open(...
クエリ文字列を効率的に削除します。utm_*しかクエリにない*.htmlなどでどうぞ。
(function(){if(location.href.match(/\?/)){history.pushState(null,null,location.href.replace(/\?.*...
niconicoにおいて、検索ワードのサジェストを表示します
if(!Element.prototype.matchesSelector){Object.defineProperty(Element.prototype,"matchesSelector",...
document.getElementsByClassName('new-tweets-bar js-new-tweets-bar')[0]を定期的にクリックするだけ...
setInterval((function(){if(document.getElementsByClassName('new-tweets-bar js-new-tweets-bar').le...
Hatena::Let用にかいたのをいろいろまとめた。たまに修正もしたけど、ちなみにUSERってのはForkして書き...
(function(){USER={userID:"",API_key:""};if(USER.userID.length!=0&&USER.API_key.length!=0){GM_regi...
ブラウザの横幅を表示する
(function(){var w=$(window).width();window.alert(w)})();
silent eval in Hatena::Let
(function(){if(!/^http:\/\/let\.hatelabo\.jp\/[\w\-]+\/let\/[\w\-]+/.test(location.href))return;v...
prompt TeX image link by Google Chart API; Hatena TeX syntax shim
(function(){var tex=prompt('Input TeX');if(!tex)return;tex=tex.replace(/^\[tex:(.*)\]$/,'$1');var...
wikipedia の項目名をゆのっちに置換するだけです
var path=location.pathname.split('/');var target=decodeURIComponent(path[path.length-1]);document...
Google Playアプリのリンクを作成します。
(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/play\.google\...
Convert YouTube video to mp3 file via dirpy.com
base=document.location.href;vid=base.substring(base.indexOf('v=',0)+2,base.length);window.open('h...
ブックマークレットを仕様ページで実行して、比較したい以前のバージョンのリンクをクリックをする
(function(){(function main(){var aLinks=document.querySelectorAll("a[href]");var hrefReg=/http:\/...