Greasy Fork is available in English.

Quizlet Show Hidden Flashcards

Show the hidden flashcards in Quizlet without logging in.

Від 12.05.2021. Дивіться остання версія.

Автор
hacker09
Рейтинги
0 0 0
Версія
0.0.3
Створено
24.03.2021
Оновлено
12.05.2021
Ліцензія
Н/Д
Відноситься до


How to Install scripts? (Click here)


List of Features:

1 Show the hidden flashcards in Quizlet without logging in.
2 Remove the login box on the bottom of the FlashCards page.

List of OPTIONAL Features:

1 Disable the Reading function on flashcards.
2 Remove the :
Big Flashcards in the top.
User name that created the quiz.
Tags related to the quiz set.
Top blue navigation menu.
"THIS SET IS OFTEN IN FOLDERS WITH..." box.
Needlessly big footer.
Stick footer banner.

*On the beginning of the script codes 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