From afe9eaaf6f1ae493eb6a4414c1a83ea0169c97b7 Mon Sep 17 00:00:00 2001 From: Index Date: Mon, 19 Aug 2024 18:25:01 -0500 Subject: [PATCH] feat: add "Archived Settings" category to settings --- js/the-great-divide.js | 2 +- settings.html | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/js/the-great-divide.js b/js/the-great-divide.js index b34629d..5d9fa7c 100644 --- a/js/the-great-divide.js +++ b/js/the-great-divide.js @@ -15,7 +15,7 @@ const PlaceAllowlist = [ Settings = result.PolyPlus_Settings || {}; if (Settings.TheGreatDivide.Enabled !== true) { - //return + return } if (Settings.TheGreatDivide.UserStatsOn === true && window.location.pathname.split('/')[1] === 'u') { diff --git a/settings.html b/settings.html index caf7ef8..b15b50a 100755 --- a/settings.html +++ b/settings.html @@ -826,6 +826,45 @@ description --> +
+
+

ARCHIVED SETTINGS

+

Features here still work, but are separated from other features as they will no longer receive any improvements, or changes (bugs however may be fixed eventually if any are found).

+
+
+
+
+   +
+
+ + The Great Divide + +
+ +
+
+
+ Reinforcements to aid in your quest to bring home the victory to your team, and bring honor to your peers. + + + + + + + + + + + + * some features use @dargy's public API! thank you! + + + * was available until July 14th + +
+
+

EXPERIMENTAL SETTINGS