Skip to content

Instantly share code, notes, and snippets.

@death
Forked from faried/gist:203476
Created October 7, 2009 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save death/203671 to your computer and use it in GitHub Desktop.
Save death/203671 to your computer and use it in GitHub Desktop.
(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)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment