Firefox Add-Ons

Restores Twitter's old interface with GoodTwitter, an extension for Firefox and Chrome

Restores Twitter's old interface with GoodTwitter, an extension for Firefox and Chrome

You may remember my previous article about how to disable Twitter's new design. I had been using those tricks to avoid the new interface until yesterday when Twitter disabled the options for my account.

In case you are in the same boat, there's good news. There is an alternative way to get the legacy interface back. Here's how to do it.

GoodTwitter

GoodTwitter is an extension for Firefox and Chrome which restores Twitter's old interface. It is a new add-on but that is understandable considering that Twitter started to roll out the new design just recently. For those worried about the permissions, it is an open-source project, the source code is available at GitHub.

Take a look at the code, and you will see that the method it uses (which I have highlighted) to restore the old Twitter interface. It spoofs the user agent that is sent to Twitter which sees the browser as Internet Explorer. This essentially tricks Twitter to load the website in a design that is compatible with IE which is the old design.

Download GoodTwitter from the Firefox add-ons repository, or the Chrome Web Store. That's it, you don't have to do anything else. There are no settings to tinker with. I tested the extension in Microsoft Edge 77.0.223.0 and Mozilla Firefox 68.0.1, and it works fine.

Note that some functionality may be limited on the site as Twitter "thinks" the browser that is used is Internet Explorer.

Non add-on method

Now some of you may not want another add-on to make this work. I hear ya! All you need to do is configure your browser to spoof the user agent for Twitter.com.

As far as I can tell, Chrome doesn't have a permanent per-site user agent switch. The only method I know that does not involve the use of an extension is a temporary one, which uses the Developer Tools > Network Conditions > Set User Agent option. You're better off using GoodTwitter instead. If you are using a User Agent Switcher extension which allows site-specific settings, you can copy the user agent string from the method below.

Check out extensions such as Chameleon for Firefox or User Agent Switcher for Chrome mentioned here.

This trick is exclusive for Firefox users.

  1. Open a new tab, and type about:config. Hit enter and select the "I accept the risk" button. You know the drill
  2. Right-click anywhere in the tab, and select New > String.
  3. Paste the following text in the "Enter the preference name" field, and click ok: general.useragent.override.twitter.com
  4. In the "Enter string value" field, paste Mozilla/5.0 (Windows NT 9.0; WOW64; Trident/7.0; rv:11.0) like Gecko and hit ok.
  5. Refresh the Twitter tab (might have to do it a few times, try Ctrl + f5).

Chrome users may want to check out Google Chrome's powerful override feature.

Et voilà! The good old, usable interface is back. And we used the exact same trick that GoodTwitter uses.

Middle mouse button not working in Windows 10
The middle mouse button helps you scroll through long webpages and screens with a lot of data. If that stops, well you will end up using the keyboard ...
How to change Left & Right mouse buttons on Windows 10 PC
It's quite a norm that all computer mouse devices are ergonomically designed for right-handed users. But there are mouse devices available which are s...
Emulate Mouse clicks by hovering using Clickless Mouse in Windows 10
Using a mouse or keyboard in the wrong posture of excessive usage can result in a lot of health issues, including strain, carpal tunnel syndrome, and ...