82027 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
「userId」で指定したユーザーあるいは、はてなドメインならURLから取得したユーザーIDのブックマーク一...
javascript:(function(){let userId='mame-tanuki';if(location.host==='b.hatena.ne.jp'){const match=...
my bookmarklet現在のページの「タイトル」と「URL」を取得してクリップボードにコピーする(navigator.c...
javascript:(async()=>{const text=`${document.title}\n${document.URL}`;try{await navigator.clipboa...
javascript:(function(){const getMeta=attr=>document.documentElement.getAttribute(attr);const entr...
リンク作成+はてなブックマーク数表示→クリップボード
javascript:(function(){var t=document.title;var u=location.href;var val='- <a href="'+u+'" target...
MSゴシック系を無効にする。
(function(){const s=document.createElement('style');s.setAttribute('type','text/css');s.innerHTML...
ついているはてなスターを見たり、はてなスターをつけられるあのパネルを開く
(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()||""...