diff --git a/1_download_untouched_and_patch_it.py b/1_download_untouched_and_patch_it.py index ce684e5..ee6e625 100644 --- a/1_download_untouched_and_patch_it.py +++ b/1_download_untouched_and_patch_it.py @@ -131,6 +131,11 @@ def modify_file_with_my_fixes(input_file, output_file): content = content.replace("/(forexrw7|forex-articles|3rabsports|fx-22|watchtheeye).com|gold-24.net|(offeergames|todogame).online/", "/(forexrw7|forex-articles|3rabsports|fx-22|watchtheeye|mooonten).com|gold-24.net|(offeergames|todogame|asxwq).online|msic.site/") + linestoremove = """ BypassedByBloggerPemula(/nishankhatri.xyz|(bebkub|importantclass|owoanime|hyperkhabar).com/, function() { + DoIfExists('#pro-btn', 5);DoIfExists('#pro-continue', 3);DoIfExists('#my-btn2', 5);DoIfExists('#my-btn', 7);}); +""" + content = content.replace(linestoremove, "") + content += "\n" with open(output_file, 'w', encoding='utf-8') as file: diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index ebf94a9..811d5ba 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 94.0.10 +// @version 94.0.11 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -308,7 +308,6 @@ // @include /^(https?:\/\/)(.+)?((tmail|labgame).io|(gamezizo|fitdynamos).com)(\/.*)/ // @include /^(https?:\/\/)(.+)?((exeo|exego).app|(falpus|exe-urls).com|4ace.online)(\/.*)/ // @include /^(https?:\/\/)(.+)?((forexrw7|forex-articles|3rabsports|fx-22|watchtheeye|mooonten).com|gold-24.net|(offeergames|todogame|asxwq).online|msic.site)(\/.*)/ -// @include /^(https?:\/\/)(.+)?(nishankhatri.xyz|(bebkub|importantclass|owoanime|hyperkhabar).com)(\/.*)/ // @include /^(https?:\/\/)(.+)?((kongutoday|proappapk|hipsonyc|teamtechnews).com|yotrickslog.tech)(\/.*)/ // @include /^(https?:\/\/)(.+)?(writedroid.eu.org|modmania.eu.org|writedroid.in)(\/.*)/ // @include /^(https?:\/\/)(.+)?((travelironguide|businesssoftwarehere|softwaresolutionshere|freevpshere).com)(\/.*)/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index fd90f0e..35eac77 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 94.0.10 +// @version 94.0.11 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -308,7 +308,6 @@ // @include /^(https?:\/\/)(.+)?((tmail|labgame).io|(gamezizo|fitdynamos).com)(\/.*)/ // @include /^(https?:\/\/)(.+)?((exeo|exego).app|(falpus|exe-urls).com|4ace.online)(\/.*)/ // @include /^(https?:\/\/)(.+)?((forexrw7|forex-articles|3rabsports|fx-22|watchtheeye|mooonten).com|gold-24.net|(offeergames|todogame|asxwq).online|msic.site)(\/.*)/ -// @include /^(https?:\/\/)(.+)?(nishankhatri.xyz|(bebkub|importantclass|owoanime|hyperkhabar).com)(\/.*)/ // @include /^(https?:\/\/)(.+)?((kongutoday|proappapk|hipsonyc|teamtechnews).com|yotrickslog.tech)(\/.*)/ // @include /^(https?:\/\/)(.+)?(writedroid.eu.org|modmania.eu.org|writedroid.in)(\/.*)/ // @include /^(https?:\/\/)(.+)?((travelironguide|businesssoftwarehere|softwaresolutionshere|freevpshere).com)(\/.*)/ @@ -1187,8 +1186,6 @@ DoIfExists('.oto > a:nth-child(1)', 1); waitForElm('.oto > a', linkjust => redirect(linkjust.href, false));}); BypassedByBloggerPemula(/o-pro.online/, function() {waitForElm('#newbutton > a', opo => redirect(opo.href, false)); waitForElm('a.btn.btn-default.btn-sm', opo2 => redirect(opo2.href, false));}); - BypassedByBloggerPemula(/nishankhatri.xyz|(bebkub|importantclass|owoanime|hyperkhabar).com/, function() { - DoIfExists('#pro-btn', 5);DoIfExists('#pro-continue', 3);DoIfExists('#my-btn2', 5);DoIfExists('#my-btn', 7);}); BypassedByBloggerPemula(/(kongutoday|proappapk|hipsonyc|teamtechnews).com|yotrickslog.tech/, function() { if (BpParams.has('safe')) {meta(atob(BpParams.get('safe')));}}); BypassedByBloggerPemula(/writedroid.eu.org|modmania.eu.org|writedroid.in/, function() { diff --git a/supported_sites.txt b/supported_sites.txt index 094a590..19571f6 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -290,7 +290,6 @@ azmath.info|expertvn.com (tmail|labgame).io|(gamezizo|fitdynamos).com (exeo|exego).app|(falpus|exe-urls).com|4ace.online (forexrw7|forex-articles|3rabsports|fx-22|watchtheeye|mooonten).com|gold-24.net|(offeergames|todogame|asxwq).online|msic.site -nishankhatri.xyz|(bebkub|importantclass|owoanime|hyperkhabar).com (kongutoday|proappapk|hipsonyc|teamtechnews).com|yotrickslog.tech writedroid.eu.org|modmania.eu.org|writedroid.in (travelironguide|businesssoftwarehere|softwaresolutionshere|freevpshere).com diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index f917a35..c30f00d 100644 --- a/untouched_Bypass_All_Shortlinks_patched.user.js +++ b/untouched_Bypass_All_Shortlinks_patched.user.js @@ -37,7 +37,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Bloggerpemula -// @version 94.0.10 +// @version 94.0.11 // @match *://*/* // @grant GM_setValue // @grant GM_getValue @@ -609,8 +609,6 @@ DoIfExists('.oto > a:nth-child(1)', 1); waitForElm('.oto > a', linkjust => redirect(linkjust.href, false));}); BypassedByBloggerPemula(/o-pro.online/, function() {waitForElm('#newbutton > a', opo => redirect(opo.href, false)); waitForElm('a.btn.btn-default.btn-sm', opo2 => redirect(opo2.href, false));}); - BypassedByBloggerPemula(/nishankhatri.xyz|(bebkub|importantclass|owoanime|hyperkhabar).com/, function() { - DoIfExists('#pro-btn', 5);DoIfExists('#pro-continue', 3);DoIfExists('#my-btn2', 5);DoIfExists('#my-btn', 7);}); BypassedByBloggerPemula(/(kongutoday|proappapk|hipsonyc|teamtechnews).com|yotrickslog.tech/, function() { if (BpParams.has('safe')) {meta(atob(BpParams.get('safe')));}}); BypassedByBloggerPemula(/writedroid.eu.org|modmania.eu.org|writedroid.in/, function() {