81992 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'...
今後は 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+...
株をスプレッドシートフォーマットに変換
javascript:(()=>{document.querySelectorAll('.post').forEach((e=>{const resNum=e.getElementsByClas...
同上
(function(global){var document=global.document;var nodes=Array.from(document.querySelectorAll('.r...
画面を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 ...
show hidden password http://qiita.com/AQRiL_1132/items/10d6934da27b171a1e2e
(function(){if(typeof this.tgt==='undefined')this.tgt=document.querySelectorAll('input[type="pass...
links to downloadable; e.g. txt/html
(()=>{'use strict';[...document.querySelectorAll(['a[href]:not([download])'])].forEach((link=>{li...
DarkMode.
javascript:void function(){var i,c,x,h;for(i=0;x=document.links[i];++i){h="#"+x.href;x.appendChi...
ポケモン徹底攻略のサイト内検索のショートカット
// Copyright (C) http://nurucom-archives.hp.infoseek.co.jp/digital/ EscapeSJIS=function(str){ret...
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)})();