Gaia - Skip Flash Ads

Disable Flash ads or wait time if you have ABP

目前為 2014-07-17 提交的版本,檢視 最新版本

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

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

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