Skip to content

Commit

Permalink
The "Disable Polymer" entries were due for removal by now
Browse files Browse the repository at this point in the history
Inspired by #1038.
  • Loading branch information
DandelionSprout authored Jun 11, 2024
1 parent f314fb2 commit 244cfdd
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions YouTubeEvenMorePureVideoExperience.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,41 +136,17 @@ inv.riverside.rocks,invidio.xamh.de,invidious-jp.kavin.rocks,invidious-us.kavin.

! ————————————————————————————————————————————————————————————————

! ——— "Disable Polymer" mode ———

! Removes the Homepage button in the left-hand menu when using "Disable polymer"
www.youtube.com###what_to_watch-guide-item

! Removes the video store and YouTube Gaming buttons in the left-hand menu when using "Disable polymer"
www.youtube.com##li.guide-section:nth-of-type(5) > .personal-item.guide-item-container > .yt-box.yt-uix-tdl.guide-user-links

! Removes the Discover button in the left-hand menu when using "Disable polymer"
www.youtube.com##li.guide-section:nth-of-type(4)

! Removes the Trending button in the left-hand menu when using "Disable polymer"
www.youtube.com###trending-guide-item

! Attempts to remove YouTube frontpage recommended videos and channels when using "Disable polymer" (and using YouTube in a Germanic language)
www.youtube.com#?#.feed-item-container.browse-list-item-container:has(.shelf-title-annotation:has-text( for ))

! Removes the like/dislike counters
www.youtube.com##.like-button-renderer-like-button > .yt-uix-button-content
www.youtube.com##.like-button-renderer-dislike-button > .yt-uix-button-content
www.youtube.com##.video-extras-sparkbars

! ————————————————————————————————————————————————————————————————

! ——— "TV" mode ———

! Removes most video suggestions in TV mode
! Sadly, at least one suggestion had to remain in each row, or else you couldn't browse down to the Home and Search buttons.
www.youtube.com##.exp-enable-live-seeking > #leanback > #app-markup > #watch > #bottom-half .pivot-row .watchable-tile:nth-of-type(1n+2)

! Removes the Trending button in the top bar. At least I think it's the Trending button.
www.youtube.com##div.top-nav-tab:nth-of-type(2)
!!!www.youtube.com##div.top-nav-tab:nth-of-type(2)

! Removes the Gaming button in the top bar
www.youtube.com#?#div.top-nav-tab:has-text(/^Gaming$/)
!!!www.youtube.com#?#div.top-nav-tab:has-text(/^Gaming$/)

! ————————————————————————————————————————————————————————————————

Expand All @@ -187,7 +163,7 @@ www.youtube.com#?#div.top-nav-tab:has-text(/^Gaming$/)
||youtube.com/comment_service_ajax?$domain=youtube.com|youtu.be|youtube-nocookie.com
youtube.com###comments
! Removes all annotations in videos
||youtube.com/annotations_invideo?$object-subrequest
!!!||youtube.com/annotations_invideo?$object-subrequest
! HTML5 version
youtube.com,youtube-nocookie.com##.video-annotations
! Removes video suggestions on video pages
Expand Down

0 comments on commit 244cfdd

Please sign in to comment.