Skip to content

Instantly share code, notes, and snippets.

@Lodo4ka
Created August 10, 2018 10:43
Show Gist options
  • Save Lodo4ka/a7da91a89d83ed8606d726d57f55bf89 to your computer and use it in GitHub Desktop.
Save Lodo4ka/a7da91a89d83ed8606d726d57f55bf89 to your computer and use it in GitHub Desktop.
let scriptToExecute =
"var performance = window.performance || window.mozPerformance || window.msPerformance || window.webkitPerformance || {}; var network = performance.getEntries() || {}; return network;";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment