mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-02 21:39:38 +05:00
disable broken gplinks
This commit is contained in:
parent
a78a370fca
commit
f2a359e33b
5 changed files with 7 additions and 8 deletions
|
@ -123,6 +123,8 @@ def modify_file_with_my_fixes(input_file, output_file):
|
||||||
"""
|
"""
|
||||||
content = content.replace(linestoremove, "")
|
content = content.replace(linestoremove, "")
|
||||||
|
|
||||||
|
content = content.replace("BypassedByBloggerPemula('api.gplinks.com', 'url', '');", "//BypassedByBloggerPemula('api.gplinks.com', 'url', '');")
|
||||||
|
|
||||||
content += "\n"
|
content += "\n"
|
||||||
|
|
||||||
with open(output_file, 'w', encoding='utf-8') as file:
|
with open(output_file, 'w', encoding='utf-8') as file:
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.8
|
// @version 93.8.1
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -17,7 +17,6 @@
|
||||||
// @homepageURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated
|
// @homepageURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated
|
||||||
// @supportURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues
|
// @supportURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues
|
||||||
// @match *://*.gocmod.com/*
|
// @match *://*.gocmod.com/*
|
||||||
// @match *://*.api.gplinks.com/*
|
|
||||||
// @match *://*.writedroid.in/*
|
// @match *://*.writedroid.in/*
|
||||||
// @match *://*.web1s.com/*
|
// @match *://*.web1s.com/*
|
||||||
// @match *://*.modmania.eu.org/*
|
// @match *://*.modmania.eu.org/*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.8
|
// @version 93.8.1
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -17,7 +17,6 @@
|
||||||
// @homepageURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated
|
// @homepageURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated
|
||||||
// @supportURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues
|
// @supportURL https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues
|
||||||
// @match *://*.gocmod.com/*
|
// @match *://*.gocmod.com/*
|
||||||
// @match *://*.api.gplinks.com/*
|
|
||||||
// @match *://*.writedroid.in/*
|
// @match *://*.writedroid.in/*
|
||||||
// @match *://*.web1s.com/*
|
// @match *://*.web1s.com/*
|
||||||
// @match *://*.modmania.eu.org/*
|
// @match *://*.modmania.eu.org/*
|
||||||
|
@ -1036,7 +1035,7 @@
|
||||||
|
|
||||||
BypassedByBloggerPemula('gocmod.com', 'urls', '');
|
BypassedByBloggerPemula('gocmod.com', 'urls', '');
|
||||||
BlockRead('(4d-bl0ck3r|ad-blocker)', 'setTimeout');
|
BlockRead('(4d-bl0ck3r|ad-blocker)', 'setTimeout');
|
||||||
BypassedByBloggerPemula('api.gplinks.com', 'url', '');
|
//BypassedByBloggerPemula('api.gplinks.com', 'url', '');
|
||||||
BypassedByBloggerPemula('writedroid.in', 'token', '');
|
BypassedByBloggerPemula('writedroid.in', 'token', '');
|
||||||
BypassedByBloggerPemula('web1s.com', 'token,url', '');
|
BypassedByBloggerPemula('web1s.com', 'token,url', '');
|
||||||
BypassedByBloggerPemula('modmania.eu.org', 'token', '');
|
BypassedByBloggerPemula('modmania.eu.org', 'token', '');
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
gocmod.com
|
gocmod.com
|
||||||
api.gplinks.com
|
|
||||||
writedroid.in
|
writedroid.in
|
||||||
web1s.com
|
web1s.com
|
||||||
modmania.eu.org
|
modmania.eu.org
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
// @namespace Violentmonkey Scripts
|
// @namespace Violentmonkey Scripts
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Bloggerpemula
|
// @author Bloggerpemula
|
||||||
// @version 93.8
|
// @version 93.8.1
|
||||||
// @match *://*/*
|
// @match *://*/*
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
|
|
||||||
BypassedByBloggerPemula('gocmod.com', 'urls', '');
|
BypassedByBloggerPemula('gocmod.com', 'urls', '');
|
||||||
BlockRead('(4d-bl0ck3r|ad-blocker)', 'setTimeout');
|
BlockRead('(4d-bl0ck3r|ad-blocker)', 'setTimeout');
|
||||||
BypassedByBloggerPemula('api.gplinks.com', 'url', '');
|
//BypassedByBloggerPemula('api.gplinks.com', 'url', '');
|
||||||
BypassedByBloggerPemula('writedroid.in', 'token', '');
|
BypassedByBloggerPemula('writedroid.in', 'token', '');
|
||||||
BypassedByBloggerPemula('web1s.com', 'token,url', '');
|
BypassedByBloggerPemula('web1s.com', 'token,url', '');
|
||||||
BypassedByBloggerPemula('modmania.eu.org', 'token', '');
|
BypassedByBloggerPemula('modmania.eu.org', 'token', '');
|
||||||
|
|
Loading…
Reference in a new issue