// ==UserScript== // @name 去nm的冒牌vue中文官网 // @description 重定向s马的冒牌vue中文官网到正版中文官网,并且移除中文官网的特别赞助(nm特别赞助的那个软件就是个废物,还不如vscode) // @namespace namespace // @include *www.vue3js.cn/* // @include *v3.cn.vuejs.org/* // @include *cn.vuejs.org/* // @version 1 // @grant none // @author misaka10843 // @require https://libs.baidu.com/jquery/2.1.4/jquery.min.js // @license GPL // @downloadURL https://update.greasyfork.icu/scripts/436760/%E5%8E%BBnm%E7%9A%84%E5%86%92%E7%89%8Cvue%E4%B8%AD%E6%96%87%E5%AE%98%E7%BD%91.user.js // @updateURL https://update.greasyfork.icu/scripts/436760/%E5%8E%BBnm%E7%9A%84%E5%86%92%E7%89%8Cvue%E4%B8%AD%E6%96%87%E5%AE%98%E7%BD%91.meta.js // ==/UserScript== var url = document.domain; console.log(url) if(url == "www.vue3js.cn"){ window.location.replace("https://v3.cn.vuejs.org/") } $(".special-sponsors").remove(); $("#special").remove();