81995 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
便利
(()=>{const title=document.querySelector("#productTitle").textContent.trim().replaceAll(/[~‐‑...
NAVITIMEの任意の時刻表を、東急向けのNAVITIE電鉄・バス事業者向けソリューションで開くやつ
javascript:(()=>{var indexOfQuestion=document.URL.lastIndexOf('?')+1;var params;if(indexOfQuestio...
ついているはてなスターを見たり、はてなスターをつけられるあのパネルを開く
(function(){window.open('https://s.hatena.ne.jp/js/widget/entry.html?url='+encodeURIComponent(loc...
ブックマークレットを使ってからメールスレッドやタイトルなどをクリックしてください
{const targetDataAttributeNames=["data-legacy-last-message-id","data-legacy-message-id","data-leg...
Twitter(X)のユーザープロフィールからメディア検索画面に遷移する
(()=>{'use strict';const media_tab=document.querySelector('[role="presentation"] a[href$="/media"...
60秒間再生するとログイン画面をポップアップして一時停止させられるのでその前に変数を上書きする
setTimeout((function(){let s=document.createElement('script');s.innerHTML='__INITIAL_STATE__.user...
Twitterの個別ツイート(https://twitter.com/<name>/status/<id>)のURL(<id>)からおおよその投稿時刻を...
(()=>{'use strict';const twitter_epoch_time=1288834974657n,threshold_tweet_id=300000000000000n;le...
はてなブックマークのコメント一覧ページに遷移する
(()=>{location.href=`https://b.hatena.ne.jp/entry/${location.href.replace('#','%23')}`})();
my bookmarklet
document.querySelectorAll("video[disableremoteplayback]").forEach((function(e){e.removeAttribute(...
event catpture の活躍の場
['contextmenu','selectstart','copy','mousedown'].forEach((ev=>window.addEventListener(ev,(e=>e.st...
my bookmarklet
(function(){var title=encodeURIComponent(document.getElementsByClassName('showcase-item__title')[...
focus
var dot=document.createElementNS("http://www.w3.org/2000/svg","circle");dot.setAttribute("cx",5.5...
https://teratail.com/questions/ncsqe99mif6af6#reply-2mcicqlromm4lp
void document.addEventListener('click',(e=>alert(`${e.clientX},${e.clientY}`)),{once:true});
https://teratail.com/questions/ncsqe99mif6af6
void document.elementFromPoint(400,0).click();
Kindleの個別商品ページからKindle Cloud Readerを開く
(()=>{const is_kindle_page=()=>{const kindle_mark=document.querySelector('#bylineInfo > span:nth-...
ページ内にある~.PDFというリンクすべてからPDFファイルを取得して、zipして一括ダウンロードします。
(async()=>{function _import(s){return new Promise((function(resolve){const script=document.create...
Mahjong AI Utilities の牌譜レビューで URL から https:// より前にある文字を削除
if(location.href.match(/^https:\/\/mjai.ekyu.moe/)){var el=document.querySelector("#log-url");el....
my bookmarklet
navigator.clipboard.readText().then((s=>{document.querySelector("#log-url").value=s.replace(/.*ht...
メタブタイトルが「...のコメント」となってしまうところを、元ページのタイトルに変更する。自分が公開...
void(async()=>{if(!document.querySelector('.entry-edit')){alert('公開ブクマされていないようなので...
my bookmarklet
javascript:(function(){open('https://mail.google.com/mail/#inbox','_blank','width=600,height=600,...