Skip to content

No Ads for duckduckgo by Maeti

Screenshot of No Ads for duckduckgo

Details

AuthorMaeti

LicenseNo License

Categoryduckduckgo.com

Created

Updated

Size402 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides ads and removes footer.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           duckduckgo.com - Mar 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://duckduckgo.com/") {
[data-layout="ad"] {
    display: none !important;
}
    .footer {
    display: none !important;
}
#bottom_spacing2 {
    display: none !important;
}
}

Reviews

No reviews yet.