diff --git a/bin/aliases b/bin/aliases index bf6dc01..d2135bd 100755 --- a/bin/aliases +++ b/bin/aliases @@ -37,7 +37,7 @@ a nsmd 'netsurf (md2html $argv | psub -s .html);:' a off shutdown a open xdg-open a png2webp 'fd -e png -x cwebp -z 9 -mt {} -o {.}.webp \; -x rm' -a qutainer 'qutebrowser -B /tmp' +a qutainer 'qutebrowser --temp-basedir' a rmdirs 'ff -t d -x rmdir -p' a rmlinks 'ff -t l -x rm' a qb 'qutebrowser --target auto' diff --git a/qutebrowser/user.scss b/qutebrowser/user.scss index 391651b..1cc8735 100644 --- a/qutebrowser/user.scss +++ b/qutebrowser/user.scss @@ -12,7 +12,7 @@ --background-floating: rgba(0, 0, 0, .6); --channeltextarea-background: transparent; - [class^="container"],.container-ZMc96U.themed-Hp1KC_ {background: transparent} + [class^="container"], section {background: transparent} #channels [class^="unread"] {background: #cfcdcf} $aria: gift, Help, Inbox, sidebar; @@ -24,13 +24,7 @@ "https://cdn.discordapp.com/attachments/773556458234052608/929383713932992512/0dKbZO5-16-9.webp" )} -body.dracula {max-width: 777pt} -body>nav:nth-child(1) {position: absolute} -details:not([open]) > div.selftext {display:none} -.thumbnail img.thumbnail{max-height:450px;width:auto!important;} div.doc-container div.doc div {max-width: 666pt !important; margin: auto} - -p#javascript-warning, [class^=nativead] {display: none} ul.work > li.download { font-size: 0; > ul { @@ -52,6 +46,7 @@ $div: 'class*=-ad-container', 'class*=ad-wrapper', 'id*=_ad_native', $id: ads, leaderboard, player-ads, rc-row-container; @each $i in $id {##{$i} {display:none}} +body>nav:nth-child(1):not([class]) {position: absolute} body { --bg_panel: #232531; --bg_overlays: var(--bg_panel); @@ -61,4 +56,9 @@ body { --highlighted: var(--bg_hover); --outside: var(--post); --post: #333544; + --panel-border: var(--post); + --shadow: 0 1px 3px #00000055; } + +[id^="streamEntryBody"] {display: none} +.stream-grade.ng-hide { display: flex !important }