Hosted at new repo: https://github.com/mikelei8291/Userscripts/blob/master/pixiv-fanbox-downloader/script.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! remove tracking URL params | |
||twitter.com^$removeparam=/^(s|t)=/ | |
! remove Twitter verification (Twitter Blue) button on left sidebar | |
twitter.com##a[href="/i/verified-choose"] | |
! remove suggested tweets under comments | |
twitter.com##section div[data-testid=cellInnerDiv]:has(h2[role="heading"] + div) | |
twitter.com##section div[data-testid=cellInnerDiv]:has(h2[role="heading"] + div) ~ div |