去nm的冒牌vue中文官网

重定向s马的冒牌vue中文官网到正版中文官网,并且移除中文官网的特别赞助(nm特别赞助的那个软件就是个废物,还不如vscode)

  1. // ==UserScript==
  2. // @name 去nm的冒牌vue中文官网
  3. // @description 重定向s马的冒牌vue中文官网到正版中文官网,并且移除中文官网的特别赞助(nm特别赞助的那个软件就是个废物,还不如vscode)
  4. // @namespace namespace
  5. // @include *www.vue3js.cn/*
  6. // @include *v3.cn.vuejs.org/*
  7. // @include *cn.vuejs.org/*
  8. // @version 1
  9. // @grant none
  10. // @author misaka10843
  11. // @require https://libs.baidu.com/jquery/2.1.4/jquery.min.js
  12. // @license GPL
  13. // ==/UserScript==
  14.  
  15. var url = document.domain;
  16. console.log(url)
  17. if(url == "www.vue3js.cn"){
  18. window.location.replace("https://v3.cn.vuejs.org/")
  19. }
  20. $(".special-sponsors").remove();
  21. $("#special").remove();

QingJ © 2025

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