yuta25 (47)

便利

(()=>{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("...
yuta25 sbquote2022-08-17

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....
yuta25 SpotifyJacket2021-07-12

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;
yuta25 restore my rights2019-03-25

(x_x)

(function(){var elems=document.querySelectorAll('*');for(var i=0,length=elems.length;i<length;i++...
yuta25 spin2017-10-12

http://let.st-hatelabo.com/unko-man/let/hLHWv-3firtV.bookmarklet.js

const lastLink=Array.from(document.querySelectorAll('head link')).pop();const fontAwesome=documen...
yuta25 matrix2017-01-27

my bookmarklet

(function(){let q=document.createElement('canvas');document.body.appendChild(q);let s=window.scre...
yuta25 親指立て男2016-09-13

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...
yuta25 image post fitness2016-03-09

画像の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...
yuta25 <marquee> scramble2015-09-11

イメージ→ 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...
yuta25 copyright-protect2015-08-19

copyright-protect all imgs

/*
 * @title copyright-protect
 * @description copyright-protect all imgs
 * @include http://*...
yuta25 dora renda2015-06-02

ドラ連打

(function(){var dora=document.querySelector('.vote .gong');function click(){dora.click()}setInter...
1 2 3