JAjnajb
Quizizz Meme Killer by ahmadsulthan
Details
Authorahmadsulthan
LicenseNo License
Categoryhttps://quizizz.com/join/game
Created
Updated
Size363 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 Quizizz Meme Killer
@namespace USO Archive
@author jakeoid
@description `Removes memes from Quizizz.`
@version 20171019.2.5
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("quizizz.com") {
.achievement-image,
.meme-container {
display: none !important;
}
}