Skip to content

Instantly share code, notes, and snippets.

@bluzi
Created March 17, 2018 00:01
Show Gist options
  • Save bluzi/2b0139069c5d65eae442dcf533df1412 to your computer and use it in GitHub Desktop.
Save bluzi/2b0139069c5d65eae442dcf533df1412 to your computer and use it in GitHub Desktop.
const original = console.log;
console.log = function() {
original.apply(console, arguments);
navigator.sendBeacon('https://eliran.net', arguments);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment