Legacy Twitter

Switches all twitter to legacy twitter.

目前为 2018-06-24 提交的版本。查看 最新版本

// ==UserScript==
// @name         Legacy Twitter
// @namespace    Azzu
// @version      1.0
// @description  Switches all twitter to legacy twitter.
// @author       Azzu
// @match        https://twitter.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    location.hostname = 'mobile.twitter.com';
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址