Delete Cookies

The Delete Cookies Bookmarklet is a handy privacy tool that helps you quickly remove all cookies from the current website you're visiting.

With one click, this bookmarklet will remove all cookies associated with the current website.

javascript:!function(){const o=document.cookie.split(";");let e=0;for(let n of o){const o=n.indexOf("="),t=o>-1?n.substr(0,o).trim():n.trim();document.cookie=`${t}=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/`,document.cookie=`${t}=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/;domain=${window.location.hostname}`,document.cookie=`${t}=;expires=Thu, 01 Jan 1970 00:00:00 GMT;path=/;domain=.${window.location.hostname}`,e++}alert(`${e} cookie${1!==e?"s":""} ${1!==e?"have":"has"} been deleted from ${window.location.hostname}`)}();
Drag me to bookmark bar: 👉🏻 Delete Cookies

Features

This bookmarklet is perfect for web developers, privacy-conscious users, and anyone who needs to quickly manage their website cookies.