81972 Bookmarklets! Create

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

今後は 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...
unarist 録画2020-02-12

画面をwebmで録画するやつ

(function(){'use strict';if(!navigator.mediaDevices){alert(location.protocol==='http:'?'httpsでな...

AmazonのURLを短くするやつ

var asin=document.getElementById('ASIN').value;location.href='http://amazon.jp/dp/'+asin;

(()=>{if(location.href.match(/read\.amazon\.co\.jp\/\?asin=(.*)(?:&|$)/)){location.href='https://...

https://teratail.com/questions/233570 からインスパイア。

void(async()=>{const $id=document.getElementById.bind(document);const $qs=(s,c=document)=>{const ...
takoyaking46 view_pswd2020-01-06

show hidden password http://qiita.com/AQRiL_1132/items/10d6934da27b171a1e2e

(function(){if(typeof this.tgt==='undefined')this.tgt=document.querySelectorAll('input[type="pass...
noromanba +DL2019-12-31

links to downloadable; e.g. txt/html

(()=>{'use strict';[...document.querySelectorAll(['a[href]:not([download])'])].forEach((link=>{li...
yeswasi DarkMode2019-12-22

DarkMode.

iiyamakanata no title2019-12-17

javascript:void function(){var i,c,x,h;for(i=0;x=document.links[i];++i){h="#"+x.href;x.appendChi...
com0806 ポケ徹検索2019-12-01

ポケモン徹底攻略のサイト内検索のショートカット

// Copyright (C) http://nurucom-archives.hp.infoseek.co.jp/digital/
EscapeSJIS=function(str){ret...
hogashi find00082019-10-15

find a 0008

const matched=document.querySelector('html').innerHTML.match(/.{0,10}\u0008.{0,10}/);if(matched&&...

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

(function(){const content="["+document.title+" "+location.href+"]";alert(content)})();
<< 4 5 6 7 8 9 10 11 12 13