How to redirect twitter URL's to mobile.twitter.com?

8

I like browsing with Javascript disabled, and Twitter does not work without Javascript. This means all the links people give to regular Twitter URL's break without Javascript installed.

I'd like to redirect these url's to mobile.twitter.com, which works fine without Javascript, but mobile.twitter.com doesn't use the same URL structure (no hashbangs).

Is there a simple tool I can use to redirect twitter.com URL's to mobile.twitter.com?

Kevin Burke

Posted 2012-02-27T02:51:13.570

Reputation: 809

1This seems very doable with a userscript. – iglvzx – 2012-02-27T03:07:47.230

Answers

2

Though not an ideal solution, what I have done before is install a user agent faker/switcher plugin. Then configure to either iOS or Android. So long as the server (website that is visited) has been configured properly it should be redirected to the mobile version of the hyperlink. Unfortunately, far as I've seen, settings are global & lack site specific configuration. So the plugin will have to be disabled or a different browser used. When it is desired to browse in desktop mode.

Two possible candidates;
Chrome: User-Agent Switcher
Firefox: User Agent Switcher

Terus

Posted 2012-02-27T02:51:13.570

Reputation: 193