cleanYeahMailAds

clean mail.yeah

目前为 2022-08-24 提交的版本。查看 最新版本

// ==UserScript==
// @name         cleanYeahMailAds
// @namespace    https://coderntoes.club/sms
// @version      0.11
// @description  clean mail.yeah
// @author       [email protected]
// @match        mail.yeah.net/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=yeah.net
// @grant        none
// @run-at       document-body
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    var style = document.createElement('style');
    style.innerText = [
        '.nui-closeable,.tI0.txt-info{display:none!important}'
    ].join('')
    document.body.previousElementSibling.appendChild(style);
})();

QingJ © 2025

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