CHA0S14 / Anti addsbox Animeflv

// ==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();
    }
});