Skip to content

Commit 6addfff

Browse files
Avoid issues with FF scouter by loading a script earlier.
1 parent a05dfc0 commit 6addfff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

extension/changelog.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
{ "message": "Improved performance while using FF Scouter in some cases.", "contributor": "DeKleineKobini" },
2020
{ "message": "Route tornpal requests through the background to bypass Torn's CSP policy on Firefox.", "contributor": "DeKleineKobini" },
21-
{ "message": "Avoid an error on the enemy page when switching pages.", "contributor": "DeKleineKobini" }
21+
{ "message": "Avoid an error on the enemy page when switching pages.", "contributor": "DeKleineKobini" },
22+
{ "message": "Avoid issues with FF scouter by loading a script earlier.", "contributor": "DeKleineKobini" }
2223
],
2324
"changes": [{ "message": "Better optimize calls to tornpal.", "contributor": "DeKleineKobini" }],
2425
"removed": [{ "message": "No longer send revive requests to The Imperium as it no longer worked.", "contributor": "DeKleineKobini" }]

extension/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
"scripts/features/align-left/ttAlignLeft.entry.js",
112112
"scripts/features/font-size/ttFontSize.entry.js",
113113
"scripts/features/block-zalgo/ttBlockZalgo.entry.js",
114-
"scripts/features/hide-chat/ttHideChat.entry.js"
114+
"scripts/features/hide-chat/ttHideChat.entry.js",
115+
"scripts/features/ff-scouter/ff-scouter.js"
115116
],
116117
"run_at": "document_start"
117118
},
@@ -142,7 +143,6 @@
142143
"scripts/features/revive-request/ttReviveRequest.js",
143144
"scripts/features/user-alias/ttUserAlias.js",
144145
"scripts/features/stacking-mode/ttStackingMode.js",
145-
"scripts/features/ff-scouter/ff-scouter.js",
146146
"scripts/features/ff-scouter/ttFFScouterMiniProfile.js",
147147
"scripts/features/ff-scouter/ttFFScouterGauge.js"
148148
],

0 commit comments

Comments
 (0)