I'm creating a chrome extension with a content script that can run javascript within a page in the browser, typically in the 'www' subdomain and I'd like to be able to expire them using javascript.
Of note:
+ I'm able to retrieve them via the document.cookie object
+ I'm able to create and expire cookies on the www.facebook.com domain