How to search for a word or color on a website?
-
Hello everyone, I am having a question. I want to make a website scanner that allows me to scan the whole website for one word or one color. This because there isn't one available (at least i couldn't find one). I am not a programming wonder and i really hope or you could help me. I would really appreciate it. Thanks in advance! Regards, Lars
-
Hello everyone, I am having a question. I want to make a website scanner that allows me to scan the whole website for one word or one color. This because there isn't one available (at least i couldn't find one). I am not a programming wonder and i really hope or you could help me. I would really appreciate it. Thanks in advance! Regards, Lars
You need a web scraping solution, something like this in .NET world, [Html Agility pack | Html Agility Pack](https://html-agility-pack.net/). You can find out other packages in other languages and runtimes too if you find. The basic concept is you download the entire web page as HTML document and this tool parses it down. You then read the document and look for your "word or color". That is the closest of what I can think of.
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
Hello everyone, I am having a question. I want to make a website scanner that allows me to scan the whole website for one word or one color. This because there isn't one available (at least i couldn't find one). I am not a programming wonder and i really hope or you could help me. I would really appreciate it. Thanks in advance! Regards, Lars
To find a specific word or phrase on a web page on your computer open a webpage in Chrome. At the top right, click More More and then Find. Type your search term in the bar that appears in the top right. Press Enter to search the page. Matches appear highlighted in yellow. You can see where all the matches are located on a webpage using the yellow markers on the scrollbar. I hope this helps! Ben Martin
-
Hello everyone, I am having a question. I want to make a website scanner that allows me to scan the whole website for one word or one color. This because there isn't one available (at least i couldn't find one). I am not a programming wonder and i really hope or you could help me. I would really appreciate it. Thanks in advance! Regards, Lars
Visit www.google_com/ in your browser.
Enter site: followed by the site address you want to search.
Enter the word or phrase you want to search for after the site address.
Regards, Peter