diff --git a/filters/other/honey_allow_cashback_trackers.list b/filters/other/honey_allow_cashback_trackers.list index 58915e0..9ea146c 100644 --- a/filters/other/honey_allow_cashback_trackers.list +++ b/filters/other/honey_allow_cashback_trackers.list @@ -1,3 +1,5 @@ +!cashback trackers + @@||joinhoney.com^* @@||joinhoney.com^*$~third-party @@||honey.io^* diff --git a/filters/other/lightnovelpub_allow_text_selection.list b/filters/other/lightnovelpub_allow_text_selection.list index 9846645..e50de55 100644 --- a/filters/other/lightnovelpub_allow_text_selection.list +++ b/filters/other/lightnovelpub_allow_text_selection.list @@ -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;) + diff --git a/filters/youtube/block_react.list b/filters/youtube/block_react.list index d9509a4..64395e2 100644 --- a/filters/youtube/block_react.list +++ b/filters/youtube/block_react.list @@ -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 diff --git a/filters/youtube/block_shorts.list b/filters/youtube/block_shorts.list index 5abd561..88cc641 100644 --- a/filters/youtube/block_shorts.list +++ b/filters/youtube/block_shorts.list @@ -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"]) diff --git a/filters/youtube/block_upcoming.list b/filters/youtube/block_upcoming.list index cf62760..1ff10e2 100644 --- a/filters/youtube/block_upcoming.list +++ b/filters/youtube/block_upcoming.list @@ -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) diff --git a/filters/youtube/block_warnings.list b/filters/youtube/block_warnings.list index 687270c..3519aa1 100644 --- a/filters/youtube/block_warnings.list +++ b/filters/youtube/block_warnings.list @@ -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 diff --git a/filters/youtube/block_watched.list b/filters/youtube/block_watched.list index 55e019e..a262fe6 100644 --- a/filters/youtube/block_watched.list +++ b/filters/youtube/block_watched.list @@ -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) diff --git a/filters/youtube/lower_verified_opacity.list b/filters/youtube/lower_verified_opacity.list index 0e44585..e3cd8af 100644 --- a/filters/youtube/lower_verified_opacity.list +++ b/filters/youtube/lower_verified_opacity.list @@ -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