NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/users/almunng // @name mundokodi.com // @description Ocultar objetos molestos // @copyright 2023, almunng (https://openuserjs.org/users/almunng) // @license OSL-3.0 // @version 0.0.1 // @include https://mundokodi.com/* // @grant none // ==/UserScript== // ==OpenUserJS== // @author almunng // ==/OpenUserJS== (function() { 'use strict'; // Your code here... document.getElementById('obj2lx_660971').style.display = 'none'; })();