| Script Summary: fixes (completely removes) tweaktown's adblock detection |
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:
A couple things I have learned:
- The actual window DOM element can be accessed in a greasemonkey script as unsafeWindow. This is where the page's javascript functions are defined.
- The greasemonkey script is run after the DOM has been loaded, so deleting a script DOM element will do nothing.

