diff --git a/extension/changelog.json b/extension/changelog.json index e2b863cd8..48dab402f 100644 --- a/extension/changelog.json +++ b/extension/changelog.json @@ -18,7 +18,8 @@ }, { "message": "Improved performance while using FF Scouter in some cases.", "contributor": "DeKleineKobini" }, { "message": "Route tornpal requests through the background to bypass Torn's CSP policy on Firefox.", "contributor": "DeKleineKobini" }, - { "message": "Avoid an error on the enemy page when switching pages.", "contributor": "DeKleineKobini" } + { "message": "Avoid an error on the enemy page when switching pages.", "contributor": "DeKleineKobini" }, + { "message": "Avoid issues with FF scouter by loading a script earlier.", "contributor": "DeKleineKobini" } ], "changes": [{ "message": "Better optimize calls to tornpal.", "contributor": "DeKleineKobini" }], "removed": [{ "message": "No longer send revive requests to The Imperium as it no longer worked.", "contributor": "DeKleineKobini" }] diff --git a/extension/manifest.json b/extension/manifest.json index 3e3e3e5c3..6d2fae5ad 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -111,7 +111,8 @@ "scripts/features/align-left/ttAlignLeft.entry.js", "scripts/features/font-size/ttFontSize.entry.js", "scripts/features/block-zalgo/ttBlockZalgo.entry.js", - "scripts/features/hide-chat/ttHideChat.entry.js" + "scripts/features/hide-chat/ttHideChat.entry.js", + "scripts/features/ff-scouter/ff-scouter.js" ], "run_at": "document_start" }, @@ -142,7 +143,6 @@ "scripts/features/revive-request/ttReviveRequest.js", "scripts/features/user-alias/ttUserAlias.js", "scripts/features/stacking-mode/ttStackingMode.js", - "scripts/features/ff-scouter/ff-scouter.js", "scripts/features/ff-scouter/ttFFScouterMiniProfile.js", "scripts/features/ff-scouter/ttFFScouterGauge.js" ],