NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name MichaelJordan // @namespace http://tampermonkey.net/ // @version 1.0 // @description try to take over the world! // @author MichaelJordan // @match https://www.telecinco.es/secret-story/vota-ganador_18_3303048971.html // @icon https://www.google.com/s2/favicons?sz=64&domain=telecinco.es // @grant none // @license MIT // @run-at document-end // ==/UserScript== (function() { 'use strict'; //yo prefiero que ganse sebastien jajejaej alert("Sebastien el ganador"); console.log("si fuera sebastien el ganador"); })();