中国农业大学学吧 自动修改为简体中文

自动将【中国农业大学学吧】 修改为简体中文

  1. // ==UserScript==
  2. // @name 中国农业大学学吧 自动修改为简体中文
  3. // @namespace Jia.ys
  4. // @version 1.0
  5. // @description 自动将【中国农业大学学吧】 修改为简体中文
  6. // @author Tosh
  7. // @include http://studybar.cau.edu.cn/?lang=en
  8. // @include http://studybar.cau.edu.cn/?lang=zh_tw
  9. // @require http://code.jquery.com/jquery-1.11.0.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. window.location.href = "http://studybar.cau.edu.cn/?lang=zh_cn";
  14. })();
  15.  
  16. // Hello my friend, this is my contact information, welcome to advise
  17. // Blog: https://www.cnblogs.com/rsmx/
  18. // GitHub: https://github.com/JiaYunSong
  19. // Date: 2020-12-19 17:29

QingJ © 2025

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