I have an html page and I want to find some data on it, but the main problem is that the page is created on the server, and I want to write javascript code on my local computer and run it. So, how can I write and run javascript code on the local computer so that it can find text or get an element by id / class?
Please note: this is important: only pure javascript, no libraries like jQuery etc.!
Thank.
source
share