mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 21:09:37 +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("BypassedByBloggerPemula('api.gplinks.com', 'url', '');", "//BypassedByBloggerPemula('api.gplinks.com', 'url', '');")
|
||||
|
||||
content += "\n"
|
||||
|
||||
with open(output_file, 'w', encoding='utf-8') as file:
|
||||
|
|
|
@ -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/*
|
||||
|
|
|
@ -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', '');
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
gocmod.com
|
||||
api.gplinks.com
|
||||
writedroid.in
|
||||
web1s.com
|
||||
modmania.eu.org
|
||||
|
|
|
@ -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', '');
|
||||
|
|
Loading…
Reference in a new issue