Revert shell source blocks to txt

This commit is contained in:
2025-08-17 20:01:10 -04:00
parent c36277820c
commit 3af111090f

View File

@@ -35,7 +35,7 @@ https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/ch
** Global
These filters are enabled on all websites.
#+name: global
#+begin_src shell
#+begin_src txt
! Hide sign in with Google
||accounts.google.com/gsi/*$xhr,script,3p
#+end_src
@@ -107,7 +107,7 @@ youtube.com##ytd-shelf-renderer.ytd-item-section-renderer.style-scope
Filters to hide unwanted content.
*Warning: contains opinions*
#+name: youtube-content
#+begin_src shell
#+begin_src txt
! Hide auto-dubbed videos on YouTube
youtube.com##ytd-compact-video-renderer:has([d="M11.72 11.928A4.004 4.004 0 0015 7.998c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.96 1.42 3.59 3.28 3.93-5.51.28-8.28 3.83-8.28 8.07L20 20c0-4.24-2.77-7.79-8.28-8.07Z"])
@@ -123,7 +123,7 @@ youtube.com##ytd-search ytd-video-renderer:has(#text.ytd-channel-name:is([title=
** Discord
UI improvements for in-browser Discord.
#+name: discord
#+begin_src shell
#+begin_src txt
! Hide top bar
discord.com##.visual-refresh:style(--custom-app-top-bar-height: 0px !important)
discord.com##.visual-refresh :is(.chat_f75fb0[data-has-border=true], .container__133bf, .container_a592e1):style(border-top: 0 !important)
@@ -155,7 +155,7 @@ discord.com##.footer__5be3e:has(> .container_a99829:only-child)
** Google
Filters for Google services.
#+name: google
#+begin_src shell
#+begin_src txt
! Upgrade Gmail
mail.google.com##.CRPU9d
@@ -172,7 +172,7 @@ google.com##.ivkdbf.KUf18.kJFf0c
** Amazon
Clean up Prime annoyances.
#+name: amazon
#+begin_src shell
#+begin_src txt
! Amazon Prime Nags?
amazon.com##.prime-updp-accept-cta.a-span-last
amazon.com##.prime-updp-headline-primary
@@ -185,7 +185,7 @@ amazon.com##.abb-widget-box-border.a-box
** Insight Central
#+name: insight-central
#+begin_src shell
#+begin_src txt
! IC Sidebar ads
insightcentral.net##div.sidebar-block:nth-of-type(1)
insightcentral.net##div.sidebar-block:nth-of-type(5)
@@ -193,7 +193,7 @@ insightcentral.net##div.sidebar-block:nth-of-type(5)
** Onshape
#+name: onshape
#+begin_src shell
#+begin_src txt
! Onshape tour
cad.onshape.com##.zero-state-header.section-header
cad.onshape.com##.zero-state-open.zero-state-panel
@@ -201,7 +201,7 @@ cad.onshape.com##.zero-state-open.zero-state-panel
** Discover
#+name: discover
#+begin_src shell
#+begin_src txt
! Attempt to remove id protection nag from Discover
card.discover.com###main-content-rwd > div.dmp-slide.show-placement
#+end_src