mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
minor change to confirmation message
This commit is contained in:
parent
5e932905ef
commit
a2992f2ed1
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue