mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
added extra bypasses to supported_sites.txt
This commit is contained in:
parent
ac87cc2fe0
commit
89288c8641
2 changed files with 16 additions and 1 deletions
|
@ -63,6 +63,16 @@ def process_js_files(folder_path, target_file):
|
|||
f.seek(0)
|
||||
f.writelines(content)
|
||||
|
||||
|
||||
# Clean match lines and add them to supported_sites.txt
|
||||
cleaned_lines = []
|
||||
for line in match_lines:
|
||||
cleaned_line = line.strip().replace("// @match", "").replace("// @include", "").strip()
|
||||
cleaned_lines.append(cleaned_line)
|
||||
with open("supported_sites.txt", 'a', encoding='utf-8') as f:
|
||||
for line in cleaned_lines:
|
||||
f.write(line + '\n')
|
||||
|
||||
# Main function to execute the process
|
||||
def main():
|
||||
fixes_folder = "./extra_bypasses"
|
||||
|
|
|
@ -21,7 +21,6 @@ studyuo.com
|
|||
go.link4rev.site|go.urlcash.site
|
||||
techyinfo.in|techyblogs.in
|
||||
olhonagrana.com
|
||||
dutchycorp.space
|
||||
link.birdurls.com|link.owllink.net|link.illink.net
|
||||
(teachsansar|technicalatg|foodxor|cdrab).com|ecq.info|datacheap.io
|
||||
ouo.io
|
||||
|
@ -622,3 +621,9 @@ bestlink.pro
|
|||
playstore.pw
|
||||
sigmalinks.in
|
||||
r1.foxylinks.site
|
||||
https://dropgalaxy.com/drive/*
|
||||
https://dropgalaxy.co/drive/*
|
||||
*://*.shareus.io/*
|
||||
https://m.mundopolo.net/#!*
|
||||
https://linkspy.cc/tr/*
|
||||
https://*.shrinkme.us/*
|
||||
|
|
Loading…
Reference in a new issue