mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-22 21:26:47 +00:00
qute: workers, no nitter comments
This commit is contained in:
parent
189cfeb80a
commit
851b964f96
7
archpkgs
7
archpkgs
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue