updating UAs
This commit is contained in:
parent
d529950a03
commit
3bdca64fb4
37 changed files with 44 additions and 35 deletions
|
@ -109,7 +109,13 @@ function restore() {
|
|||
custom: {},
|
||||
parser: {},
|
||||
siblings: {},
|
||||
protected: ['google.com/recaptcha', 'gstatic.com/recaptcha']
|
||||
protected: [
|
||||
'google.com/recaptcha',
|
||||
'gstatic.com/recaptcha',
|
||||
'accounts.google.com',
|
||||
'accounts.youtube.com',
|
||||
'gitlab.com/users/sign_in'
|
||||
]
|
||||
}, prefs => {
|
||||
document.getElementById('exactMatch').checked = prefs.exactMatch;
|
||||
document.getElementById('faqs').checked = prefs.faqs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue