From 4303e5315d1c7a251c27bfcfc3e8f893b067dfd6 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 11 Jul 2024 16:17:51 +0200 Subject: [PATCH] add acortados.com https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/98 --- Bypass_All_Shortlinks.meta.js | 4 ++-- Bypass_All_Shortlinks.user.js | 6 +++--- extra_bypasses/mega-enlace.user.js | 4 ++-- supported_sites.txt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index c63019b..c1d6882 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 92.3.3 +// @version 92.3.4 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -773,7 +773,7 @@ // @include /newedutopics.com/ // @include /filecrypt.(cc|co)/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ -// @include /mega-enlace.com/ +// @include /(mega-enlace|acortados).com/ // @include /(work.ink|workink.click)\/.*$/ // @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css // @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index e19b147..339b72a 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 92.3.3 +// @version 92.3.4 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -773,7 +773,7 @@ // @include /newedutopics.com/ // @include /filecrypt.(cc|co)/ // @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ -// @include /mega-enlace.com/ +// @include /(mega-enlace|acortados).com/ // @include /(work.ink|workink.click)\/.*$/ // @resource NOTYF_CSS https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css // @require https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js @@ -2672,7 +2672,7 @@ // ----- Bypass mega-enlace ( Taken from AdGuard https://github.com/AdguardTeam/AdguardFilters/blob/b1622e8b387148509ca355e8070ffa5cdcf87525/SpanishFilter/sections/general_extensions.txt#L108 / https://github.com/AdguardTeam/AdguardFilters/issues/174863#issuecomment-1996735239) ----- // used in: pelisenhd.org latinomegahd.net gatonplayseries.com peliculasgd.net tododvdfull.com cinemaniahdd.net programasvirtualespc.net compucalitv.pro (function() { - if (/mega-enlace.com/.test(window.location.href)) { + if (/(mega-enlace|acortados).com/.test(window.location.href)) { const window = unsafeWindow; //Added so it works in ViolentMonkey instead of AdGuard //Adguard snippet expanded and modified diff --git a/extra_bypasses/mega-enlace.user.js b/extra_bypasses/mega-enlace.user.js index 5d0d696..1ec9daf 100644 --- a/extra_bypasses/mega-enlace.user.js +++ b/extra_bypasses/mega-enlace.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name mega-enlace bypass -// @include /mega-enlace.com/ +// @include /(mega-enlace|acortados).com/ // @grant GM_xmlhttpRequest // @run-at document-start // ==/UserScript== @@ -8,7 +8,7 @@ // ----- Bypass mega-enlace ( Taken from AdGuard https://github.com/AdguardTeam/AdguardFilters/blob/b1622e8b387148509ca355e8070ffa5cdcf87525/SpanishFilter/sections/general_extensions.txt#L108 / https://github.com/AdguardTeam/AdguardFilters/issues/174863#issuecomment-1996735239) ----- // used in: pelisenhd.org latinomegahd.net gatonplayseries.com peliculasgd.net tododvdfull.com cinemaniahdd.net programasvirtualespc.net compucalitv.pro (function() { - if (/mega-enlace.com/.test(window.location.href)) { + if (/(mega-enlace|acortados).com/.test(window.location.href)) { const window = unsafeWindow; //Added so it works in ViolentMonkey instead of AdGuard //Adguard snippet expanded and modified diff --git a/supported_sites.txt b/supported_sites.txt index a31e25f..b238588 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -753,5 +753,5 @@ https://paster.so/* /newedutopics.com/ /filecrypt.(cc|co)/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ -/mega-enlace.com/ +/(mega-enlace|acortados).com/ /(work.ink|workink.click)\/.*$/