diff --git a/extension/firefox/data/popup/index.js b/extension/firefox/data/popup/index.js index e4ad9ab..54de741 100644 --- a/extension/firefox/data/popup/index.js +++ b/extension/firefox/data/popup/index.js @@ -110,7 +110,7 @@ function get(path) { return cf; } }).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 chrome.storage.local.get({ ['cache.' + path]: 0