Reddit remove np.

redirects np.reddit.com links to regular reddit

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

QingJ © 2025

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