81995 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
現在のページのURLとタイトルをリンク記法でコピー
((title,url)=>{'use strict';const copy_to_clipboard=text_to_copy=>{if(navigator.clipboard&&window...
YouTubeの任意のチャンネルページで使用すると、そのチャンネルにあるメンバーシップ限定動画の再生リス...
(function(){function b(a){window.open(a.replace(/channel\/UC([^/]*).*/,"playlist?list=UUMO$1"),"_...
技術評論社の連載ページをscrapbox記法のリストに変換する
(()=>{const source=Array.from(document.querySelectorAll('.toc.article a')).map((a=>` [${a.href} $...
ブックマークレットで動作するアプリランチャーです
Google検索等で付加されるScroll To Text Fragment(#:~:text=~)を除去
(()=>{'use strict';const url_object=new URL(location.href);if(!/^#:~:text=/.test(decodeURICompone...
テーブルクリックでCSVとしてダウンロード
{const target=document.querySelectorAll('table');const dl=event=>{const bom=new Uint8Array([239,1...
多く時間を使った順にタスクを並べて保持してから実行することで、まんべんなく工数入力する
var inputs=document.querySelectorAll('input[placeholder="0:00"]');var total=document.querySelecto...
Hatena::Let template strings crash PoC
try{`//`}catch(e){window.alert(e)}
my bookmarklet
const s=prompt("置換前の文字列","");const r=prompt("置換後の文字列","");void(document.body.innerH...
my bookmarklet
const s=document.createElement("script");s.src="https://textage.cc/score/titletbl.js";s.onload=()...
prompt表示
(function(){var a=unescape(document.getSelection());prompt(a,a)})();
タイトルの通り。必要に応じて最初の配列の所の ["アフィリンクに含まれているURL']", "リダイレクト先...
var af=[["a[href*='af.moshimo.com/']","url"],["a[href*='afl.rakuten.co.jp/']","pc"],["a[href*='px...
teratailのNG回答者リストをローカルに保存して、質問を見えなくする
(function(){'use strict';const localStorageKey='63cc7db5-31e8-7c4f-6dbb-2210c1c056de';const heade...
Spotifyのアルバム・ジャケット画像のURLを開く
open(document.querySelector('div.contentSpacing div div img').srcset.split(',').find((s=>s.match(...
別タブで Internet Archive の Wayback Machine で検索
(function(){window.open('https://web.archive.org/web/*/'+location.href,'_blank','noopener=yes,nor...
開いているURLでTwitter検索を新規タブで開く
(function(){window.open('https://twitter.com/search?q='+encodeURIComponent(location.href),'_blank...
別タブで開く。言語は自動的に検出。
(function(){window.open('https://translate.google.com/translate?sl=auto&tl=ja&u='+encodeURICompon...
Amazon のほしいものリストの合計金額を表示します。
var cost=0;document.querySelectorAll('#g-items .a-price-whole').forEach((price=>{cost+=parseInt(p...
Simple Key Logger (w/o modifiers, composition)
(()=>{if(window.__KeyLogger_finish){window.__KeyLogger_finish();return}let events=['timestamp (As...
はてなブログの記事編集ページのフォントを Courier New (等幅フォント)にする