Skip to content

Instantly share code, notes, and snippets.

@death
death / gist:203671
Created October 7, 2009 02:24 — forked from faried/gist:203476
(defadvice url-cookie-host-can-set-p (after reddit-cookie-fix activate)
(when (and (string= (ad-get-arg 0) "www.reddit.com")
(string= (ad-get-arg 1) "reddit.com"))
(setq ad-return-value t)))