Simplify
◆THESAURUS.COM by syon
Details
Authorsyon
LicenseNo License
Categorythesaurus
Created
Updated
Size605 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 ◆THESAURUS.COM
@version 2023.12.21
@namespace userstyles.world/user/syon
@description Simplify
@author syon
@license No License
==/UserStyle== */
@-moz-document domain("www.thesaurus.com") {
nav[aria-label="Switch Site"],
ul[aria-label="Pages Menu"],
[data-linkname="ribbon-click"],
[data-type="thesaurus-page-navigation-module"],
[data-type="thesaurus-headword-module"] > p {
display: none !important;
}
[data-type="global-search"] {
padding-top: 28px;
}
main[data-type="page"] > div > div {
border: 0 !important;
}
}