Using the green/red idea for the pass or fail, make a request to ``` "http://cssprefix.com/check.json?url=" + window.location ``` And the JSON returned contains: ``` { pass: true } ``` (or false) - which will drive the icon. Can this be done for all browsers?