15 lines
357 B
Python
15 lines
357 B
Python
# pyright: reportUndefinedVariable=false
|
|
|
|
config.load_autoconfig(False)
|
|
|
|
c.content.autoplay = False
|
|
c.content.notifications.enabled = False
|
|
|
|
c.url.searchengines = {
|
|
"DEFAULT": "https://searx.gmoker.com/search?q={}",
|
|
"!g": "https://www.google.com/search?q={}",
|
|
"!d": "https://duckduckgo.com/?q={}",
|
|
}
|
|
|
|
c.url.start_pages = "about:blank"
|