Skip to content

Commit ae28736

Browse files
committed
Merge branch 'master' of personal:blankdvth/eGOScripts
2 parents 2ff35df + 363bc9c commit ae28736

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/EGO Forum Enhancement.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name EdgeGamers Forum Enhancement%RELEASE_TYPE%
33
// @namespace https://github.com/blankdvth/eGOScripts/blob/master/src/EGO%20Forum%20Enhancement.ts
4-
// @version 4.11.2
4+
// @version 4.11.4
55
// @description Add various enhancements & QOL additions to the EdgeGamers Forums that are beneficial for Leadership members.
66
// @author blank_dvth, Skle, MSWS, PixeL
77
// @match https://www.edgegamers.com/*
@@ -2457,7 +2457,6 @@ function blockSignatures() {
24572457
else if (url.match(/^https:\/\/www\.edgegamers\.com\/application\/\d+\/?$/))
24582458
// Application Page
24592459
handleApplicationPage();
2460-
2461-
if (!url.match(/^https:\/\/www\.edgegamers\.com\/-\/$/))
2460+
else if (!url.match(/^https:\/\/(www\.)?edgegamers\.com\/-\/$/))
24622461
handleGenericThread();
24632462
})();

0 commit comments

Comments
 (0)