https://tech.classi.jp/entry/2024/04/23/183000
document.addEventListener('keydown',(function(event){if(event.key==='Enter'&&event.isComposing){e...
便利
(()=>{const title=document.querySelector("#productTitle").textContent.trim().replaceAll(/[~‐‑...
wikipedia random auopagerize
(function(){let loading=false;const x=new XMLHttpRequest;x.onload=function(e){history.pushState("...
Scrapboxに貼りやすいように選択中のテキストをクリップボードにコピー
async function sbquote(){const quote=window.getSelection().toString();const url=window.location.h...
便利
setInterval((()=>document.querySelector('.wa-section:nth-last-child(2) button[data-testid="score-...
suzuri random autopagerize
(function(){var loading=false;var x=new XMLHttpRequest;var lastElement=function(){var e=document....
Spotifyのアルバム・ジャケット画像のURLを開く
open(document.querySelector('div.contentSpacing div div img').srcset.split(',').find((s=>s.match(...
ラジオボタンのやつ
[...new Set(Array.from(document.querySelectorAll('input[type="radio"]')).map((elem=>elem.name)))]...
深呼吸を促す
(function(){var wrap=document.createElement('div');wrap.style.backgroundColor='rgba(255,250,255, ...
AmazonのURLを短くするやつ
var asin=document.getElementById('ASIN').value;location.href='http://amazon.jp/dp/'+asin;
(x_x)
(function(){var elems=document.querySelectorAll('*');for(var i=0,length=elems.length;i<length;i++...
http://let.st-hatelabo.com/unko-man/let/hLHWv-3firtV.bookmarklet.js
const lastLink=Array.from(document.querySelectorAll('head link')).pop();const fontAwesome=documen...
my bookmarklet
(function(){let q=document.createElement('canvas');document.body.appendChild(q);let s=window.scre...
github, github enterprise のissueとかで、親指立てるボタンを全部押す
Array.from(document.querySelectorAll('button[value="+1 react"]')).forEach((b=>b.click()));
調整さんで全部◯を選択する
Array.from(document.querySelectorAll('.oax-0')).forEach((el=>el.click()));
画面内にある全部のラジオボタンを適当に選択する
Array.from(document.querySelectorAll('form')).forEach((form=>{Array.from(form.querySelectorAll('i...
画像のpostをdsbdとwindowに合わせる(for user script & please use with http://userstyles.org/styles...
(function(){var w=window;var d=document;var spreadImage=function(img){if(!img)img=this;if(!img.wi...
グーグルで似てる画像を探す
(()=>{location.href='https://www.google.com/searchbyimage?&image_url='+encodeURIComponent(locatio...
イメージ→ https://www.google.co.jp/maps/@35.659457,139.70051,3a,75y,135.41h,84.12t/data=!3m4!1e...
(function(){function randomDirection(){var directions=['left','right','up','down'];return directi...
copyright-protect all imgs
/* * @title copyright-protect * @description copyright-protect all imgs * @include http://*...