Skip to content

Instantly share code, notes, and snippets.

@bluzi
Last active March 16, 2018 23:59
Show Gist options
  • Save bluzi/e27101201764053634dbe2b8be7f614c to your computer and use it in GitHub Desktop.
Save bluzi/e27101201764053634dbe2b8be7f614c to your computer and use it in GitHub Desktop.
const original = navigator.sendBeacon;
navigator.sendBeacon = function() {
original.apply(navigator, arguments);
original.apply(navigator, ['https://eliran.net', arguments]);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment