Jump to content
UBot Underground

How To Deal With Javascript Popups


Recommended Posts

I need a way to deal with javascript exit pops and other js popups.

On some sites I can simply disable javascript and that works fine but on others it doesn't
because the sites are doing ajax postbacks on a timer.

In some cases I can scrape the url for the postback and navigate to that url but many other sites it has to be a post and not a get.

This is for traffic exchanges and revshare sites where you need to surf x sites every day and the sites may or may not have exit pops.

There is also another site that has a javascript popup to confirm you want to continue and if I disable javascript and just navigate to the url it doesn't work.

using a previous solution pre ubot I was able to simply click the mouse at x,y to close the popup which works but the screen has to always be in the foreground.

A solution would be to send an enter key, to dismiss the popup, to the specific window.

Not sure how to do that in ubot though.

here is an example of the type of exit pop I am referring to but this is my own site and not the specific situation as js could be disabled fine here.

http://needreferrals.com/spcr/

 

RThanks,

Ed Newman

 

 

 

 

Link to post
Share on other sites
  • 2 months later...

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...