Simple, try to hide popups for DDG services.
Simple DuckDuckGo - No Popups by nwatham
Imported and mirrored from https://github.com/morenathan/user-css-simple/raw/main/simple-ddg-nopopups.user.css
Details
Authornwatham
LicenseBSD-2-Clause
Categoryduckduckgo.com
Created
Updated
Size423 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 Simple DuckDuckGo - No Popups
@namespace github.com/morenathan/user-css-simple
@version 1
@description Simple, try to hide popups for DDG services.
@author Nathan Middleton <nathan@aplace.us>
@license BSD-2-Clause
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
.badge-link,
#zero_click_wrapper {
display: none !important;
}
}