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
|
advancecomp
|
||||||
alhp-keyring
|
|
||||||
alhp-mirrorlist
|
|
||||||
android-file-transfer
|
android-file-transfer
|
||||||
anime4k
|
anime4k
|
||||||
apparmor
|
apparmor
|
||||||
|
@ -63,6 +61,7 @@ lagrange
|
||||||
libheif
|
libheif
|
||||||
libplist
|
libplist
|
||||||
libpulse
|
libpulse
|
||||||
|
libreddit-git
|
||||||
libusbmuxd
|
libusbmuxd
|
||||||
libva-intel-driver
|
libva-intel-driver
|
||||||
linux-firmware
|
linux-firmware
|
||||||
|
@ -120,7 +119,7 @@ qownnotes
|
||||||
qpdf
|
qpdf
|
||||||
qrencode
|
qrencode
|
||||||
qt5-base
|
qt5-base
|
||||||
qutebrowser-git
|
qutebrowser
|
||||||
rclone
|
rclone
|
||||||
ripgrep-all
|
ripgrep-all
|
||||||
rofi
|
rofi
|
||||||
|
@ -162,6 +161,6 @@ yt-dlp
|
||||||
zathura-cb
|
zathura-cb
|
||||||
zathura-djvu
|
zathura-djvu
|
||||||
zathura-pdf-mupdf
|
zathura-pdf-mupdf
|
||||||
zeal-git
|
zeal
|
||||||
zip
|
zip
|
||||||
zram-generator
|
zram-generator
|
||||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
||||||
alias s=sudo g=git
|
alias s=sudo g=git
|
||||||
|
|
||||||
printf '[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist\n' | s tee -a /etc/pacman.conf
|
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-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 -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
|
s pacman -Syu
|
||||||
|
|
|
@ -70,6 +70,7 @@ map = {
|
||||||
"www.npr.org" : o(s, 'text.npr.org'),
|
"www.npr.org" : o(s, 'text.npr.org'),
|
||||||
"www.goodreads.com" : o(s, 'bl.vern.cc'),
|
"www.goodreads.com" : o(s, 'bl.vern.cc'),
|
||||||
"zelda.fandom.com" : o(s, 'zeldawiki.wiki'),
|
"zelda.fandom.com" : o(s, 'zeldawiki.wiki'),
|
||||||
|
"news.ycombinator.com" : o(s, 'news.workers.tools')
|
||||||
}
|
}
|
||||||
def f(info: i.Request):
|
def f(info: i.Request):
|
||||||
if (info.resource_type != i.ResourceType.main_frame or
|
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}}
|
@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>nav:nth-child(1):not([class]) {position: absolute} // nitter/libreddit/librex
|
||||||
body {
|
body {
|
||||||
--bg_panel: #232531;
|
--bg_panel: #232531;
|
||||||
|
|
Loading…
Reference in a new issue