[Greasemonkey] Atom Films Ad Skipper
Paul Jobson
paul at jobson.us
Tue Jun 7 16:13:20 EDT 2005
This is a super simple user script for skipping the pre-video ads on
AtomFilms.com. I hadn't been to AtomFilms for awhile, went there to
check out "Saving Ryan's Privates", a very funny spoof on a famous film.
Normally you need to wait 30 seconds or so, before the film loads ..
not any more!
Have fun.
Paul
// ==UserScript==
// @name Atom Films Ad Skipper
// @description Skips video ads.
// @include http://atomfilms.com*
// @include http://www.atomfilms.com*
// @exclude
// ==/UserScript==
(function() {
try {
if(errorDuration) {
clearTimeout(errorTimeout);
errorTimeout = setTimeout("errorCheck()",1);
}
} catch(e) {}
})();
--
"If you're frightened of dieing and you keep trying to hold on you'll
see devils tearing your life away. If you've made your peace then the
devils are really angels, freeing you from the earth."
More information about the Greasemonkey
mailing list