NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Anti addsbox Animeflv // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author CHA0S14 // @match http://animeflv.net/* // @grant none // @require none // ==/UserScript== $(document).ready(function(){ //$("#contenedor").show();$("#adbl").hide(); if(!$('#HdDvr').prop('checked') && !$('#Hd-Top').prop('checked')) { $('.fa-times').click(); } });