您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Oscurece parcialmente el contenido patrocinado en Amazon sin eliminarlo
This Tampermonkey script helps visually identify sponsored content on Amazon without completely removing it. Instead of removing ads, it partially dims them, allowing users to decide whether they want to interact with the content or not.
Visual Dimming
Smart Detection
Compatibility
Prerequisites
Installation Steps
1. Open Tampermonkey Dashboard
2. Click 'Create new script'
3. Copy and paste the complete code
4. Save with Ctrl+S or ⌘+S
Dimming Opacity
.sponsored-content-dimmed::before {
background-color: rgba(0, 0, 0, 0.7); /* Adjust last number */
}
Badge Color
.sponsored-badge {
background-color: #ff9900; /* Change color */
}
Displayed Text
.sponsored-content-dimmed::before {
content: "Your Text Here";
}
Transition Speed
.sponsored-content-dimmed::before {
transition: opacity 0.3s ease; /* Adjust time */
}
Hover Transparency Level
.sponsored-content-dimmed:hover::before {
opacity: 0.3; /* Adjust value between 0 and 1 */
}
Some Ads Not Dimming
Legitimate Elements Being Dimmed
Performance Issues
1. Configuration and Styles
2. Detection Functions
3. Processing Functions
4. Observer and Event Listeners
Recommended Usage
Maintenance
MIT License - Free use and modification
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址