Skip to content

Instantly share code, notes, and snippets.

@KevSlashNull
Created July 19, 2019 11:29
Show Gist options
  • Save KevSlashNull/cc81329bbc0b0967f5d6202b8e581a00 to your computer and use it in GitHub Desktop.
Save KevSlashNull/cc81329bbc0b0967f5d6202b8e581a00 to your computer and use it in GitHub Desktop.

How to Go Back to the Old Twitter

You also think that the new Twitter doesn‘t look as good as the old one? Here‘s your guide to go back to the old Twitter.

1. Open your browser console

Chrome

2. Open the Console

3. Enter this command

The command will remove the cookie rweb_optin which will no longer load the new Twitter.

document.cookie = "rweb_optin=on; expires=" + new Date(Date.now() - 1000).toGMTString() + "; path=/; domain=.twitter.com";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment