Skip to content

Instantly share code, notes, and snippets.

@yayMark
Created July 14, 2017 05:46
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 yayMark/47ece2c583dcabaedbfd7e72a26b799a to your computer and use it in GitHub Desktop.
Save yayMark/47ece2c583dcabaedbfd7e72a26b799a to your computer and use it in GitHub Desktop.
Delete a specific cookie using JavaScript in the URL field of a bookmark
javascript:document.cookie="cookieNameGoesHere=; max-age=-1; path=/;";console.log("Popup cookie removed");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment