Jump to content
UBot Underground

Recommended Posts


<script>
  var texts = {
  	endChatConfirm: 'Really end chat?',
  	Player: 'Player',
  	me: 'Me',
  	newMessage: 'New message',
  	reportConfirm: 'Sure?'
  }
</script>

I am working on a page where it have the above javascript, when the bot try to navigate away or close the page, it will pop up a javascript confirmation (it require confirmation to run next action, closing the notification dont help).. even on chrome it will need you to confirm to leave.

 

i have tried "allow pop up = No" but not working since it is a javascript.

 

is it possible to use change attribute to remove this javascript?

 

or may be "run javascript" to kill the pop up?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...