Hide paid photos for easier browsing.
Hide Unsplash+ Photos by jrgrimshaw
Details
Authorjrgrimshaw
LicenseNo License
Categoryhttps://unsplash.com
Created
Updated
Size414 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 Hide Unsplash+ Photos
@version 20240629.16.47
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://unsplash.com") {
.aD8H3:has(.SBwXb.Azcq0) a, .aD8H3:has(.SBwXb.Azcq0) .wbgEz.C_yva {
display:none;
}
.aD8H3:has(.SBwXb.Azcq0)::before {
content: "Hidden Unsplash+ Photo";
border: 1px solid #eee;
color: #999;
padding: 10px;
font-size: 10px;
}
}