Last active
August 20, 2021 04:55
-
-
Save uetchy/c6b774ea8e0221d71d1fe87720223c72 to your computer and use it in GitHub Desktop.
Social Detox Filter
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
[Adblock Plus 2.0] | |
! Title: Social Detox Filter | |
! Homepage: https://gist.github.com/uetchy/c6b774ea8e0221d71d1fe87720223c72/ | |
!Twitter - Remove Counters | |
twitter.com##div[data-testid="reply"] > div > div:nth-child(2) | |
twitter.com##div[data-testid="like"] > div > div:nth-child(2) | |
twitter.com##div[data-testid="unlike"] > div > div:nth-child(2) | |
twitter.com##div[data-testid="retweet"] > div > div:nth-child(2) | |
twitter.com##div[data-testid="unretweet"] > div > div:nth-child(2) | |
twitter.com##article > div > div:nth-last-child(2) > div > a > div:nth-child(1) | |
twitter.com##a[href$="followers"] > span:first-child | |
twitter.com##a[href$="following"] > span:first-child | |
twitter.com##a[href$="retweets"][role="link"] > div:first-child | |
twitter.com##a[href$="retweets/with_comments"][role="link"] > div:first-child | |
twitter.com##a[href$="likes"][role="link"] > div:first-child | |
twitter.com##main > div > div > div > div:nth-child(2) > div > div:nth-child(2) > div > div > div > div:nth-child(3) | |
twitter.com##div[data-testid="sidebarColumn"] > div > div:nth-child(2) > div > div > div > div:not(:first-child) | |
!twitter.com##a[data-testid="AppTabBar_Explore_Link"] | |
!twitter.com##div[aria-label*=unread] | |
tweetdeck.twitter.com##span.retweet-count | |
tweetdeck.twitter.com##span.like-count | |
tweetdeck.twitter.com##span.reply-count | |
tweetdeck.twitter.com##a[href$="/followers"] > strong | |
tweetdeck.twitter.com##.tweet-stat[data-type="repliers"] | |
tweetdeck.twitter.com##.tweet-stat > b | |
!YouTube | |
www.youtube.com###endpoint > span.title | |
www.youtube.com##ytd-menu-renderer.ytd-video-primary-info-renderer yt-formatted-string | |
!YouTube Likes / Dislikes | |
www.youtube.com##yt-formatted-string[aria-label*="likes"] | |
www.youtube.com###sentiment | |
!YouTube View Count | |
www.youtube.com###metadata-line > .ytd-video-meta-block:first-child | |
www.youtube.com###info-text>#count | |
www.youtube.com###info-text>#info-strings>#dot | |
m.youtube.com##.slim-video-metadata-actions .button-renderer-text | |
!YouTube Blacklist | |
www.youtube.com##.ytd-channel-name:contains(/(OtakMori|Shrimp\sSubs)/):upward(:is(ytd-grid-video-renderer, ytd-video-renderer)) | |
!Nicovideo | |
www.nicovideo.jp##.MainContainer-marquee |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment