mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add this repo as go-to URL for accessing the settings menu in this userscript
This commit is contained in:
parent
ec0ff81df3
commit
082a09be1a
2 changed files with 7 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue