hogashi (4)

hogashi find00082019-10-15

find a 0008

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

Tweets NowBrowsing

const url=window.location.href;const title=document.title;const text=encodeURIComponent(` / "${ti...
hogashi picture-in-picture2019-04-17

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...