diff --git a/src/EGO MAUL Enhancement.ts b/src/EGO MAUL Enhancement.ts index 510db0b..b9bae76 100644 --- a/src/EGO MAUL Enhancement.ts +++ b/src/EGO MAUL Enhancement.ts @@ -3,7 +3,7 @@ // @namespace https://github.com/blankdvth/eGOScripts/blob/master/src/EGO%20MAUL%20Enhancement.ts // @downloadURL %DOWNLOAD_URL% // @updateURL %DOWNLOAD_URL% -// @version 4.3.1 +// @version 4.3.2 // @description Add various enhancements & QOL additions to the EdgeGamers MAUL page that are beneficial for CS Leadership members. // @author blank_dvth, Left, Skle, MSWS // @match https://maul.edgegamers.com/* @@ -529,7 +529,7 @@ function handleProfile() { } ) .replaceAll( - /https?:\/\/(www\.)?[-a-zA-Z0-9.]{1,256}\.[a-zA-Z0-9]{2,6}\b(\/[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)/g, + /https?:\/\/(www\.)?[-a-zA-Z0-9.]{1,256}\.[a-zA-Z0-9]{2,6}\b(\/[-a-zA-Z0-9@:%_\+.~#?&\/=]*)/g, '$&' ) .replaceAll( @@ -627,7 +627,7 @@ function updateBanNoteURLs() { // Replace the text with a linkified version const replaced = unescapedInnerHTML .replaceAll( - /https?:\/\/(www\.)?[-a-zA-Z0-9.]{1,256}\.[a-zA-Z0-9]{2,6}\b(\/[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)/g, + /https?:\/\/(www\.)?[-a-zA-Z0-9.]{1,256}\.[a-zA-Z0-9]{2,6}\b(\/[-a-zA-Z0-9@:%_\+.~#?&\/=]*)/g, '$&' ) .replaceAll(