Sleazy Fork is available in English.

妹子图

妹子图站广告过滤!

// ==UserScript==
// @name         妹子图
// @namespace    https://www.mzitu.com/
// @version      0.1
// @description  妹子图站广告过滤!
// @author       Leo
// @match        https://www.mzitu.com/*
// @grant        none
// @require      https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    // 隐藏广告
    $(".box").css("display", "none");
})();