PDA

View Full Version : Javascript



Amarjit
02-08-2003, 09:27 PM
I found an article on cexx.org on using javascript to remove ads generated on youu website, then lost it.

What do I need to do to remove the ad generated by http://www.brasilsites.com at my URL http://www.kazaaliter.u2i.org?

Amarjit
02-09-2003, 01:39 PM
Anyone got any ideas?

mobboss01
02-09-2003, 10:32 PM
Hang in there for the answer. I can recall somewhat of a topic that was on this subject for geocities ads. I forgot who answered the question, but the answer had you edit the html in your source. For example, deleting the code that popped up the banner.

Amarjit
02-11-2003, 04:40 PM
Okay...

TClite
02-11-2003, 04:55 PM
Is this possible? the java script for the pop ups are seperate from your coding, I would have thought they werent available for editing....but im also interested if this is possible

VB
02-11-2003, 04:58 PM
Add the same functions as used to display those ads to your own code, but don't give them any actual function.

But that only works if your code is in front of the code that is inserted in your page.

TClite
02-11-2003, 05:02 PM
But that only works if your code is in front of the code that is inserted in your page.

thats what i figured, chances are though the adds will be placed first.....

paul...how would you go about viewing the source of java script pop ups?? just the usual view>source?

4play
02-11-2003, 05:05 PM
the javascript is added to your page after you upload it to there servers.

so i would add some tags in telling it not to use javascript. i think they are along the lines of <noscript>

two open and closed ones at the top and the bottom should work.

i think it does any way <_<

TClite
02-11-2003, 05:08 PM
i think they are along the lines of <noscript>


sounds good, can anyone give this a quick test?

Barbarossa
02-11-2003, 05:21 PM
from CEXX.org :-



To get rid of the ad, make the following modifications at the end of your homepage:
&nbsp; ...
</body>
</HTML>
<noscript><table bgColor="#ffffff"><td><font color="#ffffff"><plaintext>
...



This is quite old, but it has worked for me in the past.. There were stories of them scanning homepages and cancelling the accounts of users who did this, but it was never proven... (and never happened to me)

TClite
02-11-2003, 05:27 PM
<noscript><table bgColor="#ffffff"><td><font color="#ffffff"><plaintext>

would this totally remove the table, or simply leave it blank?

Amarjit
02-11-2003, 05:42 PM
I found the article that I once lost with the help of barbarossa.

Click here (http://www.cexx.org/geostain.htm) for the full article. However, this only applies to GeoCities, I am using web1000.

A similar article can be found here (http://www.cexx.org/adframes.htm).

Some scripts to remove ads:

http://www.canadaisgreat.com/geoad/

Also, I stumbled upon this the other day, haven't tested it yet:

http://www.noadsfor.us/