StackOverflow净化器

屏蔽某个智障用户Ciro Santilli

目前為 2017-08-12 提交的版本,檢視 最新版本

// ==UserScript==
// @name         StackOverflow净化器
// @namespace    https://gist.github.com/EternalPhane/
// @version      0.1
// @description  屏蔽某个智障用户Ciro Santilli
// @author       EternalPhane
// @include      /^https?:\/\/stackoverflow\.com\//
// ==/UserScript==

(function() {
    'use strict';
    $(function() {
        $('.user-info:contains(Ciro Santilli)').remove();
    });
})();

QingJ © 2025

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