Addicting Games - Skip Ad Before Game

By RunningBlind Last update Jul 26, 2009 — Installed 480 times. Daily Installs: 1, 3, 4, 1, 0, 2, 2, 1, 1, 3, 0, 2, 2, 3, 2, 3, 2, 2, 0, 0, 4, 0, 1, 2, 2, 0, 0, 0, 0, 1, 6, 1

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();
}