I am looking for a way to delete the cookies through JavaScript that one can input into the console in chrome dev tools.
I have also tried to delete the rows from chromes SQLite cookies database but this doesn't work as they're already loaded into the browser.
Extensions aren't a solution unless they can be called programmatically through JavaScript.
Thanks!
*All current solutions I've found on the first 200 pages of google don't work. They tend to involve setting the expiration date. Chrome itself and some extensions are able to clear the cookies instantly so they are not visible in application>cookies in chrome dev tools.