StackOverflow净化器

屏蔽某个智障用户Ciro Santilli

À partir de 2018-01-30. Voir la dernière version.

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

(function() {
    'use strict';
    $(function() {
        $('.user-info:contains(Ciro Santilli)').remove();
        $('.comment-user:contains(Ciro Santilli)').remove();
    });
})();
长期地址
遇到问题?请前往 GitHub 提 Issues。