Jump to content
UBot Underground

Please Help With Browser Screenshot


Recommended Posts

I'm using the command save browser image. But I have no way of knowing the url. In the screen shot there is no url. And I can't place the url for the file name when saving because it doesn't allow some of the characters

 

Sent from my Redmi Note 3 using Tapatalk

Link to post
Share on other sites

I use exBrowser plugin by Dan (Bot-Factory) and usually wait for the page to get loaded completely, the use Run Javascript command with something like this:

document.getElementById("elementID").remove();

Works great for me.

You can do the same, UBot has that command for the built in browser as well.

Link to post
Share on other sites

I use exBrowser plugin by Dan (Bot-Factory) and usually wait for the page to get loaded completely, the use Run Javascript command with something like this:

document.getElementById("elementID").remove();
Works great for me.

You can do the same, UBot has that command for the built in browser as well.

I figured out a different way. I was reading up about this and I saw someone suggested load html code and iframe the site. Some pages are long and I have thousands of domains I need to screenshot. So I just used that code and at the Bottom of the load html I did <p>$url</p>

 

Sent from my Redmi Note 3 using Tapatalk

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