2024-01-18 06:12:01 +05:00
|
|
|
import requests
|
|
|
|
|
|
|
|
def download_file(url, destination):
|
|
|
|
try:
|
|
|
|
response = requests.get(url)
|
|
|
|
response.raise_for_status() # Check if the request was successful
|
|
|
|
|
|
|
|
with open(destination, 'wb') as file:
|
|
|
|
file.write(response.content)
|
|
|
|
|
|
|
|
print(f"OK: File downloaded successfully as {destination}")
|
|
|
|
|
|
|
|
except requests.exceptions.RequestException as e:
|
|
|
|
print(f"Error downloading file: {e}")
|
|
|
|
|
2024-02-22 19:04:30 +05:00
|
|
|
def modify_file_with_my_fixes(destination):
|
|
|
|
with open(destination, 'r', encoding='utf-8') as file:
|
|
|
|
content = file.read()
|
|
|
|
|
2024-02-24 15:15:19 +05:00
|
|
|
# Fixes
|
2024-02-22 19:04:30 +05:00
|
|
|
content = content.replace("BloggerPemula('highkeyfinance.com'", "//BloggerPemula('highkeyfinance.com'")
|
2024-03-29 06:55:37 +05:00
|
|
|
content = content.replace("BypassedByBloggerPemula(/itscybertech.com", "/*BypassedByBloggerPemula(/itscybertech.com")
|
|
|
|
content = content.replace("bp('#gtbtn2'))) {clearInterval(itscyber); window.fngo();}}, 1 * 1000);});", "bp('#gtbtn2'))) {clearInterval(itscyber); window.fngo();}}, 1 * 1000);});*/")
|
2024-02-22 19:04:30 +05:00
|
|
|
content = content.replace("BypassedByBloggerPemula(/linkvertise.com/", "//BypassedByBloggerPemula(/linkvertise.com/")
|
2024-06-01 18:16:44 +05:00
|
|
|
content = content.replace("/stfly.cc|stfly.xyz|techtrendmakers.com|(blogbux|blogesque|exploreera).net/", "/stfly.(cc|xyz|biz)|(techtrendmakers|gadnest|optimizepics).com|(blogbux|blogesque|exploreera|explorosity|torovalley).net/")
|
2024-02-27 05:37:48 +05:00
|
|
|
content = content.replace("BloggerPemula('financeyogi.net'", "//BloggerPemula('financeyogi.net'")
|
2024-02-27 17:08:30 +05:00
|
|
|
content = content.replace("case 'pixeldrain.com'", "//case 'pixeldrain.com'")
|
2024-02-27 05:37:48 +05:00
|
|
|
|
2024-02-25 23:37:42 +05:00
|
|
|
content = content.replace("BypassedByBloggerPemula(/lootlinks", "//BypassedByBloggerPemula(/lootlinks")
|
|
|
|
content = content.replace("let lln = bp('body > script');let lls", "//let lln = bp('body > script');let lls")
|
2024-03-06 06:41:37 +05:00
|
|
|
|
2024-03-16 21:54:07 +05:00
|
|
|
content = content.replace("BypassedByBloggerPemula(/web1s.asia/", "/*BypassedByBloggerPemula(/web1s.asia/")
|
2024-03-16 21:31:35 +05:00
|
|
|
#content = content.replace("bp(inp).value = decodeURIComponent(BpParamd.get('code')); ClickIfExists(btn,2); }}});", "bp(inp).value = decodeURIComponent(BpParamd.get('code')); ClickIfExists(btn,2); }}}); */")
|
2024-03-16 21:54:07 +05:00
|
|
|
content = content.replace("window.location.assign(`${decodeURIComponent(BpParamd.get('wsa'))}?code=${tCode}`); clearInterval(gCode);}}, 2000);}});", "window.location.assign(`${decodeURIComponent(BpParamd.get('wsa'))}?code=${tCode}`); clearInterval(gCode);}}, 2000);}});*/")
|
2024-03-06 06:41:37 +05:00
|
|
|
|
2024-06-28 15:48:32 +05:00
|
|
|
content = content.replace("(howifx|vocalley|financerites|yogablogfit|healthfirstweb|junkyponk).com", "(howifx|vocalley|financerites|yogablogfit|healthfirstweb|junkyponk|mythvista|webhostsec).com")
|
2024-03-13 00:06:55 +05:00
|
|
|
|
2024-03-13 05:50:07 +05:00
|
|
|
content = content.replace("BypassedByBloggerPemula(/adclicker", "//BypassedByBloggerPemula(/adclicker")
|
2024-03-14 23:29:59 +05:00
|
|
|
#content = content.replace("/adclicker\.*/", "/(adclicker.(io|info)|discoveryultrasecure.com)\/url\/\#/")
|
2024-03-13 05:50:07 +05:00
|
|
|
content = content.replace("redirect(new URLSearchParams(adc).get('url'));} else {}});", "//redirect(new URLSearchParams(adc).get('url'));} else {}});")
|
|
|
|
|
2024-03-17 23:41:24 +05:00
|
|
|
#content = content.replace("BypassedByBloggerPemula(/quesignifi.ca|tiktokcounter.net/", "/*BypassedByBloggerPemula(/quesignifi.ca|tiktokcounter.net/")
|
|
|
|
#content = content.replace("ClickIfExists('#cbt', 5, 'setInterval');}});", "ClickIfExists('#cbt', 5, 'setInterval');}});*/")
|
2024-03-13 17:08:28 +05:00
|
|
|
|
2024-03-15 05:11:54 +05:00
|
|
|
content = content.replace("BypassedByBloggerPemula(/djxmaza.in/", "//BypassedByBloggerPemula(/djxmaza.in/")
|
|
|
|
content = content.replace("ClickIfExists('#downloadbtnf', 2);ClickIfExists", "//ClickIfExists('#downloadbtnf', 2);ClickIfExists")
|
|
|
|
|
2024-05-04 17:37:33 +05:00
|
|
|
#content = content.replace("BypassedByBloggerPemula(/newsbawa.com/, function() {ClickIfExists('#Verify-click-btn', 2);ClickIfExists('a#footer-btn.verify-btn', 3);});", "BypassedByBloggerPemula(/newsbawa.com/, function() {ClickIfExists('#Verify-click-btn', 0.3);ClickIfExists('a#footer-btn.verify-btn', 1);});")
|
2024-03-15 15:17:11 +05:00
|
|
|
|
2024-03-16 21:31:35 +05:00
|
|
|
content = content.replace("/anhdep24.com|nguyenvanbao.com|xemsport.com|byboe.com/", "/(anhdep24|nguyenvanbao|xemsport|byboe|asideway).com/")
|
|
|
|
|
2024-03-17 23:41:24 +05:00
|
|
|
content = content.replace("BloggerPemula('veganab.co'", "//BloggerPemula('veganab.co'")
|
|
|
|
content = content.replace("atglinks|", "")
|
|
|
|
|
2024-04-10 16:24:44 +05:00
|
|
|
content = content.replace("|vebma|majalahhewan).com/", "|vebma|majalahhewan).com|crm.cekresi.me|ai.tempatwisata.pro/")
|
2024-03-18 00:06:02 +05:00
|
|
|
|
2024-03-22 12:29:12 +05:00
|
|
|
content = content.replace("case 'work.ink'", "//case 'work.ink'")
|
|
|
|
|
2024-04-08 16:15:43 +05:00
|
|
|
content = content.replace("/(starxinvestor|hit-films|sevenjournals).com|(iisfvirtual|bookszone|learnmany).in/", "/(starxinvestor|hit-films|sevenjournals|funkeypagali|viewmyknowledge|wikifilmia|nayisahara|careersides).com|(iisfvirtual|bookszone|learnmany).in/")
|
2024-04-05 03:11:29 +05:00
|
|
|
|
2024-04-21 16:54:12 +05:00
|
|
|
content = content.replace("azmath.info", "azmath.info|expertvn.com")
|
|
|
|
|
2024-05-17 13:18:24 +05:00
|
|
|
content = content.replace("(blogscare|blogtechh|host2loan).com", "(blogscare|blogtechh|host2loan|techbixby).com")
|
2024-05-22 16:01:46 +05:00
|
|
|
content = content.replace("|lnbz.la/", "|(lnbz|oei).la/")
|
2024-05-17 13:18:24 +05:00
|
|
|
|
2024-05-19 04:47:12 +05:00
|
|
|
content = content.replace("/(newsbawa|utkarshonlinetest).com/", "/(newsbawa|utkarshonlinetest|techbezzie).com/")
|
2024-05-31 20:44:24 +05:00
|
|
|
|
|
|
|
content = content.replace("nayisahara|careersides).com", "nayisahara|careersides|edukaroo).com")
|
|
|
|
|
2024-02-24 15:15:19 +05:00
|
|
|
content += "\n"
|
2024-02-22 19:04:30 +05:00
|
|
|
|
|
|
|
with open(destination, 'w', encoding='utf-8') as file:
|
|
|
|
file.write(content)
|
|
|
|
|
2024-01-18 06:12:01 +05:00
|
|
|
if __name__ == "__main__":
|
2024-02-24 08:36:00 +05:00
|
|
|
url1 = "https://update.greasyfork.org/scripts/431691/Bypass%20All%20Shortlinks.user.js"
|
|
|
|
url2 = "https://openuserjs.org/install/Bloggerpemula/Bypass_All_Shortlinks_Manual_Captcha.user.js"
|
2024-01-18 06:12:01 +05:00
|
|
|
destination = "untouched_Bypass_All_Shortlinks.user.js"
|
|
|
|
|
2024-02-24 15:15:19 +05:00
|
|
|
download_file(url1, destination)
|
2024-02-22 19:04:30 +05:00
|
|
|
modify_file_with_my_fixes(destination)
|