Skip to content

Commit

Permalink
Avoid issues with FF scouter by loading a script earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKleineKobini committed Jan 13, 2025
1 parent a05dfc0 commit 6addfff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit 6addfff

Please sign in to comment.