mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
add acortados.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/98
This commit is contained in:
parent
c21f073f7a
commit
4303e5315d
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)\/.*$/
|
||||
|
|
Loading…
Reference in a new issue