qute: workers, no nitter comments

This commit is contained in:
Phantop 2023-12-05 12:34:37 -05:00
parent 189cfeb80a
commit 851b964f96
4 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,4 @@
advancecomp
alhp-keyring
alhp-mirrorlist
android-file-transfer
anime4k
apparmor
@ -63,6 +61,7 @@ lagrange
libheif
libplist
libpulse
libreddit-git
libusbmuxd
libva-intel-driver
linux-firmware
@ -120,7 +119,7 @@ qownnotes
qpdf
qrencode
qt5-base
qutebrowser-git
qutebrowser
rclone
ripgrep-all
rofi
@ -162,6 +161,6 @@ yt-dlp
zathura-cb
zathura-djvu
zathura-pdf-mupdf
zeal-git
zeal
zip
zram-generator

View File

@ -3,7 +3,7 @@ set -e
alias s=sudo g=git
printf '[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist\n' | s tee -a /etc/pacman.conf
s pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
s pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
s pacman-key --lsign-key 3056513887B78AEB
s pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
s pacman -Syu

View File

@ -70,6 +70,7 @@ map = {
"www.npr.org" : o(s, 'text.npr.org'),
"www.goodreads.com" : o(s, 'bl.vern.cc'),
"zelda.fandom.com" : o(s, 'zeldawiki.wiki'),
"news.ycombinator.com" : o(s, 'news.workers.tools')
}
def f(info: i.Request):
if (info.resource_type != i.ResourceType.main_frame or

View File

@ -44,6 +44,7 @@ $id: ads, leaderboard, player-ads, rc-row-container;
@each $i in $id {##{$i} {display:none}}
/* --------------------------------- */
div.container > div.conversation > div#r.replies { display: none } //nitter replies
body>nav:nth-child(1):not([class]) {position: absolute} // nitter/libreddit/librex
body {
--bg_panel: #232531;