Reddit remove np.

redirects np.reddit.com links to regular reddit

当前为 2015-12-27 提交的版本,查看 最新版本

// ==UserScript==
// @name         Reddit remove np.
// @namespace    http://kmcdeals.com
// @version      1
// @description  redirects np.reddit.com links to regular reddit
// @author       kmc - [email protected]
// @match        *://np.reddit.com/*
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

window.location.host = 'reddit.com';