Reddit Old Layout

Forces usage of the old reddit version

目前為 2018-08-17 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Reddit Old Layout
// @namespace    9bf36c681d35d52913b3bda74ddf6127318ed7b0
// @version      0.1
// @description  Forces usage of the old reddit version
// @author       
// @match        https://www.reddit.com/*
// @match        https://reddit.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

(function () {
    'use strict';
    top.location.hostname = "ps.reddit.com";
})();

/*