82023 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
ついているはてなスターを見たり、はてなスターをつけられるあのパネルを開く
(function(){void window.open('https://s.hatena.ne.jp/js/widget/entry.html?url='+encodeURIComponen...
表示中のページを小窓で表示
(function(){void window.open(location.href,'_blank','width=320, height=480, popup, noopener, nore...
Twitterユーザーのscreen_nameからユーザーIDを取得する
(async()=>{'use strict';const error_alert=error_message=>{console.error(error_message);alert(erro...
はてなフォトライフの動画ページにダウンロードリンクを表示する
(function(){if(/^https:\/\/f\.hatena\.ne\.jp\//.test(location.href)&&/movie$/.test(document.getEl...
フルサービス店の松屋に行きたくありませんか? 店舗リスト (https://pkg.navitime.co.jp/matsuyafoods/s...
javascript:(()=>{/*店舗リストにw_7_searchresult_1_1_spot-info-list-rowというclass名がついている...
動画広告を見ろと迫ってくるサイトでお断りするためのブックマークレット
javascript:(()=>{document.body.removeAttribute("class");document.body.removeAttribute("style");le...
メールを開いてブックマークレットを使ってからページをクリックすると、メールのパーマリンクをクリッ...
(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...