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://greasyfork.org/users/790368
// ==/UserScript==
for (let e of document.getElementsByClassName("FormattedText")) { e.style.fontSize == "50px"; }