Add site-specific JS handling for qute

This commit is contained in:
Trysdyn Black 2022-10-03 15:38:51 -07:00
parent 94269b0901
commit 648f9e48f3

View file

@ -343,4 +343,8 @@ c.aliases['paywall'] = 'open https://www.google.com/search?q=cache:{url}'
# Remove service workers on start to get around different bugs in Win and Lin
c.qt.workarounds.remove_service_workers = True
## Begin site-specific settings and workarounds
# Defeat columbian's paywall
config.set('content.javascript.enabled', False, '*.columbian.com/*')
config.load_autoconfig()