81983 Bookmarklets! Create

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

開いているURLでTwitter検索をアプリで開く(スマートフォン向け)

(function(){location.href='twitter://search?query='+encodeURIComponent(location.href)})();
taizooo Amazon2NDL(asin)2022-03-18

便利

const asin=document.querySelectorAll(`input[name^="ASIN"]`)[0].value;window.open("https://iss.ndl...
taizooo amz2022-03-18

amazon_url_shaper

(function(){var u='/dp/'+document.querySelectorAll(`input[name^="ASIN"]`)[0].value;history.replac...

便利

setInterval((()=>document.querySelector('.wa-section:nth-last-child(2) button[data-testid="score-...
xtetsuji Copy mdlink2022-02-25

今の記事を Markdown のリンク形式で取得

(function(w,d,l){var b=d.createElement("input"),bs=b.style;b.size=120;bs.zIndex=99999;bs.left=bs....
xtetsuji Copy listlink2022-02-25

URLとタイトルを「URL タイトル」としてクリップボードにコピーする

(function(w,d,l){var b=d.createElement("input"),bs=b.style;b.size=120;bs.zIndex=99999;bs.left=bs....

suzuri random autopagerize

(function(){var loading=false;var x=new XMLHttpRequest;var lastElement=function(){var e=document....

現在のページの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...
Lhankor_Mhy Table to CSV2022-01-04

テーブルクリックでCSVとしてダウンロード

{const target=document.querySelectorAll('table');const dl=event=>{const bom=new Uint8Array([239,1...
hitode909 工数入力2022-01-04

多く時間を使った順にタスクを並べて保持してから実行することで、まんべんなく工数入力する

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...
n-nf get textage link2021-10-25

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...
Lhankor_Mhy teratail NG2021-07-17

teratailのNG回答者リストをローカルに保存して、質問を見えなくする

(function(){'use strict';const localStorageKey='63cc7db5-31e8-7c4f-6dbb-2210c1c056de';const heade...
<< 1 2 3 4 5 6 7 8 9 10