81995 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
my bookmarklet
translate deck info to japanese on hearthpwn.com
(function(){'use strict';var deck_name=document.body.querySelector(['#content .deck-title.tip'])....
yesterday とか相対表示されてる部分を年月日表示にします。
[...document.querySelectorAll('time')].forEach((n=>{n.firstChild.textContent=n.parentNode.title||...
個別銘柄チャートのページから、関連するサイトへ飛ぶことができます。modal window方式。
$((function(){var titleText=document.title.match(/(.*)【(\w*)】/i),company=titleText[1].replace('...
show page text for copy
(function(){'use strict';var html=document.documentElement||document.querySelector('html');var he...
(function(){var url=prompt("Enter .js or .css URL:");document.head.appendChild(url.match(/\.js$/)...
サイト上のテキスト書式をリセットします。
(function(){var meta=document.createElement('meta');meta.setAttribute('name','viewport');meta.set...
Redmineのチケットの一覧から任意のチケットを選択します。
(function($){var $checks=$('.list.issues td input[type="checkbox"]').prop('checked',false);var in...
歌詞検索
javascript:(function(t){t=''+getSelection();t=t||prompt('SearchLyrics');t&&open('https://www.goog...
show textarea for copy title/url
(()=>{"use strict";const append_element=(paren,tag,attr)=>paren.appendChild(Object.assign(documen...
マストドンがカスガドンになります。
((d=document,b=d.body,r,x,i,n)=>{(r=t=>{x=d.evaluate('.//text()',t.target,null,6,x);for(i=0;i<x.s...
javascript:(function(){Game.LoadMod('http://aktanusa.github.io/CookieMonster/CookieMonster.js')})();
割といける。
((r=window.getSelection(),s=String(r),p=r.anchorNode,e='',a,t)=>{if(p.nodeType==3)p=p.parentNode;...
全Textノードを舐めてそれらしい文字列をデコードしてみるという大胆さ
(()=>{const iter=document.createNodeIterator(document.body,NodeFilter.SHOW_TEXT);while((node=iter...
Amazonの商品検索をAmazonのみにします
(function(){location.href+="&emi=AN1VRQENFRJN5"})();
選択部分を Base64 のエンコード済み文字列とみなしてデコードします。時々化けます。
((r=window.getSelection(),s=String(r),p=r.anchorNode,e='',a,t)=>{if(p.nodeType==3)p=p.parentNode;...
URL の一部を書き換えてからジャンプします (sample)
(url=>{const d_=document;const variable="@@@";const width=60;const c_style_={backgroundColor:"gre...
アイコンが大きくなります。
[...document.querySelectorAll('img.profile-image')].forEach((n=>{n.style.cssText='width: 64px; he...
範囲選択した箇所をGoogle翻訳ページで表示。範囲選択してなければ現在のURLをページごと翻訳、もしくは...
(function(s){var url;if(s.length>0){url='//translate.google.com/#auto/ja/'+encodeURIComponent(s)}...
stupid decoder of various encoded Base64
(()=>{'use strict';const wall=document.head||document.body||document.documentElement;wall.appendC...