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';