Hide Unsplash+ photos and related mentions on unsplash.com
A userscript that removes all Unsplash+ content from unsplash.com, including premium photos, promotional banners, and subscription mentions. This script helps users focus on freely available content by hiding paywalled images and related promotional material.
First, install a userscript manager:
Install the script (GreasyFork):
The script uses several methods to identify and hide Unsplash+ content:
The script uses a selectors object that contains two main categories:
const selectors = {
promoContent: [...], // Promotional content selectors
photoContent: [...] // Photo-related content selectors
};