From 90febbec98705a521b889f9959783ef6c456deb4 Mon Sep 17 00:00:00 2001 From: Ryosuke Asano Date: Sat, 28 Oct 2023 15:13:49 +0900 Subject: [PATCH] [FB] userjs | Use esr115 branch instead of stable release --- browser/components/userjsUtils.sys.mjs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/browser/components/userjsUtils.sys.mjs b/browser/components/userjsUtils.sys.mjs index c7ac144c..645bc196 100644 --- a/browser/components/userjsUtils.sys.mjs +++ b/browser/components/userjsUtils.sys.mjs @@ -25,11 +25,11 @@ export const EXPORTED_SYMBOLS = ["userjsUtils"]; * @type {UserJsList} */ export const userJsList = { - BetterfoxDefault: ["https://raw.githubusercontent.com/yokoffing/Betterfox/115.0/user.js"], - Securefox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/115.0/Securefox.js"], - Fastfox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/115.0/Fastfox.js"], - Peskyfox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/115.0/Peskyfox.js"], - Smoothfox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/115.0/Smoothfox.js"], + BetterfoxDefault: ["https://raw.githubusercontent.com/yokoffing/Betterfox/esr115/user.js"], + Securefox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/esr115/Securefox.js"], + Fastfox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/esr115/Fastfox.js"], + Peskyfox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/esr115/Peskyfox.js"], + Smoothfox: ["https://raw.githubusercontent.com/yokoffing/Betterfox/esr115/Smoothfox.js"], };