I used a GET request to get the HTML on another page with Javascript and that worked fine but now I need to get a certain class which I could normally do like this:
document.getElementsByClassName("class");
but now I can't do it because it is just normal text. Is there a way I can parse this?