From ec080244556ab9c47319c937ca3708f64c4e5520 Mon Sep 17 00:00:00 2001 From: Ray Lothian Date: Mon, 11 Apr 2022 02:26:59 -0400 Subject: [PATCH] version 0.4.8 --- extension/firefox/data/popup/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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