Quizlet Text Enlargement

Enlarge text on the learn page of Quizlet

目前为 2021-07-04 提交的版本。查看 最新版本

// ==UserScript==
// @match        *://*.quizlet.com/*
// @name         Quizlet Text Enlargement
// @description  Enlarge text on the learn page of Quizlet
// @version 0.0.1.20210704205316
// @namespace https://gf.qytechs.cn/users/790368
// ==/UserScript==
for (let e of document.getElementsByClassName("FormattedText")) { e.style.fontSize == "50px"; }

QingJ © 2025

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