mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-04 14:04:17 +00:00
Qute: Better JavaScript bypassing.
This commit is contained in:
parent
28e6afe3f1
commit
594ed12162
|
@ -129,15 +129,13 @@ settings:
|
||||||
content.javascript.can_open_tabs_automatically:
|
content.javascript.can_open_tabs_automatically:
|
||||||
global: false
|
global: false
|
||||||
content.javascript.enabled:
|
content.javascript.enabled:
|
||||||
'*://*.accounts.google.com/*': true
|
'*://*.google.com/*': true
|
||||||
'*://*.classroom.google.com/*': true
|
|
||||||
'*://*.discordapp.com/*': true
|
'*://*.discordapp.com/*': true
|
||||||
'*://*.docs.google.com/*': true
|
|
||||||
'*://*.duckduckgo.com/*': true
|
'*://*.duckduckgo.com/*': true
|
||||||
'*://*.github.com/*': true
|
'*://*.github.com/*': true
|
||||||
'*://*.horriblesubs.info/*': true
|
'*://*.horriblesubs.info/*': true
|
||||||
|
'*://*.imgur.com/*': true
|
||||||
'*://*.kanzenshuu.com/*': true
|
'*://*.kanzenshuu.com/*': true
|
||||||
'*://*.keep.google.com/*': true
|
|
||||||
'*://*.mail.tutanota.com/*': true
|
'*://*.mail.tutanota.com/*': true
|
||||||
'*://*.mangadex.org/*': true
|
'*://*.mangadex.org/*': true
|
||||||
'*://*.mega.nz/*': true
|
'*://*.mega.nz/*': true
|
||||||
|
@ -146,9 +144,6 @@ settings:
|
||||||
'*://*.turnitin.com/*': true
|
'*://*.turnitin.com/*': true
|
||||||
'*://*.twitch.tv/*': true
|
'*://*.twitch.tv/*': true
|
||||||
'*://*.youtube.com/*': true
|
'*://*.youtube.com/*': true
|
||||||
'*://docs.google.com/*': false
|
|
||||||
'*://drive.google.com/*': true
|
|
||||||
'*://photos.google.com/*': true
|
|
||||||
global: false
|
global: false
|
||||||
content.plugins:
|
content.plugins:
|
||||||
global: false
|
global: false
|
||||||
|
|
Loading…
Reference in a new issue