Skip to content

Commit 58b888e

Browse files
'FF Scouter', display fair fight simulation for a specific target (#829)
* External connection to TornPal. * FF Scouter on profiles. * FF Scouter on attack pages. * Improve FF Scouter element creation. * Cache the FF Scouter result. * Round FF to be sure. * Check for API data to be present before running FF scouter. * Support headers in all fetch methods. * Identify the application to TornPal. * FF Scouter on faction member pages. * FF Scouter on mini profiles. * FF Scouter as gauge. * Support multi-line changelog messages. * Update changelog for FF scouter. * Change external key note for TornPal. * Add links to the external services, where applicable. * Credit players for FF Scouter. * Use different user details function.
1 parent 700d86f commit 58b888e

17 files changed

+7497
-6713
lines changed

extension/changelog.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@
77
"features": [
88
{ "message": "Option for moving the item market category list to the left.", "contributor": "DeKleineKobini" },
99
{ "message": "Add ranked war hits and wins to Profile Box.", "contributor": "TheFoxMan" },
10-
{ "message": "Add easter eggs found and used, territory clears and raid hits to Profile Box.", "contributor": "DeKleineKobini" }
10+
{ "message": "Add easter eggs found and used, territory clears and raid hits to Profile Box.", "contributor": "DeKleineKobini" },
11+
{
12+
"message": [
13+
"FairFight Scouter ('FF Scouter') on various pages (profile, mini-profile, attack page and honor bars).",
14+
"Credits to Glasnost [1844049] for TornPal and rDacted [2670953] for the original script ('FF Scouter').",
15+
"Requires 'TornPal' to be enabled as external service."
16+
],
17+
"contributor": "DeKleineKobini"
18+
}
1119
],
1220
"fixes": [
1321
{ "message": "Fix personal stat average injection on Firefox.", "contributor": "tiksan" },
@@ -37,7 +45,8 @@
3745
{
3846
"message": "Adjust revive request prices to be accurate. Prices are no longer the same for every revive provider.",
3947
"contributor": "DeKleineKobini"
40-
}
48+
},
49+
{ "message": "Add links to the external services, where applicable.", "contributor": "DeKleineKobini" }
4150
],
4251
"removed": [
4352
{ "message": "Removed bazaar prices from the popup, as they are set to be removed from the API.", "contributor": "DeKleineKobini" },

extension/manifest.json

+876-864
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)