Simplify
◆THESAURUS.COM by syon
Details
Authorsyon
LicenseNo License
Categorythesaurus
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆THESAURUS.COM
@version 20230720.07.17
@namespace userstyles.world/user/syon
@description Simplify
@author syon
@license No License
==/UserStyle== */
@-moz-document domain("www.thesaurus.com") {
#root header nav[data-type="sites-menu"],
#root header ul[data-type="pages-menu"],
#root header [data-type="ribbon"],
#root main [data-type="sotd-with-ad-module"],
#root main [data-type="most-searched-words-module"],
#root main [data-type="thumbnail-list-module"],
#root main [data-type="signup-module"],
#root main [data-type="wotd-module"],
#root main [data-type="overused-words"],
#root main [data-type="ad-horizontal-module"],
#root main [data-type="browse-module"],
#root main [data-type="breadcrumbs"],
#root main [data-type="thesaurus-supplementary-content-card"],
#root main [data-type="thesaurus-antonyms-card"],
#root main [data-type="thesaurus-quiz-card"],
#root main [data-type="example-sentences-module"],
#root main [data-type="sotd-card"],
#root main section a[href^="https://www.dictionary.com"],
#root main > div > div > div > button,
#root main aside,
#root main .acw.ac-reset,
footer {
display: none !important;
}
#root header,
#root header form div {
background-color: initial;
}
form[data-type="global-search"] {
margin: 2em 0;
}
form[data-type="global-search"] #global-search {
font-family: monospace;
font-size: 20px;
}
#root main [data-type="two-column-layout"] {
justify-content: center;
}
#root main #related-words > div {
margin: 2em 0;
}
}