Quizlet Show Hidden Flashcards

Show the hidden flashcards and the first explanation in Quizlet without logging in.

目前為 2025-06-24 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
hacker09
評價
0 0 0
版本
26
建立日期
2021-03-24
更新日期
2025-06-24
尺寸
2.9 KB
授權條款
未知
腳本執行於


How to Install scripts? (Click here)


If you like my work, please consider supporting it! (Cryptos / Patreon / Ko-Fi / BuyMeACoffee https://cyber-sec0.github.io)

By default, Quizlet only shows 10 flashcards, but with the script, you can see all flashcards in the set/page.

Scroll the page down a little bit and wait for the script to work (it takes less than 1 second), and when the script finishes its job, it will automatically scroll the page up for you.

This script also works on Kiwi Browser.

List of OPTIONAL Features:

1 Disable the Reading function on flashcards.
2 Remove the :
Top menu
Stick footer banner
Sign Up Box and the white overlay above this box,
The user name that created the quiz,
Footer
Big flashcards box
Related questions below all the cards
Title of the card set
Study/play columns below the big Flash Cards box
Ads in between card rows
Star and voice buttons
Wants to learn this set quickly? question box below all card rows
"Save time with an expert" message

*At the beginning of the script code, you will see this

var DisableReading = true; //If true, the Reading function will be disabled
var RemoveNeedlessThings = true; //If true, the Needless Things will be removed

By default, all optional features are enabled. To disable them, just replace true with false on DisableReading and/or on RemoveNeedlessThings.
Example: (if you want to disable all OPTIONAL features.)

var DisableReading = false; //If true, the Reading function will be disabled
var RemoveNeedlessThings = false; //If true, the Needless Things will be removed


*If both of them are true, the star and voice buttons will be replaced with the number of the current flashcard row.