Twitter to Mobile

Just converting the twitter.com to mobile version...(except for sharing something)

Tính đến 07-06-2019. Xem phiên bản mới nhất.

// ==UserScript==
// @name         Twitter to Mobile
// @version      0.2.1
// @description  Just converting the twitter.com to mobile version...(except for sharing something)
// @author       Alex.nfo
// @include      *://twitter.com/*
// @exclude      *://twitter.com/intent/*
// @exclude      *://twitter.com/share*
// @grant        none
// @run-at       document-start
// @namespace https://greasyfork.org/users/232915
// ==/UserScript==

//Thanks for installing script.
//Twitter has officially added a feature of changing UI from hamburger menu.
//Check the script page to know more.

(function() {location.host = "m.twitter.com";})();