mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add recaptcha and shrinkme.us to includes
add recaptcha/api2 to match, so they are auto open when that option is enabled. Also added domain shrinkme.us which has one of those captchas
This commit is contained in:
parent
ce3547224f
commit
ec0ff81df3
3 changed files with 11 additions and 0 deletions
|
@ -41,6 +41,9 @@ def generate_include_lines(regex_list):
|
|||
include_line = regex_to_include_line(regex)
|
||||
include_lines.append(include_line)
|
||||
|
||||
#Manual additions of lines
|
||||
include_lines.append('// @match *://*/recaptcha/api2/*')
|
||||
|
||||
return include_lines
|
||||
|
||||
def write_to_file(filename, lines):
|
||||
|
@ -74,8 +77,13 @@ def main():
|
|||
try:
|
||||
with open(file_path, 'r', encoding='utf-8') as file:
|
||||
js_code = file.read()
|
||||
|
||||
regex_strings = extract_regex_from_js(js_code)
|
||||
regex_strings = filter_strings(regex_strings)
|
||||
|
||||
#Manual additions
|
||||
regex_strings.append('shrinkme.us')
|
||||
|
||||
compile_and_print(regex_strings)
|
||||
except FileNotFoundError:
|
||||
print(f"Error: File '{file_path}' not found.")
|
||||
|
|
|
@ -741,6 +741,8 @@
|
|||
// @match *://*.gos2.urlcash.click/*
|
||||
// @match *://*.goes3.urlcash.click/*
|
||||
// @match *://*.r1.foxylinks.site/*
|
||||
// @match *://*.shrinkme.us/*
|
||||
// @match *://*/recaptcha/api2/*
|
||||
// @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
|
||||
|
|
|
@ -658,3 +658,4 @@ go2.urlcash.site
|
|||
gos2.urlcash.click
|
||||
goes3.urlcash.click
|
||||
r1.foxylinks.site
|
||||
shrinkme.us
|
||||
|
|
Loading…
Reference in a new issue