Addicting Games - Skip Ad Before Game

By RunningBlind Last update Jul 26, 2009 — Installed 935 times.

There are 2 previous versions of this script.

// ==UserScript==
// @name           Addicting Games - Skip Ad Before Game
// @namespace      RunningBlind
// @description    Skips the ad played before a game loads on AddictingGames.
// @include        http://www.addictinggames.com/*
// ==/UserScript==

if (document.getElementById('gamePage')) {
    unsafeWindow.embedGameInDiv();
}