NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name VnSweetDream Plugin // @namespace http://vnsweetdream.net/ // @version 1.0.1 // @description Plugin for VnSweetDream // @copyright 2015+, K. // @include http://www.vnsweetdream.net/* // @match http://www.vnsweetdream.net/* // @run-at document-end // @grant none // ==/UserScript== $(function(){ // Hidden Ads $('#main-content').find('.module:eq(0)').find('.box-content').remove(); });