twitter.js - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
witter.js
---
1 (function() {
2 if (window.location.href.search('://twitter.com/') != -1) {
3 window.location.href = window.location.href.replace('://twitter.com/', '://mobile.twitter.com/');
4 }
5 })();