diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 0d71b7e..0eee64f 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1758,7 +1758,7 @@ window.addEventListener('load', function() { var linkElement = document.querySelector('.form__group > a:nth-child(5)'); if (linkElement && linkElement.href) { - if (confirm('Do you want to redirect to ' + linkElement.href + '?')) { + if (confirm('Bypass done.\nRedirect to ' + linkElement.href + ' ?')) { window.location.assign(linkElement.href); } } diff --git a/extra_bypasses/ad-maven.user.js b/extra_bypasses/ad-maven.user.js index c6b880c..eea72cb 100644 --- a/extra_bypasses/ad-maven.user.js +++ b/extra_bypasses/ad-maven.user.js @@ -29,7 +29,7 @@ window.addEventListener('load', function() { var linkElement = document.querySelector('.form__group > a:nth-child(5)'); if (linkElement && linkElement.href) { - if (confirm('Do you want to redirect to ' + linkElement.href + '?')) { + if (confirm('Bypass done.\nRedirect to ' + linkElement.href + ' ?')) { window.location.assign(linkElement.href); } }