From d3c8c215dc4868f4718a5f51964401f0e4a1748e Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 7 Feb 2024 12:12:11 +0100 Subject: [PATCH] minor fix --- Bypass_All_Shortlinks.user.js | 2 +- bypasses/dropgalaxy.user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;