Search code examples
phppythonhtmlsaas

service to see if script on each web page?


Is there a service out there that can alert me if a website (and all sub pages) don't have a script on them/e.g. a web dev does some work on a page and uploads new page live but does not include custom / general scripts on it like custom analytics or custom coding for a page etc.

I know theres a services to tell you if a web site is up and running but i need something more specific :)


Solution

  • You could create one yourself using something like Selenium WebDriver to scrape your pages and look for the existence of your scripts.