百度云不限速,支持一下嘛

提供百度云不限速,最新,没有失效哦,目前最新的方法

  1. // ==UserScript==
  2. // @name 百度云不限速,支持一下嘛
  3. // @namespace ht
  4. // @description 提供百度云不限速,最新,没有失效哦,目前最新的方法
  5. // @version 2.7
  6. // @author Your Name
  7. // @match *://*/*
  8. // @grant none
  9. // ==/UserScript==
  10. (function() {
  11. 'use strict';
  12. // 添加一个按钮
  13. var button = document.createElement('button');
  14. button.innerHTML = '免费资源';
  15. button.style.position = 'fixed';
  16. button.style.right = '20px';
  17. button.style.bottom = '20px';
  18. button.style.zIndex = '9999';
  19. button.style.padding = '10px';
  20. button.style.backgroundColor = '#ff0000';
  21. button.style.color = '#ffffff';
  22. button.style.border = 'none';
  23. button.style.borderRadius = '5px';
  24. button.style.cursor = 'pointer';
  25. document.body.appendChild(button);
  26. // 当按钮被点击时,打开免费资源网站
  27. button.addEventListener('click', function() {
  28. window.open('https://rwcc.xyz/');
  29. });
  30. })();

QingJ © 2025

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