Update.
This commit is contained in:
parent
0f42ec4d1f
commit
d74b672e60
13 changed files with 89 additions and 47 deletions
|
@ -29,8 +29,8 @@ c.colors.webpage.darkmode.policy.images = "never"
|
|||
# c.colors.webpage.darkmode.grayscale.images = 0.35
|
||||
|
||||
# change startpage and default page
|
||||
c.url.start_pages = ["https://startpage.cronyakatsuki.xyz"]
|
||||
c.url.default_page = "https://startpage.cronyakatsuki.xyz"
|
||||
c.url.start_pages = ["http://192.168.0.16:3000"]
|
||||
c.url.default_page = "http://192.168.0.16:3000"
|
||||
|
||||
# search engines
|
||||
c.url.searchengines = {
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
// @match https://adventofcode.com/*
|
||||
// @match https://cronyakatsuki.xyz/qbt/*
|
||||
// @match https://www.keybr.com/*
|
||||
// @match https://192.168.100:8006/*
|
||||
// @match https://proxmox.me:8006/*
|
||||
// ==/UserScript==
|
||||
|
||||
const meta = document.createElement("meta");
|
||||
|
|
|
@ -4,6 +4,7 @@ from qutebrowser.api import interceptor, message
|
|||
|
||||
REDIRECT_MAP = {
|
||||
"reddit.com": operator.methodcaller("setHost", "libreddit.cronyakatsuki.xyz"),
|
||||
"old.reddit.com": operator.methodcaller("setHost", "libreddit.cronyakatsuki.xyz"),
|
||||
"www.reddit.com": operator.methodcaller("setHost", "libreddit.cronyakatsuki.xyz"),
|
||||
"twitter.com": operator.methodcaller("setHost", "nitter.cronyakatsuki.xyz"),
|
||||
"www.twitter.com": operator.methodcaller("setHost", "nitter.cronyakatsuki.xyz"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue