← Back to context Comment by 1718627440 5 days ago To what value do I need to set the cookie? 2 comments 1718627440 Reply xatax 5 days ago I just checked and the cookie is actually redesign_optout. The value doesn't seem to matter - I just checked with value xyz and it worked.Here's the bookmarklet I use:javascript:(function(){const old_or_new = prompt("[O]ld or [N]ew?", "New");if (old_or_new.charAt(0).toUpperCase() == 'N') {document.cookie = 'redesign_optout=; Path=/; Domain=.reddit.com; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';} else {document.cookie = 'redesign_optout=true; Path=/; Domain=.reddit.com';}window.location.reload()})(); 1718627440 4 days ago Thanks, that's even better than accessing old.reddit.com!
xatax 5 days ago I just checked and the cookie is actually redesign_optout. The value doesn't seem to matter - I just checked with value xyz and it worked.Here's the bookmarklet I use:javascript:(function(){const old_or_new = prompt("[O]ld or [N]ew?", "New");if (old_or_new.charAt(0).toUpperCase() == 'N') {document.cookie = 'redesign_optout=; Path=/; Domain=.reddit.com; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';} else {document.cookie = 'redesign_optout=true; Path=/; Domain=.reddit.com';}window.location.reload()})(); 1718627440 4 days ago Thanks, that's even better than accessing old.reddit.com!
I just checked and the cookie is actually redesign_optout. The value doesn't seem to matter - I just checked with value xyz and it worked.
Here's the bookmarklet I use:
javascript:(function(){const old_or_new = prompt("[O]ld or [N]ew?", "New");if (old_or_new.charAt(0).toUpperCase() == 'N') {document.cookie = 'redesign_optout=; Path=/; Domain=.reddit.com; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';} else {document.cookie = 'redesign_optout=true; Path=/; Domain=.reddit.com';}window.location.reload()})();
Thanks, that's even better than accessing old.reddit.com!