Gaia - Skip Flash Ads

Disable Flash ads or wait time if you have ABP

Fra 25.01.2015. Se den seneste versjonen.

// ==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.3
// @grant       none
// ==/UserScript==

try {
var adWrapperHTML = document.getElementById('gamerollhtml');
crunchy.remove();

var flashWrapperHTML = document.getElementById('gamerollgame');
crunchComplete.style="display:block;"
}
catch (e) {
console.log('Error: was not able to process Flash space: '+e)
}