From 082a09be1a2eeccd24e87a03baebc1863f2c3155 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 20 Jan 2024 23:46:55 +0000 Subject: [PATCH] add this repo as go-to URL for accessing the settings menu in this userscript --- 2_generate_includes.py | 7 ++++++- Bypass_All_Shortlinks.user.js | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/2_generate_includes.py b/2_generate_includes.py index 169bcc5..88a0650 100644 --- a/2_generate_includes.py +++ b/2_generate_includes.py @@ -41,9 +41,14 @@ def generate_include_lines(regex_list): include_line = regex_to_include_line(regex) include_lines.append(include_line) - #Manual additions of lines + # Manual additions of lines + + ## -Adding this so that captchas can be auto-opened by this userscript include_lines.append('// @match *://*/recaptcha/api2/*') + ## -Adding this as a go-to URL for accessing the settings menu in this userscript + include_lines.append('// @match https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated*') + return include_lines def write_to_file(filename, lines): diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index bf777ab..1388475 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -743,6 +743,7 @@ // @match *://*.r1.foxylinks.site/* // @match *://*.shrinkme.us/* // @match *://*/recaptcha/api2/* +// @match https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated* // @exclude /^(https?:\/\/)(.+)?((advertisingexcel|talkforfitness|rsadnetworkinfo|rsinsuranceinfo|rsfinanceinfo|rssoftwareinfo|rshostinginfo|rseducationinfo|gametechreviewer|vegan4k|phineypet|batmanfactor|techedifier|urlhives|linkhives|github|freeoseocheck|greenenez|aliyun|reddit|wiki-topia|edonmanor|vrtier|whatsapp|gearsadviser|edonmanor|tunebug|menrealitycalc|cloud.google).com|(thumb8|thumb9|crewbase|crewus|shinchu|shinbhu|ultraten|uniqueten|topcryptoz|allcryptoz|coinsvalue|cookinguide|cryptowidgets|webfreetools|carstopia|makeupguide|carsmania).net|(linksfly|shortsfly|urlsfly|wefly|blog24).me|(greasyfork|openuserjs|adarima|telegram).org|mcrypto.club|misterio.ro|insurancegold.in|coinscap.info)(\/.*)/ // @downloadURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.user.js // @updateURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.user.js