NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name off.net.mk // @namespace da // @description disable jwplayer on off.net.mk // @include https://off.net.mk/* // @include http://off.net.mk/* // @version 1 // @grant none // ==/UserScript== for(i = 0; i < document.getElementsByClassName('statija-media').length; i++){ jwplayer().remove(); }