82012 Bookmarklets! Create

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

Nikola nostr bookmark9 hours ago

現在のWebページをNostrでブックマーク

(()=>{const nostrToolsUrl='https://unpkg.com/nostr-tools/lib/nostr.bundle.js';const profileRelay=...

選択文字列の文字数をカウントします

(function(){var text=window.getSelection().toString();var count=text.length;if(count===0){alert("...

メールを開いてブックマークレットを使ってからページをクリックすると、メールのパーマリンクをクリッ...

(async()=>{const targetDataAttributeName="data-thread-perm-id";const waitForEvent=(eventTarget,ev...

github.com のページから deepwiki.com に遷移します

(function(){if(location.hostname==='github.com'){const newUrl=location.href.replace('//github.com...

Amazonプライムビデオの邪魔なNext upカードの表示/非表示を切り替える

(function(){const elements=document.querySelectorAll('div[class*="-nextupcard-show"]');elements.f...

my bookmarklet

javascript:(()=>{document.getElementById("oblist4").remove();document.getElementById("ad-pc-artic...

googleカレンダーの予定編集画面からpermalinkを作ります

var result=location.href.match(/https:\/\/calendar.google.com\/calendar\/.*\/eventedit\/([0-9a-zA...

どこでもnostr-login

(()=>{const url='https://www.unpkg.com/nostr-login@latest/dist/unpkg.js';affixScriptToHead(url,((...

nostalkに喋らせる

(async()=>{const ifghost='ノス民,none';const message='\\0\\_q\オアーッ!!/\\e';const sspServerURL='h...

https://support.google.com/meet/answer/7501121#zippy=%2C%E5%88%A9%E7%94%A8%E3%81%A7%E3%81%8D%E3%8...

const $users=document.querySelector('[aria-label="ユーザー"]');$users.click();const $list=documen...

Web サイトによって奪われたショートカットキー Cmd+K をブラウザ本来の動作に戻す

(()=>{const originalPreventDefault=Event.prototype.preventDefault;Event.prototype.preventDefault=...

リレーからkind30002イベントを取得してRabbitにリレーセットをインポートする

(async()=>{let relayUrl='wss://relay-jp.nostr.wirednet.jp';const getPubkey=async()=>{let pubkey;c...

濃さを調整したあと印刷して、塗り絵として使ってください。X.comなど、うまく動かない場合は画像をタブ...

(function(){alert("画像を右クリックすると塗り絵用の線画を表示します。\nスライダーで濃さを調整でき...

リレーからkind30002イベントを取得してRabbitにリレーセットをインポートする

(async()=>{let relayUrl='wss://relay-jp.nostr.wirednet.jp';const getPubkey=async()=>{let pubkey;c...

DQ10 思い出アルバムダウンロード補助 for DownThemAll

function procDates(dts,id){let dt=dts.children[0].innerText;dt=dt.replace("/","");dt=dt.replace("...

posfieのページを開いた状態から、togetterの旧URLのはてなブックマークページにリダイレクトする。

javascript:(()=>{window.location.href=`https://b.hatena.ne.jp/entry/s/togetter.com/li/${JSON.pars...

ページ内にある~.PDFというリンクすべてからPDFファイルを取得して、zipして一括ダウンロードします(...

(async()=>{const sleep=time=>new Promise((resolve=>setTimeout(resolve,time)));await import('https...

NowBrowsing

fetch(location.href,{credentials:'omit',redirect:'error'}).then((res=>{if(res.ok&&res.status===20...

このページに言及しているNostrのコメントを表示する

(()=>{const relayUrl='wss://yabu.me/';const getEvent=filter=>new Promise((resolve=>{const ws=new ...

リレーからkind10030,kind30030イベントを取得してRabbitにカスタム絵文字リストをインポートする

(async()=>{if(typeof window==='undefined'){await import('websocket-polyfill')}let relayUrl='wss:/...
1 2 3 4 5 6 7 8 9 10