NMacDirectDownload

跳过 NMac 的多余下载引导页面

  1. // ==UserScript==
  2. // @name NMacDirectDownload
  3. // @description Skip NMac download page.
  4. // @description:zh-CN 跳过 NMac 的多余下载引导页面
  5. // @author ladit
  6. // @version 1.0.2
  7. // @namespace https://gf.qytechs.cn/zh-CN/scripts/369453
  8. // @homepageURL https://github.com/ladit/Userscripts
  9. // @supportURL https://github.com/ladit/Userscripts
  10. // @grant none
  11. // @run-at document-end
  12. // @match https://nmac.to/dl/*
  13. // @match https://nxmac.com/dl/*
  14. // ==/UserScript==
  15.  
  16.  
  17. window.location.replace(document.querySelector('a.btn.btn-medium.btn-block').href);

QingJ © 2025

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