Gaia - Skip Flash Ads

Disable Flash ads or wait time if you have ABP

目前為 2015-01-25 提交的版本,檢視 最新版本

// ==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(e)
}