// ==UserScript==
// @name          IGN Interstitial Skip
// @description   Automatically bypass interstitial ads on IGN-owned sites
// @namespace     http://www.gozer.org/mozilla/greasemonkey/
// @include       *
// ==/UserScript==

if(document.forward_form)
  document.forward_form.submit();
