您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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 (GitHub):
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
};