Hi c0g, We really could use that console log from Step 4, beyond the system settings. Basically, it is a report of everything that the browser is doing while trying to follow your activity and commands. It helps the devs see what is going on "behind the scenes". You can copy and paste the results as text. Here are instructions on getting the log: In Google Chrome
Use the keyboard shortcut: Command - Option - J (Mac) or Control -Shift -J (Windows/Linux).
If that doesn't work, follow these instructions: <a href="https://developers.google.com/chrome-developer-tools/docs/console#opening_the_console" rel="nofollow">https://developers.google.com/chrome-developer-tools/docs/console#opening_the_console</a>
In Mozilla Firefox
Use the keyboard shortcut: Control-Shift-K (Command-Option-K on the Mac)
If that doesn't work, follow these instructions: <a href="https://developer.mozilla.org/en-US/docs/Tools/Web_Console" rel="nofollow">https://developer.mozilla.org/en-US/docs/Tools/Web_Console</a>