You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @description Add various enhancements & QOL additions to the EdgeGamers Forums that are beneficial for Leadership members.
6
6
// @author blank_dvth, Skle, MSWS, PixeL
7
7
// @match https://www.edgegamers.com/*
@@ -133,13 +133,6 @@ function setupForumsConfig() {
133
133
id: "forums-config",
134
134
title: "Forums Enhancement Script Configuration",
135
135
fields: {
136
-
"maul-dropdown": {
137
-
label: "Use dropdown for MAUL links",
138
-
section: ["Feature Settings"],
139
-
title: "When checked, all additional MAUL links will be in a dropdown in the original MAUL button. When unchecked, all MAUL buttons will be added to the navigation bar after the MAUL button.",
140
-
type: "checkbox",
141
-
default: true,
142
-
},
143
136
"show-confidential-watermark": {
144
137
label: "Show confidential watermarks on LE forums",
145
138
title: "When checked, all LE forums will have a red confidential watermark on them.",
@@ -170,18 +163,6 @@ function setupForumsConfig() {
170
163
type: "checkbox",
171
164
default: true,
172
165
},
173
-
"maul-button-text": {
174
-
label: "MAUL Button Text",
175
-
title: "The text to display on the MAUL buttons that are displayed on profiles",
176
-
type: "text",
177
-
default: "MAUL",
178
-
},
179
-
"append-profile": {
180
-
label: "Append profile buttons",
181
-
title: "When checked, a buttons added to profiles will be appended to their respective groups, else, they will be prepended. This does not apply to all buttons.",
182
-
type: "checkbox",
183
-
default: false,
184
-
},
185
166
"maul-reauth-enable": {
186
167
label: "Enable MAUL Reauthenthication",
187
168
title: "When checked, the script will automatically reauthenthicate with MAUL in the background if it's been a while since the last authenthication (see timeout below).",
@@ -810,10 +791,9 @@ function loadCannedResponses() {
0 commit comments