81972 Bookmarklets! Create

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

xtetsuji Copy githublink2022-06-27

現在見ている GitHub Issue/PR URL を OWNER/REPO#ID フォーマットでコピーします

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

予測線と終了日をプロットします。完了ポイントは線形に伸び、総ポイントは変化しない想定。

(()=>{function intersect(x1,y1,x2,y2,x3,y3,x4,y4){if(x1===x2&&y1===y2||x3===x4&&y3===y4){return f...

Archive a URL converted from mobile.twitter by archive.today .

javascript:void open('http://archive.is/?run=1&url='+encodeURIComponent(document.location.href.re...

はてな匿名ダイアリーのトラックバック(「記事への反応」)を全部開きます

javascript:var tgl=document.querySelectorAll("[href='#']");for(var i=1;i<tgl.length;i++){tgl[i].c...

/shorts/~ を /watch?v=~ にする

(function(){if(/^https:\/\/(www|m)\.youtube\.com\/shorts\//.test(location.href)){location.href=lo...

my bookmarklet

javascript:(function(){var d=document,c=d.cookie.split(';'),l=location,p=l.pathname+l.search,i,j;...
nkoz Amazon2NDL(asin)2022-05-07

便利

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

https://blog.sushi.money/entry/2022/04/02/221344

document.body.innerHTML=document.body.innerHTML.replace(/ゾンビ/gi,'トンビ');

開いている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...
<< 1 2 3 4 5 6 7 8 9 10