diff --git a/1_download_untouched_and_patch_it.py b/1_download_untouched_and_patch_it.py index c77cb72..6d32cec 100644 --- a/1_download_untouched_and_patch_it.py +++ b/1_download_untouched_and_patch_it.py @@ -123,6 +123,8 @@ def modify_file_with_my_fixes(input_file, output_file): """ content = content.replace(linestoremove, "") + content = content.replace("BypassedByBloggerPemula('api.gplinks.com', 'url', '');", "//BypassedByBloggerPemula('api.gplinks.com', 'url', '');") + 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 5349c57..f23bfe4 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 93.8 +// @version 93.8.1 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -17,7 +17,6 @@ // @homepageURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated // @supportURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues // @match *://*.gocmod.com/* -// @match *://*.api.gplinks.com/* // @match *://*.writedroid.in/* // @match *://*.web1s.com/* // @match *://*.modmania.eu.org/* diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index a9f2a37..cfd2db6 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 93.8 +// @version 93.8.1 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -17,7 +17,6 @@ // @homepageURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated // @supportURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues // @match *://*.gocmod.com/* -// @match *://*.api.gplinks.com/* // @match *://*.writedroid.in/* // @match *://*.web1s.com/* // @match *://*.modmania.eu.org/* @@ -1036,7 +1035,7 @@ BypassedByBloggerPemula('gocmod.com', 'urls', ''); BlockRead('(4d-bl0ck3r|ad-blocker)', 'setTimeout'); - BypassedByBloggerPemula('api.gplinks.com', 'url', ''); + //BypassedByBloggerPemula('api.gplinks.com', 'url', ''); BypassedByBloggerPemula('writedroid.in', 'token', ''); BypassedByBloggerPemula('web1s.com', 'token,url', ''); BypassedByBloggerPemula('modmania.eu.org', 'token', ''); diff --git a/supported_sites.txt b/supported_sites.txt index 7e84f28..fa71771 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -1,5 +1,4 @@ gocmod.com -api.gplinks.com writedroid.in web1s.com modmania.eu.org diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index d7b955a..1be80f7 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 93.8 +// @version 93.8.1 // @match *://*/* // @grant GM_setValue // @grant GM_getValue @@ -200,7 +200,7 @@ BypassedByBloggerPemula('gocmod.com', 'urls', ''); BlockRead('(4d-bl0ck3r|ad-blocker)', 'setTimeout'); - BypassedByBloggerPemula('api.gplinks.com', 'url', ''); + //BypassedByBloggerPemula('api.gplinks.com', 'url', ''); BypassedByBloggerPemula('writedroid.in', 'token', ''); BypassedByBloggerPemula('web1s.com', 'token,url', ''); BypassedByBloggerPemula('modmania.eu.org', 'token', '');