change youtube verified detection from path value to html element type
This commit is contained in:
parent
641906da6f
commit
c54c28b713
@ -2,13 +2,14 @@
|
||||
! I run like this cause youtube has been ruining my recommended by filling it with news channels and other "authoritive sources" which i don't like however some i do like so it is just lowering opacity
|
||||
|
||||
! home screen
|
||||
www.youtube.com##path[d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M9.8,17.3l-4.2-4.1L7,11.8l2.8,2.7L17,7.4 l1.4,1.4L9.8,17.3z"]:upward(ytd-rich-grid-media):style(opacity: 0.1;)
|
||||
www.youtube.com##.badge-style-type-verified:upward(ytd-rich-grid-media):style(opacity: 0.1;)
|
||||
! recommended videos
|
||||
www.youtube.com##path[d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M9.8,17.3l-4.2-4.1L7,11.8l2.8,2.7L17,7.4 l1.4,1.4L9.8,17.3z"]:upward(ytd-compact-video-renderer):style(opacity: 0.1;)
|
||||
www.youtube.com##.badge-style-type-verified:upward(ytd-compact-video-renderer):style(opacity: 0.1;)
|
||||
! channel/subscriber page
|
||||
www.youtube.com##path[d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M9.8,17.3l-4.2-4.1L7,11.8l2.8,2.7L17,7.4 l1.4,1.4L9.8,17.3z"]:upward(ytd-grid-video-renderer):style(opacity: 0.1;)
|
||||
www.youtube.com##.badge-style-type-verified:upward(ytd-grid-video-renderer):style(opacity: 0.1;)
|
||||
! search results
|
||||
www.youtube.com##path[d="M12,2C6.5,2,2,6.5,2,12c0,5.5,4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M9.8,17.3l-4.2-4.1L7,11.8l2.8,2.7L17,7.4 l1.4,1.4L9.8,17.3z"]:upward(ytd-video-renderer):style(opacity: 0.1;)
|
||||
www.youtube.com##.badge-style-type-verified:upward(ytd-video-renderer):style(opacity: 0.1;)
|
||||
www.youtube.com##.badge-style-type-verified:upward(#content-section):style(opacity: 0.1;)
|
||||
|
||||
! comments
|
||||
www.youtube.com##path[d="M9,18.7l-5.4-5.4l0.7-0.7L9,17.3L20.6,5.6l0.7,0.7L9,18.7z"]:upward(ytd-comment-renderer):style(opacity: 0.1;)
|
||||
www.youtube.com##ytd-author-comment-badge-renderer:upward(ytd-comment-renderer):style(opacity: 0.1;)
|
||||
|
Loading…
x
Reference in New Issue
Block a user