|
@@ -1,13 +1,13 @@
|
|
|
c.url.searchengines = {
|
|
|
- "DEFAULT": "http://search.onec.me/?q={}",
|
|
|
+ "DEFAULT": "https://search.unbl.ink/?q={}",
|
|
|
"wikiwand": "https://www.wikiwand.com/en/{}?fullSearch=false",
|
|
|
}
|
|
|
|
|
|
c.messages.timeout = 5000
|
|
|
|
|
|
config.set("scrolling.smooth", True)
|
|
|
-config.set("url.default_page", "http://search.onec.me")
|
|
|
-config.set("url.start_pages", "http://search.onec.me")
|
|
|
+config.set("url.default_page", "http://search.unbl.ink")
|
|
|
+config.set("url.start_pages", "http://search.unbl.ink")
|
|
|
config.set("fonts.hints", "bold 14pt monospace")
|
|
|
config.set("zoom.default", "125%")
|
|
|
|