Skip to content

DuckDuckGo moyai logo by FlooferLand

Screenshot of DuckDuckGo moyai logo

Details

AuthorFlooferLand

LicenseNo License

Category*.duckduckgo.com

Created

Updated

Size917 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change's DDG's logo with a moyai. Wanted to change it with a troll face but couldn't because of DDG's content policy.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         duckduckgo.com
@version      20230813.14.39
@namespace    ?
==/UserStyle== */

@-moz-document domain("duckduckgo.com") {
:root {
    --logo-emoji: '🗿';
}

/* Search logo */
.header__logo, .js-logo-ddg {
    background-image: none !important;
}
.header__logo-wrap::after {
    content: var(--logo-emoji);
    transform: scale(180%);
    padding: 15pt;
}

/* Home page logo */
.home_minimalHeroLogo__kX4wR img, .home_logoHorizontal__9dMCq img {
    display: none;
}
.home_minimalHeroLogo__kX4wR::after, .home_logoHorizontal__9dMCq::after {
    display: block;
    content: var(--logo-emoji);
    transform: scale(500%);
    opacity: 100% !important;
    padding: 20pt;
}

/* The funny and hilarious */
.tagline_ctaText__nq824 a span {
    display: none;
}
.tagline_ctaText__nq824 a::after {
    content: "Help spread your mum's cheeks!" !important;
    text-decoration: underline;
}

}

Reviews

No reviews yet.