NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name xVTT remove ads // @namespace xVTT remove ads // @version 1.02 // @description remove top ads // @include http://www.xvtt.fr/* // @include https://www.xvtt.fr/* // @copyleft 2013+, lolo888 // ==/UserScript== document.body.removeChild(document.body.firstChild.parentNode.children[0]);