version 0.4.8
This commit is contained in:
parent
7ba2801918
commit
ec08024455
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ function get(path) {
|
||||||
return cf;
|
return cf;
|
||||||
}
|
}
|
||||||
}).open('agents').catch(() => cf).then(cache => {
|
}).open('agents').catch(() => cf).then(cache => {
|
||||||
const link = 'https://cdn.jsdelivr.net/gh/ray-lothian/UserAgent-Switcher/node/' + path;
|
const link = 'https://cdn.jsdelivr.net/gh/ray-lothian/UserAgent-Switcher/extension/firefox/data/popup/' + path;
|
||||||
// updating agents once per 7 days
|
// updating agents once per 7 days
|
||||||
chrome.storage.local.get({
|
chrome.storage.local.get({
|
||||||
['cache.' + path]: 0
|
['cache.' + path]: 0
|
||||||
|
|
Loading…
Reference in a new issue