mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
added minor comment
This commit is contained in:
parent
ed05332874
commit
d3ea094651
2 changed files with 2 additions and 2 deletions
|
@ -2283,7 +2283,7 @@
|
||||||
// ----- ----- -----
|
// ----- ----- -----
|
||||||
|
|
||||||
// ----- Bypass mega-enlace ( Taken from AdGuard https://github.com/AdguardTeam/AdguardFilters/blob/b1622e8b387148509ca355e8070ffa5cdcf87525/SpanishFilter/sections/general_extensions.txt#L108 ) -----
|
// ----- Bypass mega-enlace ( Taken from AdGuard https://github.com/AdguardTeam/AdguardFilters/blob/b1622e8b387148509ca355e8070ffa5cdcf87525/SpanishFilter/sections/general_extensions.txt#L108 ) -----
|
||||||
// used in: pelisenhd.org latinomegahd.net gatonplayseries.com peliculasgd.net tododvdfull.com
|
// used in: pelisenhd.org latinomegahd.net gatonplayseries.com peliculasgd.net tododvdfull.com cinemaniahdd.net
|
||||||
(function() {
|
(function() {
|
||||||
if (/mega-enlace.com/.test(window.location.href)) {
|
if (/mega-enlace.com/.test(window.location.href)) {
|
||||||
const window = unsafeWindow; //Added so it works in ViolentMonkey instead of AdGuard
|
const window = unsafeWindow; //Added so it works in ViolentMonkey instead of AdGuard
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
// ----- Bypass mega-enlace ( Taken from AdGuard https://github.com/AdguardTeam/AdguardFilters/blob/b1622e8b387148509ca355e8070ffa5cdcf87525/SpanishFilter/sections/general_extensions.txt#L108 ) -----
|
// ----- Bypass mega-enlace ( Taken from AdGuard https://github.com/AdguardTeam/AdguardFilters/blob/b1622e8b387148509ca355e8070ffa5cdcf87525/SpanishFilter/sections/general_extensions.txt#L108 ) -----
|
||||||
// used in: pelisenhd.org latinomegahd.net gatonplayseries.com peliculasgd.net tododvdfull.com
|
// used in: pelisenhd.org latinomegahd.net gatonplayseries.com peliculasgd.net tododvdfull.com cinemaniahdd.net
|
||||||
(function() {
|
(function() {
|
||||||
if (/mega-enlace.com/.test(window.location.href)) {
|
if (/mega-enlace.com/.test(window.location.href)) {
|
||||||
const window = unsafeWindow; //Added so it works in ViolentMonkey instead of AdGuard
|
const window = unsafeWindow; //Added so it works in ViolentMonkey instead of AdGuard
|
||||||
|
|
Loading…
Reference in a new issue