Quizlet Show Hidden Flashcards

Show the hidden flashcards in Quizlet without logging in.

目前为 2021-03-24 提交的版本。查看 最新版本

作者
hacker09
评分
0 0 0
版本
0.0.1
创建于
2021-03-24
更新于
2021-03-24
大小
2.7 KB
许可证
暂无
适用于

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.
3 Remove the user name that created the quiz.
4 Remove the tags related to the quiz set.
5 Remove the top blue navigation menu.
6 Remove everything inside the "THIS SET IS OFTEN IN FOLDERS WITH..." box.
7 Remove the needlessly big footer.

*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