82020 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
メールを開いてブックマークレットを使ってからページをクリックすると、メールのパーマリンクをクリッ...
(async()=>{const targetDataAttributeName="data-message-id";const waitForEvent=(eventTarget,eventT...
はてなブックマークにログインしていれば、n年前のブクマページに移動します。IEでは動作せず。
const n=1;const nYearBefore=new Date;nYearBefore.setFullYear((new Date).getFullYear()-n);location...
「userId」で指定したユーザーの昨日のブックマーク一覧ページを表示する
javascript:(function(){var userId='mame-tanuki';var d=new Date;d.setDate(d.getDate()-1);var year=...
表示中のページのタイトルとURLをコピーするやつ。httpスキームではnavigator.clipboardが使えないから...
javascript:(()=>{let myURL=document.URL;if(!myURL.includes('?')){myURL=myURL+'?'}else{myURL=myURL...
YouTube Music で再生中の曲を X に Post する君
window.open("https://x.com/intent/tweet?text="+encodeURIComponent(document.querySelector(".title....
現在閲覧しているサイトのスクリーンショットをクリップボードに入れます
javascript:(async()=>{if(!window.html2canvas){await new Promise(((res,rej)=>{const s=document.cre...
現在閲覧しているサイトの Trello カードを作成しつつ、そのサイトのスクリーンショットを撮ってクリッ...
javascript:(async()=>{if(!window.html2canvas){await new Promise(((res,rej)=>{const s=document.cre...
リレーからkind10000イベントを取得してRabbitにミュートリストをインポートする
(async()=>{if(typeof window==='undefined'){await import('websocket-polyfill')}let relayUrl='wss:/...
my bookmarklet
(function(){function pick(el,selector){return el.querySelector(selector)?.textContent?.trim()||""...
my bookmarklet
(function(){function pick(el,selector){return el.querySelector(selector)?.textContent?.trim()||""...
現在のWebページをNostrでブックマークするためにKUCHIYOSEに遷移
(()=>{const website='https://kuchiyose.vercel.app/';const url=new URL(location.href);url.search='...
現在のWebページをNostrでブックマーク
(()=>{const website='https://kuchiyose.vercel.app/';const nostrToolsUrl='https://unpkg.com/nostr-...
選択文字列の文字数をカウントします
(function(){var text=window.getSelection().toString();var count=text.length;if(count===0){alert("...
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...