81983 Bookmarklets! Create

Hatena::Let でブックマークレットをかんたんに作成・公開しよう!

yuta25 SpotifyJacket2021-07-12

Spotifyのアルバム・ジャケット画像のURLを開く

open(document.querySelector('div.contentSpacing div div img').srcset.split(',').find((s=>s.match(...

別タブで Internet Archive の Wayback Machine で検索

(function(){window.open('https://web.archive.org/web/*/'+location.href,'_blank','noopener=yes,nor...

開いているURLでTwitter検索を新規タブで開く

(function(){window.open('https://twitter.com/search?q='+encodeURIComponent(location.href),'_blank...

別タブで開く。言語は自動的に検出。

(function(){window.open('https://translate.google.com/translate?sl=auto&tl=ja&u='+encodeURICompon...

Amazon のほしいものリストの合計金額を表示します。

var cost=0;document.querySelectorAll('#g-items .a-price-whole').forEach((price=>{cost+=parseInt(p...
unarist KeyLogger2021-06-16

Simple Key Logger (w/o modifiers, composition)

(()=>{if(window.__KeyLogger_finish){window.__KeyLogger_finish();return}let events=['timestamp (As...

はてなブログの記事編集ページのフォントを Courier New (等幅フォント)にする

noromanba ytchat2021-06-07

open chatting window/tab

(()=>{'use strict';const url=new URL(location.href);const id=url.searchParams.get('v')||url.pathn...

メディア(画像・動画)付きツイートをスタンプ風に引用(=メディアのみ引用)してツイート(個別ツイー...

(async()=>{'use strict';const tweet_urlobj=new URL(location.href),matches=tweet_urlobj.pathname.m...

閲覧しているパーマリンクを起点にしたトゥートの一覧を表示します。

location.href=location.href.replace(/(\d+)$/,(s=>'with_replies?max_id='+(BigInt(s)+1n)));

my bookmarklet

let path;let pattern;var fetchPath=function(callback){path=prompt('PATH入力してください');pattern...

(()=>{document.querySelectorAll('.p-rich_text_list').forEach((x=>x.classList.remove('p-rich_text_...

インスタグラムのハッシュタグを Twitter のハッシュタグリンクにする

(()=>{const check_domain=document.domain==="www.instagram.com"?1:0;if(!check_domain)return;let co...
maRk はてブロ This2021-04-07

閲覧ページをもとにはてなブログを作成

(()=>{const editURL="https://blog.hatena.ne.jp/my/edit";let selectTxt=window.getSelection().toStr...

my bookmarklet

(()=>{fetch('https://gist.githubusercontent.com/wktk/102e630b819aa251738738666c9246c9/raw/af550d7...

my bookmarklet

var firstLoadFlag=true;function IsHanEisu(str){str=str==null?"":str;if(str.match(/^[A-Za-z0-9]*$/...

http://let.hatelabo.jp/pacochi/let/ipfNhb7UgqAA がブックマークできなかった

void 16n;

管理画面から複数の絵文字を登録できるようにします。

(async()=>{const delay=2e3;const authenticityToken=document.querySelector('meta[name="csrf-token"...

ラジオボタンのやつ

[...new Set(Array.from(document.querySelectorAll('input[type="radio"]')).map((elem=>elem.name)))]...

try to take over the world!

var listArray=document.querySelectorAll('.skin-entryBody *[style]');for(var i=0;i<listArray.lengt...
<< 2 3 4 5 6 7 8 9 10 11