Minimal DuckDuckGo
Minimal DuckDuckGo @Lulu by lushangorgin
Details
Authorlushangorgin
LicenseNo License
Categoryduckduckgo.com
Created
Updated
Size708 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 Minimal DuckDuckGo @Lulu
@version 20240519.03.55
@namespace https://userstyles.world/user/lushangorgin
@description Minimal DuckDuckGo
@author lushangorgin
@license No License
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
* {
font-family: Cantarell !important;
}
/* Hide "Share Feedback" button in bottom right corner */
.serp__bottom-right.js-serp-bottom-right {
display: none;
}
/* Hide footer */
div.footer {
display: none !important;
}
/* Hide "News" from toolbar */
a[data-testid="tab-label-news"] {
display: none !important;
}
/* Hide right sidebar */
section[data-area="sidebar"] {
display: none !important;
}
}