Nexus: Fix SkyrimSE links

Redirects nexusmods.com/skyrimse/xxx to the right site.

  1. // ==UserScript==
  2. // @name Nexus: Fix SkyrimSE links
  3. // @description Redirects nexusmods.com/skyrimse/xxx to the right site.
  4. // @namespace llinstant
  5. // @include http://www.nexusmods.com/skyrimse/*
  6. // @version 1
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10. var url = window.location.href;
  11. url = url.replace("/skyrimse/", "/skyrimspecialedition/");
  12. window.location = url;

QingJ © 2025

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