Quizlet Text Enlargement

Enlarge text on the learn page of Quizlet

נכון ליום 04-07-2021. ראה הגרסה האחרונה.

// ==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"; }