added comments
This commit is contained in:
parent
d04212f8ee
commit
73e0cdeeec
@ -1,3 +1,5 @@
|
||||
!cashback trackers
|
||||
|
||||
@@||joinhoney.com^*
|
||||
@@||joinhoney.com^*$~third-party
|
||||
@@||honey.io^*
|
||||
|
@ -1,2 +1,6 @@
|
||||
! allow the user to select chapter contents to be able to select quotes or the like(like seriously most of the scraping is going to be done by programs/scripts anyways and you can always just go into f12/inspect element and select them and copy them from the side anyways)
|
||||
www.lightnovelpub.com##.chapter-content:style(user-select:text !important;)
|
||||
|
||||
! would love if this would work as an alternative to the above but modifying css values that you are using in the matches-css is invalid and will break you can uncomment the below and see that the dotted lines appear for a second and then dissapear
|
||||
!*##*:matches-css(user-select:none):style(border: dotted red 6px !important; user-select:text !important;)
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
! block videos with the word react in the video title/channel name
|
||||
|
||||
! home page
|
||||
www.youtube.com##ytd-browse ytd-rich-item-renderer:has-text(/react/i)
|
||||
! search results
|
||||
|
@ -1,3 +1,5 @@
|
||||
!stolen from letsblock.it
|
||||
|
||||
www.youtube.com###guide-content #endpoint[title="Shorts"]:upward(ytd-guide-entry-renderer)
|
||||
www.youtube.com###items #endpoint[title="Shorts"]:upward(ytd-mini-guide-entry-renderer)
|
||||
www.youtube.com##ytd-browse ytd-grid-video-renderer:has(span.ytd-thumbnail-overlay-time-status-renderer[aria-label="Shorts"])
|
||||
|
@ -1,3 +1,5 @@
|
||||
! stolen from letsblock.it
|
||||
|
||||
www.youtube.com##ytd-browse ytd-grid-video-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"])
|
||||
www.youtube.com##ytd-browse ytd-rich-item-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"])
|
||||
www.youtube.com##ytd-browse[page-subtype="subscriptions"] ytd-video-renderer ytd-thumbnail-overlay-time-status-renderer[overlay-style="UPCOMING"]:upward(ytd-item-section-renderer)
|
||||
|
@ -1,4 +1,5 @@
|
||||
! remove conspiracy warnings on flat earth videos and covid-19 videos
|
||||
|
||||
www.youtube.com###clarify-box
|
||||
! remove it on searches
|
||||
www.youtube.com##ytd-search ytd-info-panel-container-renderer
|
||||
|
@ -1,6 +1,9 @@
|
||||
! stolen from letsblock.it
|
||||
|
||||
! home page
|
||||
www.youtube.com##ytd-browse ytd-rich-item-renderer:has(ytd-thumbnail-overlay-resume-playback-renderer)
|
||||
|
||||
! seperated channel and subscription because why not
|
||||
! channel pages
|
||||
www.youtube.com##ytd-browse[page-subtype="channels"] ytd-grid-video-renderer:has(ytd-thumbnail-overlay-resume-playback-renderer)
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
! lower verified channel opacity
|
||||
! 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;)
|
||||
! recommended videos
|
||||
|
Loading…
x
Reference in New Issue
Block a user