2021-01-28 21:23:04 +00:00
|
|
|
config.load_autoconfig(False)
|
2022-04-11 16:39:19 +00:00
|
|
|
c.content.fullscreen.window = True
|
2022-04-25 22:18:33 +00:00
|
|
|
c.content.user_stylesheets = ['adblock.css', 'dracula.css', 'user.css']
|
2022-04-11 16:39:19 +00:00
|
|
|
|
|
|
|
c.confirm_quit = ['downloads']
|
|
|
|
c.qt.workarounds.remove_service_workers = True
|
2022-11-10 02:58:23 +00:00
|
|
|
c.url.start_pages = c.url.default_page = 'minifocs.fly.dev'
|
2020-07-21 03:34:58 +00:00
|
|
|
|
2022-04-11 16:39:19 +00:00
|
|
|
config.source('adblock.py')
|
|
|
|
config.source('bindings.py')
|
|
|
|
config.source('redirects.py')
|
2024-01-31 14:57:59 +00:00
|
|
|
config.source('search.py')
|
2022-04-11 16:39:19 +00:00
|
|
|
config.source('sites.py')
|
|
|
|
config.source('theme.py')
|