Skip to content

Unsplash.com - Suppress ads by birdyoz

Screenshot of Unsplash.com - Suppress ads

Details

Authorbirdyoz

LicenseNo License

CategoryUnsplash

Created

Updated

Size397 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Suppress ads and sponsored links from Unsplash.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           unsplash.com - Suppress ads
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Supress ads and sponsored links from Unsplash.com
@author         greg.bird.oz@gmail.com
==/UserStyle== */
@-moz-document domain("unsplash.com") {
	a[rel="sponsored"],
	div[data-test="AffiliatesGrid-Content"],
	.qeXTU {
		display: none
	}
}

Reviews

No reviews yet.