I've got the following macro who does the following:
- Executes a JavaScript on active browser who gets the current tab URL:
window.location.href
- Uses this URL to open PageSpeed Insights
That's it. Works perfectly on Chrome, but no on Firefox or Safari.
Do I need to do something to run JavaScript on other browsers?
Is there a better approach to execute this?
Download: Analyze page no PageSpeed Insights.kmmacros (20.0 KB)