Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created October 16, 2021 14:00
Show Gist options
  • Select an option

  • Save Octagon-simon/8a810b6283625bb35717991b345973d1 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/8a810b6283625bb35717991b345973d1 to your computer and use it in GitHub Desktop.
Retrieve all stored cookies in a Domain Javascript
var x = document.cookie;
console.log(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment