81983 Bookmarklets! Create

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

[タイトル](URL)という形式でページのタイトルとURLをalertします

(function(){const content="["+document.title+"]("+location.href+")";alert(content)})();

深呼吸を促す

(function(){var wrap=document.createElement('div');wrap.style.backgroundColor='rgba(255,250,255, ...

ツイートのURLを開いた状態で使うと投稿時刻をミリ秒まで表示する

((d,p)=>alert(`${d.getFullYear()}/${p(d.getMonth()+1)}/${p(d.getDate())} ${p(d.getHours())}:${p(d...
fuysr4 ねぎ姉さん2020-06-16

http://negineesan.com/ で実行するとギャラリーになる

(()=>{const root=document.createElement("div");root.style.position="fixed";root.style.left="50%";...

https://ja.wikipedia.org/?curid= に移動します。

(async()=>{location.href='/'+`?curid=${(new DOMParser).parseFromString(await(await fetch(location...
mizdra nowbrowsing2020-06-04

NowBrowsing

window.open('https://twitter.com/intent/tweet?text='+encodeURIComponent(`NowBrowsing: ${document....

できるといいなくらいで。

void(s=>prompt('',/\D/.test(s)?Math.trunc(new Date(s).getTime()/1e3):new Date(s*1e3).toLocaleStri...
jigendaddy nishino_ele_32020-05-30

try to take over the world!

$('.skin-entryBody>iframe').wrap("<div></div>");$('.skin-entryBody *:has(*:not(img):not(iframe))'...
jigendaddy nishino_img2020-05-17

try to take over the world!

$('.skin-entryBody a:has(img)').addClass("a_pic");$('.skin-entryBody img').addClass("img_pic");va...

料金案内 > 通信量照会

(()=>{if(!document.URL===/^https:\/\/my.uqwimax.jp\/member/)return;const PKT_ELM=document.querySe...

Get Hatena.Bookmark.entry.eid の ./entry/EID URLを作る

(d=>{if(!d.documentElement.hasAttribute('data-entry-eid'))return;const HBEntry='https://b.hatena....

今後は https://greasyfork.org/ja/scripts/400695-i-like-latest-tweets 参照(Twitter のタイムライン...

(()=>{let status='idle';const FixToLatestTweetTimeline=new class{constructor(){this.status='idle'...
furyu-tei α解禁2020-04-14

今後は https://greasyfork.org/ja/scripts/400666-alphakaikin 参照(アルファポリス小説本文の範囲選...

(()=>{const remove_copyguard=()=>{$(window).on('focusout',(event=>event.stopImmediatePropagation(...

今後は https://greasyfork.org/ja/scripts/400664-letmeusef12 参照([F12]ほか制限されている幾つかの...

(()=>{const allowd_keycode_map={116:{combinations:[]},122:{combinations:[]},123:{combinations:[]}...

今後は https://greasyfork.org/ja/scripts/400661-reloadsuppression-tameshiyo-me 参照(楽園WEB増刊...

(()=>{const patch_func=()=>{const setTimeoutOrig=window.setTimeout;window.setTimeout=function(fun...

今後は https://greasyfork.org/ja/scripts/398038-kindle-unlimited-filter を参照 (Amazon Kindle検...

(()=>{let unlimited_checkbox=document.querySelector('input[name="s-ref-checkbox-3169286051"]');if...

非ASCII文字を含むURLのエンコードする(※IE非対応) 元ネタ:[非ASCII文字を含むURLのエンコード](https...

((s_url,d_url,base)=>{const enc_ch={'(':'%28',')':'%29',"'":'%27','@':'%40','.':'%2E','\\':'%5C'}...

my bookmarklet

(function(){const iframes=document.getElementsByTagName("iframe");for(let i=0;i<iframes.length;i+...
vip0 parse kabu2020-04-04

株をスプレッドシートフォーマットに変換

javascript:(()=>{document.querySelectorAll('.post').forEach((e=>{const resNum=e.getElementsByClas...

同上

(function(global){var document=global.document;var nodes=Array.from(document.querySelectorAll('.r...
<< 4 5 6 7 8 9 10 11 12 13