Add site-specific JS handling for qute
This commit is contained in:
parent
94269b0901
commit
648f9e48f3
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue