// ==UserScript== // @name 开源中国动弹,防黑名单屏蔽 // @namespace http://www.yurunsoft.com/ // @version 0.1 // @description 没事做着玩 // @author 宇润 // @match https://www.oschina.net/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; $(function(){ $('body').append('') }) })();