try to take over the world!
// ==UserScript==
// @name 爱否类别隐藏
// @namespace http://tampermonkey.net/
// @version 0.3
// @description try to take over the world!
// @author yx
// @match http://www.aifou.cn/*
// @grant none
// ==/UserScript==
(function() {
//'use strict';
//C
$("img[src='//img002.fview.cn/aifou/Public/Pc/img/level/C.png']").parent().parent().hide();
//D
$("img[src='//img002.fview.cn/aifou/Public/Pc/img/level/D.png']").parent().parent().hide();
// Your code here...
})();