百度贴吧重定向

重定向其他百度贴吧域名到tieba.baidu.com

  1. // ==UserScript==
  2. // @name 百度贴吧重定向
  3. // @version 1.2
  4. // @author 火心
  5. // @description 重定向其他百度贴吧域名到tieba.baidu.com
  6. // @compatible chrome
  7.  
  8. // @include http://tieba.baidu.com.cn/*
  9. // @include http://tieba.baidu.cn/*
  10. // @include http://c.tieba.baidu.com/*
  11. // @include http://xingqu.baidu.com/*
  12. // @include http://v.tieba.com/*
  13. // @include http://v.tieba.baidu.com/*
  14. // @include http://1111.baidu.com/*
  15. // @include http://post.baidu.*
  16. // @include http://www.tieba.com/*
  17. // @include https://wapp.baidu.com/*
  18. // @include https://wefan.baidu.com/*
  19. // @include https://jump2.bdimg.com/*
  20. // @include http://anfudianshang.com/*
  21.  
  22.  
  23. // @run-at document-start
  24.  
  25. // @namespace https://gf.qytechs.cn/users/319402
  26.  
  27. // ==/UserScript==
  28.  
  29. if (window.location.host = "anfudianshang.com"){
  30. window.location.href = window.location.href.replace('anfudianshang.com/tieba_baidu_', 'tieba.baidu.com')
  31. }
  32. else{
  33. window.location.host = "tieba.baidu.com"
  34. }

QingJ © 2025

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