1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-21 14:22:45 +00:00

qute: clean up redirects and even more miniflux css

This commit is contained in:
Phantop 2024-07-01 16:11:42 -04:00
parent a524a83d24
commit 57c21ff5d5
2 changed files with 14 additions and 9 deletions

View file

@ -71,16 +71,19 @@ m = {
"en.wikipedia.org" : wikipedia,
"gothub.com" : github,
"www.twitch.tv" : o(s, 'twineo.exozy.me'),
"discord.com" : o(s, 'canary.discord.com'),
"tumblr.com" : o(s, 'priviblur.fly.dev'),
"www.tumblr.com" : o(s, 'priviblur.fly.dev'),
"www.npr.org" : o(s, 'text.npr.org'),
"www.goodreads.com" : o(s, 'bl.vern.cc'),
"zelda.fandom.com" : o(s, 'zeldawiki.wiki'),
"avatar.wiki" : o(s, 'avatar.antifandom.com'),
"tardis.fandom.com" : o(s, 'tardis.wiki'),
"zelda.fandom.com" : o(s, 'zeldawiki.wiki'),
"discord.com" : o(s, 'canary.discord.com'),
"news.ycombinator.com" : o(s, 'news.workers.tools'),
"www.goodreads.com" : o(s, 'bl.vern.cc'),
"www.npr.org" : o(s, 'text.npr.org'),
"www.pixiv.net" : o(s, 'pixivfe.exozy.me'),
"www.twitch.tv" : o(s, 'twineo.exozy.me'),
}
def rewrite(info: interceptor.Request):
if (info.resource_type != interceptor.ResourceType.main_frame or

View file

@ -107,12 +107,14 @@ body>div#outer.wrapper { //ao3
[data-csrf-token] { // miniflux
--body-background: #000;
--current-item-border-color: #c88aff;
--text-color: #EEE;
--entry-content-color: var(--text-color);
--title-color: var(--text-color);
--link-color: var(--text-color);
.logo a span, .logo a:hover { color: #c88aff; }
--entry-content-color: var(--text-color);
--link-color: var(--text-color);
--title-color: var(--text-color);
.logo a span, .logo a:hover { color: var(--current-item-border-color) }
// remove padding between webcomic images for comic category
&:has(.entry-meta > .category > a[href="/category/74/entries"]) .entry-content {