From fdabb6b4deaeb23bec693280da1eb21546d36ecd Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Tue, 29 Jun 2021 15:41:17 +0200 Subject: [PATCH] Update content.js --- utils/plugins/duckmod/content.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/plugins/duckmod/content.js b/utils/plugins/duckmod/content.js index a6b3016..e116697 100644 --- a/utils/plugins/duckmod/content.js +++ b/utils/plugins/duckmod/content.js @@ -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