82034 Bookmarklets! Create

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

noromanba U[ ]2013-06-11

Ustream browser size fullscreen

(function(){var chId;if(!(chId=(/^https?:\/\/www\.ustream\.tv\/channel\/([\w\-.]+)/.exec(location...
rikuba HalfScroll2013-06-11

スペースキーで表示域の半分の量を滑らかにスクロール

(function(){var scrollTime=300;function easing(t){return t*(2-t)}function calcScrollIncrement(win...
noromanba auto slides2013-06-10

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...
mino90 Flipnote View2013-05-31

Flipnote Hatenaのうごメモ作品のURLを入力すると外部プレイヤーを表示するやつ

(function(){var b=prompt('Flipnote URL');if(b!=null||b!=''){var u=b.split("/");var s='http://flip...
mino90 ugomemo view2013-05-30

うごメモはてなのうごメモ作品のURLを入力すると外部プレイヤーを表示するやつ

(function(){var b=prompt('ugomemo URL');if(b!=null||b!=''){var u=b.split("/");var s='http://ugome...
mino90 ugomemo ppm flv2013-05-30

表示しているうごメモ作品のppmとかflvとかの直リン表示するやつ

(function(){var u=location.pathname.split("/");var a=['ppm','flv','3gp','3g2'];var w=window.open(...
xtetsuji !qs_strip2013-05-30

クエリ文字列を効率的に削除します。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...
mafucode Hatena::Let2013-05-19

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)})();
noromanba eval Hatena::Let2013-05-17

silent eval in Hatena::Let

(function(){if(!/^http:\/\/let\.hatelabo\.jp\/[\w\-]+\/let\/[\w\-]+/.test(location.href))return;v...
noromanba TeX img2013-05-16

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...
spring_mao google play link2013-05-07

Google Playアプリのリンクを作成します。

(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/play\.google\...
michi_0903 YouTube-mp3変換2013-05-07

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...
efcl W3C Diff by Click2013-05-04

ブックマークレットを仕様ページで実行して、比較したい以前のバージョンのリンクをクリックをする

(function(){(function main(){var aLinks=document.querySelectorAll("a[href]");var hrefReg=/http:\/...
<< 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057