How to delete cookies for a specific site
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Over a Mysterious Island Looping
--
Chapters
00:00 Question
00:49 Accepted answer (Score 130)
01:20 Answer 2 (Score 20)
01:44 Answer 3 (Score 9)
02:10 Answer 4 (Score 4)
02:25 Thank you
--
Full question
https://superuser.com/questions/366483/h...
Accepted answer links:
[image]: https://i.stack.imgur.com/bnEGR.png
[image]: https://i.stack.imgur.com/Ah2jC.png
Answer 3 links:
http://ostermiller.org/bookmarklets/cook...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #googlechromeextensions #cookies
#avk47
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Over a Mysterious Island Looping
--
Chapters
00:00 Question
00:49 Accepted answer (Score 130)
01:20 Answer 2 (Score 20)
01:44 Answer 3 (Score 9)
02:10 Answer 4 (Score 4)
02:25 Thank you
--
Full question
https://superuser.com/questions/366483/h...
Accepted answer links:
[image]: https://i.stack.imgur.com/bnEGR.png
[image]: https://i.stack.imgur.com/Ah2jC.png
Answer 3 links:
http://ostermiller.org/bookmarklets/cook...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #googlechromeextensions #cookies
#avk47
ACCEPTED ANSWER
Score 132
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