Reddit remove np.

redirects np.reddit.com links to regular reddit

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

  1. // ==UserScript==
  2. // @name Reddit remove np.
  3. // @namespace http://kmcdeals.com
  4. // @version 1
  5. // @description redirects np.reddit.com links to regular reddit
  6. // @author kmc - admin@kmcdeals.com
  7. // @match *://np.reddit.com/*
  8. // @grant none
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12.  
  13. window.location.host = 'reddit.com';