81995 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
はてなブックマークページから自分のコメントとeidベースURLを持ってツイート投稿フォームに遷移するブ...
javascript:(()=>{document.location.href='https://twitter.com/share?text='+encodeURIComponent(docu...
pre要素とcode要素にtranslate="no"を付けて翻訳対象から外します
document.querySelectorAll('pre, code').forEach((el=>el.setAttribute('translate','no')));
マイクロソフトのサポートページで日本語ページ⇔英語ページを切り替える
(()=>{let matches=location.href.match(/^https?:\/\/(docs|support|learn)\.microsoft\.com\/(.+?)-(....
ツイートボタンをコピーボタンにします。
((D=document,B=(t=>`[class^="_${t}Button_"]`),T=((n=D)=>n?.querySelector?.(B('share'))),O=(e=>new...
ChatGPTのチャットをテキストファイルに
(()=>{function getUserName(element){const imgElements=element.querySelectorAll("img[alt]");for(co...
はてなブックマークにログインしていれば、n年前のブクマページに移動します。IEでは動作せず。
const n=1;const oneYearBefore=new Date;oneYearBefore.setFullYear((new Date).getFullYear()-n);loca...
wikipedia random auopagerize
(function(){let loading=false;const x=new XMLHttpRequest;x.onload=function(e){history.pushState("...
w/ "{title} {url}" format. easy copyable title/url box; click to copy, double-click outer to close
(()=>{'use strict';const tag=(name,props={},children=[])=>{const e=Object.assign(document.createE...
見てるサイトでサイト内検索
(()=>{const basePath=prompt('Base path?',location.href.replace(/(.+\/)(.+)?$/,'$1').replace(/^htt...
比較したいブコメページを入力→コメントを比較したテキストをはてな記法で出力
(async()=>{const regexpEscape=s=>s.replace(/[\\^$.*+?()[\]{}|]/g,'\\$&');const regexp=new RegExp(...
比較したいブコメページを入力→コメントがユーザーごとに並ぶ
(async()=>{document.documentElement.scrollTop=document.documentElement.scrollHeight;const regexpE...
/?~ 以降を消す
(function(){if(/^https:\/\/www\.bilibili\.com\/video\//.test(location.href)){location.href='https...
定数は調整をお願いします。音楽のポン出しに便利です。
javascript:x="";for(let e=1;e<41;e++){x=x+e+".<input style=margin-top:50px; type=file id="+e+"><i...
動画を PinPで再生するボタンを表示します
(function(){var e=document.createElement("button");e.innerText="PinP";e.style="position: absolute...
PCからも「視聴しました!」ツイートができたらいいなと思い作成しました.
javascript:(function(){var pauseInfo=document.getElementById("pauseInfo");var pauseInfoTxt1_eleme...
my bookmarklet
const baseUrl="https://amazon.co.jp/product-reviews/"+location.href.match(/\/([A-Z0-9]{10,})(\/|\...
FirefoxのPDF Viewerで白黒反転します
(()=>{viewer.style='filter: grayscale(1) invert(1) sepia(1)'})();
なんか、パーセントエンコーディングがアレ←プロトコルでリダイレクトされてた
void(location.href="https://www.kinokuniya.co.jp/disp/CSfDispListPage_001.jsp?qs=true&ptk=03&q="+...
エントリページで動作します。
document.querySelector('.is-my-bookmark .hatena-star-inner-count')?.click?.();void setTimeout((()...
scrapboxで特定行にスクロールする
(()=>{document.getElementById("L"+location.hash.substr(1)).scrollIntoView()})();