Is there a way to search for text on a website in Jasonette if i don't have the HTML file on my computer? Maybe over view-source:[URL] directly over the website? I didn't find anything about this topic on Google. I just have a web-container yet and now i am trying to search for text from a website using an if loop. Something like:
if [text] is on [website] {
do this
}