labocho (26)

Safari (iOS) での Mahjong AI Utilities の牌譜表示の崩れを調整

for(var e of document.querySelectorAll("[transform]")){e.setAttribute("style","transform: "+e.get...

my bookmarklet

document.querySelectorAll("video[disableremoteplayback]").forEach((function(e){e.removeAttribute(...

Mahjong AI Utilities の牌譜レビューで URL から https:// より前にある文字を削除

if(location.href.match(/^https:\/\/mjai.ekyu.moe/)){var el=document.querySelector("#log-url");el....

my bookmarklet

navigator.clipboard.readText().then((s=>{document.querySelector("#log-url").value=s.replace(/.*ht...
labocho PinPで再生2022-11-08

動画を PinPで再生するボタンを表示します

(function(){var e=document.createElement("button");e.innerText="PinP";e.style="position: absolute...

閲覧中のページを Full HD (1920x1080) の新しいウィンドウで開きます。

window.open(location.href,"1920x1080","width=1920,height=1080");

New York Philharmonic のデジタルアーカイブを見やすくする

(function(){document.querySelector("#BRbookcover").style.background="none"})();
labocho Tweet2018-04-19

閲覧中のページの URL と、選択文字列またはタイトルとともに Tweet 作成ページへ遷移します。

(function(){var link,url,message;link=document.querySelector("link[rel=canonical]");url=link&&lin...

自分のアフィリエイトタグを変数 tag に assign してください。

(function(tag,url){tag="labocho-22";url=location.href.replace(/^https:\/\/www\.amazon\.co\.jp.*(\...

Google の検索結果ページで実行すると、英語の検索結果のみ検索します。

(function(){var url=new URL(location.href);url.searchParams.set("lr","lang_en");location.href=url...

my bookmarklet

(function(){var q,s;q="(site:gihyo.jp/dp OR site:estore.ohmsha.co.jp OR site:www.oreilly.co.jp/eb...
labocho ...を円で2016-04-20

選択または入力した文字列 + "を円で" を Google 検索

(function(){var alternatives,i,price,query,url;alternatives=[{pattern:/C\$(.+)/,replace:"$1CAD"}]...
labocho はてブで開く2015-11-24

閲覧中のページをはてなブックマークで開きます。

(function(){location.href="http://b.hatena.ne.jp/entry/"+location.href.replace(/^http:\/\//,"").r...

rack-mini-profiler の実行時間表示を削除します。

(function(){document.querySelector(".profiler-results").remove()})();

MySQL 5.6 Reference Manual 英語版 ( https://dev.mysql.com/doc/refman/5.6/en/ ) 内のページで実行す...

(function(){location.href=location.href.replace(/\/en\//,"/ja/")})();

Dash 版のるりまから公式のるりまへ遷移します。

(function(matches,path){matches=decodeURIComponent(location.pathname).match(/Ruby (\d\.\d\.\d)-ja...

おしゃべりクッキングのレシピを Google で検索。

(function(k,q){k=prompt("おしゃべりクッキング レシピ検索");if(!k)return;q="site:asahi.co.jp/oshab...

閲覧中のサイトから Google サイト検索します。URL の最後の / 以前が一致するものに限定します。livedo...

(function(k,s,q){k=prompt("サイト検索 (カレントディレクトリ)");if(!k)return;s=location.hostname+l...

閲覧中のサイトから Google サイト検索します。iOS 向け。

(function(u,s,q){q=prompt("サイト検索 (ドメイン)");if(!q)return;u=location.href;s=u.substring(u.i...

閲覧中の URL とタイトルから Markdown 用のリンクを作成します。

prompt("","["+document.title+"]"+"("+location.href+")");
1 2