NowBrowsing
fetch(location.href,{credentials:'omit',redirect:'error'}).then((res=>{if(res.ok&&res.status===20...
今見ている GitHub リポジトリの subscribe している Issue を一覧するページを開きます。
open("https://github.com/notifications/subscriptions?reason=manual&repository="+decodeURIComponen...
pre要素とcode要素にtranslate="no"を付けて翻訳対象から外します
document.querySelectorAll('pre, code').forEach((el=>el.setAttribute('translate','no')));