tweakedtown

By wdelgenio Last update Aug 23, 2008 — Installed 190 times.
Script Summary:
fixes (completely removes) tweaktown's adblock detection
Recently Updated TopicsPosts
Archived Comments5

this script has 1 topic, 5 posts

This script has no reviews.

TweakTown http://www.tweaktown.com uses a small script to detect and combat Adblock Plus. It will direct you to a different page 10 seconds after you have loaded a page. I was irritated by this and decided to write my first greasemonkey script which turned out to be extremely simple.

A couple things I have learned:
  1. The actual window DOM element can be accessed in a greasemonkey script as unsafeWindow. This is where the page's javascript functions are defined.
  2. The greasemonkey script is run after the DOM has been loaded, so deleting a script DOM element will do nothing.