Skip to content

Instantly share code, notes, and snippets.

@wlizama
Last active May 4, 2018 22:53
Show Gist options
  • Save wlizama/31f8c8a057409d667dffa781cb12ba94 to your computer and use it in GitHub Desktop.
Save wlizama/31f8c8a057409d667dffa781cb12ba94 to your computer and use it in GitHub Desktop.
Modificar cookies
javascript:void prompt("Introduce la cookie:",document.cookie).replace(/[^;]+/g,function(_){document.cookie=_;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment