SourceForge promotion content toner

Toning down the vividness of promotion content helps reduce their potential interference

目前為 2023-06-13 提交的版本,檢視 最新版本

// ==UserScript==
// @name         SourceForge promotion content toner
// @namespace    github.com/qzlin/sourceforge-promotion-toner
// @version      0.1
// @description  Toning down the vividness of promotion content helps reduce their potential interference
// @author       Q.Z.Lin
// @match        https://sourceforge.net/*
// @icon         https://icons.duckduckgo.com/ip2/sourceforge.net.ico
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    document.querySelectorAll(".trunc-eligible").forEach(e => { e.style = "background: grey;" })
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址