Gaia - No Flash Waiting

Disable Flash ads or wait time if you have ABP

Versión del día 17/7/2014. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name        Gaia - No Flash Waiting
// @namespace   GaiArch_v3
// @description Disable Flash ads or wait time if you have ABP
// @match     http://*.gaiaonline.com/launch/*
// @version     v1.0.0
// @grant       none
// ==/UserScript==

var crunchy = document.getElementById('crunchyroll_container');
crunchy.remove();

var crunchComplete = document.getElementById('crunchyroll_on_complete');
crunchComplete.style="display:block;"