字小一點 我看不到折價券了 - shopee.tw

2022/6/10 下午9:17:39

// ==UserScript==
// @name        字小一點 我看不到折價券了 - shopee.tw
// @namespace   Violentmonkey Scripts
// @match       https://shopee.tw/m/*
// @grant       GM_addStyle
// @version     1.0
// @author      bigiCrab
// @description 2022/6/10 下午9:17:39
// @license MIT
// ==/UserScript==

GM_addStyle ( `
    html {
        font-size: 10px;
    }
` );