mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-01 17:33:00 +05:00
minor fix to mega-enlace
This commit is contained in:
parent
809c8bffb4
commit
e1ecb5aeb8
2 changed files with 8 additions and 2 deletions
|
@ -2314,9 +2314,12 @@
|
||||||
if (n[1] = n[1].replace("window.location.href", "var nulled"), n[1] = n[1].replace("window.open(f", "location.assign(f"), n[1] = n[1].replace(/(parseInt\(c\.split\("-"\)\[0\]\)<= 0).*?(\)\{)/, "$1$2"), o && t && i && r && c) try {
|
if (n[1] = n[1].replace("window.location.href", "var nulled"), n[1] = n[1].replace("window.open(f", "location.assign(f"), n[1] = n[1].replace(/(parseInt\(c\.split\("-"\)\[0\]\)<= 0).*?(\)\{)/, "$1$2"), o && t && i && r && c) try {
|
||||||
"loading" === document.readyState ? window.addEventListener("load", (() => {
|
"loading" === document.readyState ? window.addEventListener("load", (() => {
|
||||||
//Check if there is already access permission before launching the POST requests for the bypass
|
//Check if there is already access permission before launching the POST requests for the bypass
|
||||||
let accessGranted = document.getElementById('contador').value.trim() === "IR AL ENLACE";
|
let button = document.getElementById('contador');
|
||||||
|
let accessGranted = button.value.trim() === "IR AL ENLACE";
|
||||||
if (!accessGranted){
|
if (!accessGranted){
|
||||||
e(c); //Launch the POST requests
|
e(c); //Launch the POST requests
|
||||||
|
} else if (accessGranted) {
|
||||||
|
button.click();
|
||||||
}
|
}
|
||||||
}), {
|
}), {
|
||||||
once: !0
|
once: !0
|
||||||
|
|
|
@ -37,9 +37,12 @@
|
||||||
if (n[1] = n[1].replace("window.location.href", "var nulled"), n[1] = n[1].replace("window.open(f", "location.assign(f"), n[1] = n[1].replace(/(parseInt\(c\.split\("-"\)\[0\]\)<= 0).*?(\)\{)/, "$1$2"), o && t && i && r && c) try {
|
if (n[1] = n[1].replace("window.location.href", "var nulled"), n[1] = n[1].replace("window.open(f", "location.assign(f"), n[1] = n[1].replace(/(parseInt\(c\.split\("-"\)\[0\]\)<= 0).*?(\)\{)/, "$1$2"), o && t && i && r && c) try {
|
||||||
"loading" === document.readyState ? window.addEventListener("load", (() => {
|
"loading" === document.readyState ? window.addEventListener("load", (() => {
|
||||||
//Check if there is already access permission before launching the POST requests for the bypass
|
//Check if there is already access permission before launching the POST requests for the bypass
|
||||||
let accessGranted = document.getElementById('contador').value.trim() === "IR AL ENLACE";
|
let button = document.getElementById('contador');
|
||||||
|
let accessGranted = button.value.trim() === "IR AL ENLACE";
|
||||||
if (!accessGranted){
|
if (!accessGranted){
|
||||||
e(c); //Launch the POST requests
|
e(c); //Launch the POST requests
|
||||||
|
} else if (accessGranted) {
|
||||||
|
button.click();
|
||||||
}
|
}
|
||||||
}), {
|
}), {
|
||||||
once: !0
|
once: !0
|
||||||
|
|
Loading…
Reference in a new issue