I needed to look at hundreds of site pages to discover mixed content problems after converting 180+ sites to https. So I wrote this python program to get chrome console messages using headless chrome. This is my first useful open source program. Turns out this gets all messages so can help find JavaScript errors and more.<p><a href="https://github.com/URichmond/Get-Chrome-Console-Messages" rel="nofollow">https://github.com/URichmond/Get-Chrome-Console-Messages</a>