hides all the visual noises. makes taking the occasional quiz i see on tumblr way less annoying lol
uQuiz Tweaks by lesboy
Details
Authorlesboy
LicenseNo License
Categoryuquiz
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
makes most stuff not display. cleans it all up tbh
Source code
/* ==UserStyle==
@name uquiz tweaks
@namespace github.com/openstyles/stylus
@version 6.9
@description uquiz tweaks lol
@author noelle @transbimbozone
==/UserStyle== */
@-moz-document domain("uquiz.com") {
:root {
scrollbar-width: thin;
}
div.quiz_table div.side_bar, .trending_header, .cc-color-override--1124422254.cc-window, div.quiz_start_content div#startquiz_right div.links a.privacy_policy_link, div#footer_wrapper.mobile_friendly, #rating_placeholder, div#results_makeownquiz, div#show_suggestions_tab, div#result_share_wrapper div.copyable_share_url label, div#result_comparison p.heres_how_you_compare { display: none !important; }
.result_share_button.large_share_button.share_facebook, .result_share_button.share_more { display: none !important; }
ul.header_main_menu { display: none !important; }
[class="quiz_discovery_container"] { display: none !important; }
div#header_full_width.mobile_friendly div.header {
padding: 8px !important; }
div#mobile_menu_wrapper div.copyright_notice { display: none !important; }
/* Dark */
/*
body, [id="quiz_wrapper"] {
background-color: #161616 !important; }
*/
}