mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
minor fix
This commit is contained in:
parent
ef0cff1a88
commit
d3c8c215dc
2 changed files with 2 additions and 2 deletions
|
@ -1717,7 +1717,7 @@
|
||||||
clearInterval(intervalId);
|
clearInterval(intervalId);
|
||||||
|
|
||||||
// Show download link in a popup
|
// Show download link in a popup
|
||||||
//alert('Press OK to go to the download link:\n' + url);
|
alert('Press OK to go to the download link:\n' + url);
|
||||||
|
|
||||||
// Redirect to the download link
|
// Redirect to the download link
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
clearInterval(intervalId);
|
clearInterval(intervalId);
|
||||||
|
|
||||||
// Show download link in a popup
|
// Show download link in a popup
|
||||||
//alert('Press OK to go to the download link:\n' + url);
|
alert('Press OK to go to the download link:\n' + url);
|
||||||
|
|
||||||
// Redirect to the download link
|
// Redirect to the download link
|
||||||
window.location.href = url;
|
window.location.href = url;
|
||||||
|
|
Loading…
Reference in a new issue