蝦皮清空購物車

蝦皮自動清空購物車

// ==UserScript==
// @name         蝦皮清空購物車
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  蝦皮自動清空購物車
// @author       You
// @match        https://shopee.tw/cart
// @icon         https://www.google.com/s2/favicons?sz=64&domain=shopee.tw
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    setTimeout(function(){document.querySelectorAll('.RCd1Gx')[0].click();},1000);
    setTimeout(function(){window.location.reload();},1100);
    
})();

QingJ © 2025

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