Skip to content

Highlight duckduckgo.com Ads by ianoff

Screenshot of Highlight duckduckgo.com Ads

Details

Authorianoff

LicenseNo License

CategoryAds, Search Engine, DuckDuckGo.com

Created

Updated

Size759 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes DDG ads easier to spot at a glance.

Notes

Feel free to tweak the color scheme.

Source code

/* ==UserStyle==
@name           duckduckgo.com - May 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("duckduckgo.com") {
	body {
		--purple: rgb(147, 1, 155);
		--purple-trans: rgba(147, 1, 155, 0.07);
	}

	[data-testid="ad"] {

		background: var(--purple-trans);
		position: relative;
		border: var(--purple) 1px solid;
	}
	[data-testid="ad"]::before {
		background: white;
		border-radius: 10%;
		border: 1px solid var(--purple);
		color: var(--purple);
		content: "AD";
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		left: -10px;
		padding: 2px 4px;
		position: absolute;
		top: -10px;
		line-height: 1;
		z-index: 10000;
	}
}

Reviews

No reviews yet.