百度贴吧重定向

重定向各类同素异形体到更科学的主域名tieba.baidu.com

  1. // ==UserScript==
  2. // @name 百度贴吧重定向
  3. // @version 1.2.4
  4. // @namespace malu2335
  5. // @author malu2335
  6. // @description 重定向各类同素异形体到更科学的主域名tieba.baidu.com
  7. // @match http://tieba.baidu.com.cn/*
  8. // @match http://tieba.baidu.cn/*
  9. // @match http://post.baidu.*
  10. // @match http://xingqu.baidu.com/*
  11. // @homepageURL https://gf.qytechs.cn/scripts/467528
  12. // @match http://dq.tieba.com/*
  13. // @match https://www.tieba.com/*
  14. // @license MIT
  15.  
  16. // @run-at document-start
  17. // ==/UserScript==
  18.  
  19. //目前发现以下同素异形体
  20. //http://tieba.baidu.com.cn
  21. //http://tieba.baidu.cn
  22. //http://post.baidu.cn
  23. //http://post.baidu.com
  24.  
  25. document.location.host = "tieba.baidu.com";

QingJ © 2025

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