萌娘百科黑幕转粉幕,删除线变下划线(改)

萌娘百科黑幕转粉幕,删除线变下划线,黑幕是真的影响阅读.本来是想完全删除,但是这样就看不出是不是特殊吐槽了,就添加了粉幕,这样既能做到提示又能不影响阅读.

目前为 2020-10-02 提交的版本。查看 最新版本

// ==UserScript==
// @name         萌娘百科黑幕转粉幕,删除线变下划线(改)
// @namespace    https://huangcy.top
// @author       qrqhuang
// @version      0.2
// @description  萌娘百科黑幕转粉幕,删除线变下划线,黑幕是真的影响阅读.本来是想完全删除,但是这样就看不出是不是特殊吐槽了,就添加了粉幕,这样既能做到提示又能不影响阅读.
// @match        http*://zh.moegirl.org/*
// @match        http*://mzh.moegirl.org/*
// @match        http*://zh.moegirl.org.cn/*
// @match        http*://mzh.moegirl.org.cn/*
// @note         2020-08-05 0.2 移除jquery依赖 + 适配'.org.cn' 国内站点
// ==/UserScript==

(function () {
    document.querySelectorAll('.heimu').forEach(e => e.style.backgroundColor = '#ff99ff');
    document.querySelectorAll('.heimu a').forEach(e => e.style.backgroundColor = '#ff99ff');
    document.querySelectorAll('a .heimu').forEach(e => e.style.backgroundColor = '#ff99ff');
    document.querySelectorAll('del').forEach(e => e.style.textDecoration = 'underline');
})();

QingJ © 2025

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