Greasy Fork

来自缓存

开源中国动弹,毛玻璃改隐藏

毛玻璃就是垃圾,脑残的设计

// ==UserScript==
// @name         开源中国动弹,毛玻璃改隐藏
// @namespace    http://www.emaiqi.com
// @version      0.2
// @description  毛玻璃就是垃圾,脑残的设计
// @author       麦琪
// @match        https://*.oschina.net/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    $(function(){
        $('body').append('<style>.blocked{display:none !important}</style>')
    })
})();