BUY WITHOUT HESITATION FOR TAOBAO

BUY WITHOUT HESITATION

  1. // ==UserScript==
  2. // @name BUY WITHOUT HESITATION FOR TAOBAO
  3. // @namespace http://i0.md
  4. // @version 0.1
  5. // @description BUY WITHOUT HESITATION
  6. // @author ieb
  7. // @match https://h5.m.taobao.com/cart/order.html*
  8. // @grant none
  9. // ==/UserScript==
  10. function test() {
  11. var cfa = document.querySelectorAll(".cell.fixed.action");
  12. if (cfa.length === 0) setTimeout(test, 100);
  13. cfa[0].click();
  14. }
  15. (function() {
  16. 'use strict';
  17. test();
  18. // Your code here...
  19. })();

QingJ © 2025

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