百度贴吧域名重定向

将百度贴吧的其他域名重定向至“tieba.baidu.com”。

  1. // ==UserScript==
  2. // @name 百度贴吧域名重定向
  3. // @namespace https://gf.qytechs.cn/users/1204387
  4. // @version 0.1.8
  5. // @description 将百度贴吧的其他域名重定向至“tieba.baidu.com”。
  6. // @author Gentry Deng
  7. // @match http*://14.215.177.221/*
  8. // @match http*://182.61.201.157/*
  9. // @match http*://live.baidu.com/f/*
  10. // @match http*://live.baidu.com/f?*
  11. // @match http*://live.baidu.com/home/*
  12. // @match http*://live.baidu.com/p/*
  13. // @match http*://nani.baidu.com/*
  14. // @match http*://c.tieba.baidu.com/*
  15. // @match http*://*.tieba.baidu.com/f/*
  16. // @match http*://*.tieba.baidu.com/f?*
  17. // @match http*://*.tieba.baidu.com/home/*
  18. // @match http*://*.tieba.baidu.com/p/*
  19. // @match http*://tiebac.baidu.com/*
  20. // @match http*://wefan.baidu.com/*
  21. // @match http*://youhua.baidu.com/*
  22. // @match http*://jump.bdimg.com/*
  23. // @match http*://jump*.bdimg.com/*
  24. // @match http*://www.tieba.com/*
  25. // @exclude http*://jump*.bdimg.com/safecheck/*
  26. // @icon https://tb3.bdstatic.com/public/icon/favicon-v2.ico
  27. // @grant none
  28. // @run-at document-start
  29. // @license MIT
  30. // ==/UserScript==
  31.  
  32. (function () {
  33. 'use strict';
  34.  
  35. if (location.hostname != "tieba.baidu.com") {
  36. window.location.hostname = "tieba.baidu.com";
  37. }
  38. })();

QingJ © 2025

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