Brion Vibber wrote:
Christopher Mahan wrote:
Can we not find a way to find the referer and add a fundraiser if slashdot is in it?
That would kill caching, which would kill our servers.
Hmm, actually you could probably do a JavaScript hack. Wouldn't reach everyone, but it wouldn't bust caches since the check would be client-side.
if (document.referrer.match(/slashdot.org/)) { // stick a <div> into the document tree }
-- brion vibber (brion @ pobox.com)