nga 自动重定向

9/15/2022, 6:12:18 PM

  1. // ==UserScript==
  2. // @name nga 自动重定向
  3. // @namespace Violentmonkey Scripts
  4. // @match https://bbs.nga.cn/*
  5. // @match https://ngabbs.com/*
  6. // @grant none
  7. // @version 1.01
  8. // @author -
  9. // @description 9/15/2022, 6:12:18 PM
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. window.location.href = 'https://nga.178.com' + window.location.pathname + window.location.search;

QingJ © 2025

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