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 :)
You could create one yourself using something like Selenium WebDriver to scrape your pages and look for the existence of your scripts.
The only thing that can even attempt to mimic maybe this a version control software like github
or svn
Write your own service to do this? Shouldn't be too hard. Just a fetch + string match.