// ==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 // @downloadURL https://update.greasyfork.icu/scripts/446311/%E5%AD%97%E5%B0%8F%E4%B8%80%E9%BB%9E%20%E6%88%91%E7%9C%8B%E4%B8%8D%E5%88%B0%E6%8A%98%E5%83%B9%E5%88%B8%E4%BA%86%20-%20shopeetw.user.js // @updateURL https://update.greasyfork.icu/scripts/446311/%E5%AD%97%E5%B0%8F%E4%B8%80%E9%BB%9E%20%E6%88%91%E7%9C%8B%E4%B8%8D%E5%88%B0%E6%8A%98%E5%83%B9%E5%88%B8%E4%BA%86%20-%20shopeetw.meta.js // ==/UserScript== GM_addStyle ( ` html { font-size: 10px; } ` );