This commit is contained in:
parent
1e16c33019
commit
e1cdd7cb44
1 changed files with 6 additions and 1 deletions
|
@ -231,10 +231,15 @@ function match({url, tabId}) {
|
|||
prefs.custom[key] = s;
|
||||
}
|
||||
else if (prefs.custom._.indexOf('*') !== -1) {
|
||||
if (prefs.custom[key]) {
|
||||
prefs.custom[key] = s;
|
||||
}
|
||||
else {
|
||||
prefs.custom['*'] = s;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (s) {
|
||||
return ua.parse(s);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue