Skip to content

Commit

Permalink
[FB] userjs | Use esr115 branch instead of stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 28, 2023
1 parent 2678bcc commit 90febbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions browser/components/userjsUtils.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
};


Expand Down

0 comments on commit 90febbe

Please sign in to comment.