mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update content.js
This commit is contained in:
parent
27c95da82f
commit
fdabb6b4de
1 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@ const inject = async () => {
|
|||
|
||||
const branch = localStorage.getItem('goosemodUntetheredBranch') || 'release';
|
||||
|
||||
console.log('[GooseMod for Web] Branch =', branch);
|
||||
console.log('[GooseMod for Web] JS Url =', branchURLs[branch]);
|
||||
console.log('[GooseMod for ArmCord] Branch =', branch);
|
||||
console.log('[GooseMod for ArmCord] JS Url =', branchURLs[branch]);
|
||||
|
||||
const js = await (await fetch(branchURLs[branch])).text(); // JSON.parse(localStorage.getItem('goosemodCoreJSCache'));
|
||||
|
||||
|
@ -37,7 +37,7 @@ const inject = async () => {
|
|||
|
||||
document.body.appendChild(el);
|
||||
|
||||
console.log('[GooseMod for Web] Injected fetched JS');
|
||||
console.log('[GooseMod for ArmCord] Injected fetched JS');
|
||||
};
|
||||
|
||||
// Delay actual injection to fix FF issues
|
||||
|
|
Loading…
Reference in a new issue