Skip to content

Clean DuckDuckGo by ayes-web

Screenshot of Clean DuckDuckGo

Details

Authorayes-web

LicenseGPLv3

Categoryduckduckgo

Created

Updated

Code size534 B

Code checksum2c63b6f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes branding and other clutter from the search page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Clean DuckDuckGo
@author         ayes-web
@description    Removes branding and other clutter from the search page
@namespace      https://github.com/ayes-web/userstyles/raw/main/duckduckgo.user.css
@homepageURL    https://github.com/ayes-web/userstyles#clean-duckduckgo
@version        1.0.0
@license        GPLv3
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
    .footer, .js-header-aside, .js-serp-bottom-right, .feedback-prompt {
        display: none !important;
    }
}

Reviews

No reviews yet.