Suppress ads and sponsored links from Unsplash.com
Unsplash.com - Suppress ads by birdyoz
Details
Authorbirdyoz
LicenseNo License
CategoryUnsplash
Created
Updated
Size397 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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
}
}