find a 0008
const matched=document.querySelector('html').innerHTML.match(/.{0,10}\u0008.{0,10}/);if(matched&&...
Tweets NowBrowsing
const url=window.location.href;const title=document.title;const text=encodeURIComponent(` / "${ti...
my bookmarklet
Array.from(document.querySelectorAll('video')).find((v=>v.src)).requestPictureInPicture();
TweetDeck でカラムに所有者のアイコンを表示する
const urlSet={};Array.from(document.querySelectorAll('.js-account-list .js-account-item')).forEac...