WebHostingTalk Skyscraper and right toolbar blocker

By WHTSkyBlocker Last update Nov 14, 2006 — Installed 388 times.
Script Summary:
Webhostingtalk annoyance blocker.

This script has no discussions.

start the discussion

This script has no reviews.

WebHostingTalk Skyscraper ad and right toolbar blocker works in Firefox with Greasemonkey and Opera

here are directions for opera:

First make a folder somewhere on your PC and call it OperaCustom(or anything) in notepad (or text editor) put this:

var my_tds=document.getElementsByTagName(‘TD’); for (var i=0;i<my_tds>

Save it as SkyBlock.user.js, remember if using notepad to put the filename as “SkyBlock.user.js” with the quotes and it won’t add .txt to the end

Go to Opera: Tools -> Preferences Open Advanced Tab Manage Site preferences Add button, name site webhostingtalk.com(or www.webhostingtalk.com) then go to Scripting tab select the FOLDER you made containing the SkyBlock.user.js

the opera code is not complete here, you may wish to download the FireFox version and do a copy and paste