Hides upgrade button
Please no premium by boehs
Details
Authorboehs
LicenseNo License
Categoryquizlet
Created
Updated
Size658 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Please no premium
@version 20220927.04.43
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name quizlet.com - 10/12/2021, 9:42:44 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("quizlet.com") {
/* Insert code here... */
.s13arlv3,
.ClassPageBanner-card,
.n1xoao7y.m1pxhqs7 > div:nth-of-type(3) > a:nth-of-type(7),
.n1xoao7y.m1pxhqs7 > div:nth-of-type(3) > a:nth-of-type(8),
div.TopNavigation-contentRight > div:nth-of-type(1)
{
display: none !important;
}
}