The Computer Oracle

How to delete cookies for a specific site

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Digital Sunset Looping

--

Chapters
00:00 How To Delete Cookies For A Specific Site
00:36 Answer 1 Score 20
00:53 Answer 2 Score 9
01:15 Accepted Answer Score 132
01:39 Answer 4 Score 5
01:48 Thank you

--

Full question
https://superuser.com/questions/366483/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#googlechrome #googlechromeextensions #cookies

#avk47



ACCEPTED ANSWER

Score 132


  1. Click the document icon next to the URL.
  2. Click the "... from this site" link under the Cookies section. Google Chrome - site properties
  3. Highlight the cookie and choose Remove. You can also Block the whole site. Google Chrome - Cookies set by this page



ANSWER 2

Score 20


You can do it through Chrome settings. Just go to Preferences -> Options -> Under the Hood -> Content settings -> All cookies and site data...

There you can filter single domain from the list and delete the ones you like.




ANSWER 3

Score 9


The bookmarklet from http://ostermiller.org/bookmarklets/cookies.html should work without modification. Just visit the target website first

javascript:void((function(){var%20a,b,c,e,f;f=0;a=document.cookie.split(";%20");for(e=0;e<a.length&&a[e];e++){f++;for(b="."+location.host;b;b=b.replace(/^(?:%5C.|[^%5C.]+)/,"")){for(c=location.pathname;c;c=c.replace(/.$/,"")){document.cookie=(a[e]+";%20domain="+b+";%20path="+c+";%20expires="+new%20Date((new%20Date()).getTime()-1e11).toGMTString());}}}alert("Expired%20"+f+"%20cookies");})())



ANSWER 4

Score 5


In Chrome 60+ it's now in the dev tools (F12) - Application tab - Clear Site Data