One thing

in
Subscribe to One thing 1 post, 1 voice

Avindra V.G. Scriptwright
FirefoxWindows

Exactly what you need to do, except change the id you're looking for to:

gamePage

so:

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

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel