Skip to content

Dim/hide sponsored Amazon results by damenleeturks

Details

Authordamenleeturks

LicenseNo License

Categoryamazon,ads,

Created

Updated

Size850 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dim/hide sponsored Amazon Results

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dim/hide sponsored Amazon results
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Dim/hide sponsored Amazon Results
@author         @damenleeturks
@preprocessor stylus
@var          	range     	defaultOpacity 		"Default Opacity" 		[6, 0, 50, 1,'%']
@var          	range     	hoverOpacity 		"Hover Opacity" 		[60, 10, 100, 10,'%']
==/UserStyle== */
@-moz-document domain("amazon.com") {
	div[data-cel-widget*=safeframe],
	div[data-cel-widget*=creative],
	div[data-component-props*=Sponsored] {
		transition: opacity .15s ease-in-out;
		opacity: defaultOpacity !important;
		
	}
	div[data-cel-widget*=safeframe]:hover,
	div[data-cel-widget*=creative]:hover,
	div[data-component-props*=Sponsored]:hover {
		transition: opacity .25s ease-in-out;
		opacity: hoverOpacity !important;
	}
}

Reviews

No reviews yet.