diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index f7fb2a6..dc14061 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1717,7 +1717,7 @@ clearInterval(intervalId); // 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 window.location.href = url; diff --git a/bypasses/dropgalaxy.user.js b/bypasses/dropgalaxy.user.js index ae803f2..ec8587d 100644 --- a/bypasses/dropgalaxy.user.js +++ b/bypasses/dropgalaxy.user.js @@ -47,7 +47,7 @@ clearInterval(intervalId); // 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 window.location.href = url;