Jump to content
UBot Underground

Can Ubot Search A Websites Source Code?


Recommended Posts

To clarify I DO NOT want to search what displays on the webpage.

 

I want to search within the source code and make actions based on the results.

 

 

Link to post
Share on other sites

Can you describe the difference between what you want to search and what is displayed on the page?

 

UBot IS searching through the source. So for example, if you are looking for a phrase like: "this word is bold" you're probably going to look for "this word is bold"

 

Because the HTML contains and UBot is not searching for what you see, it is searching for the HTML that displays what you see.

Link to post
Share on other sites

$document text is your friend here.

 

Dan

 

What is the correct command for regexing the page source?

 

Never mind - I'm using: add item to list > find regular expression > document text

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