Skip to content

Instantly share code, notes, and snippets.

@faried
Created October 6, 2009 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save faried/203476 to your computer and use it in GitHub Desktop.
Save faried/203476 to your computer and use it in GitHub Desktop.
(defadvice url-cookie-host-can-set-p (before reddit-cookie-fix 'activate)
(if (and (string= (ad-get-arg 0) "www.reddit.com")
(string= (ad-get-arg 1) "reddit.com")
t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment