Telemetry console

Firework Embed feed provides aditional telemetry console which can be enabled by executing small javascript code snippet either from url bar or JS console (Command+Option+J).
window._fwn.console()
Click the star next to url in browser's address bar to open bookmark edit modal.

Google Chrome address bar.
Click More... to edit bookmark address.

Edit Bookmark modal in Google Chrome.
Copy and paste code below to the URL field. Modify name if necessary and save
javascript: (window._fwn ? window._fwn.console() : alert('FWN could not be found.'))

Paste the code into bookmark's URL field.
Last modified 10mo ago