وجدت صفحة على الانترنت يضع فيها عدد من اكواد الجافا سكريبت لازاله الاعلانات المزعجه قد تفيد البعض ممن يضع صور او شرح او ملفات وازعجته الاعلانات

تنبية البعض يحذر من استخدام هذه الاكواد لانه لو اكتشف انك تستخدمها سيتم ازاله موقعك (زين انه مجاني بس)

حاولت ارتبها وان شاء الله تظهر في المنتدى بشكل جيد

.TK
Put this between the <HEAD> and </HEAD> tags on your first page to remove the annoying popup.
We have three ways of doing this, the first one before the hash line makes your real url visible to visitors, the second lets you control the popup window, the third closes the window after a set amount of time.

كود PHP:
<!-- ############# Num 1 ############# -->
<!-- BannerKilla FATAL-TERROR -->
<
Script>
    if (
window.top != window.self) { window.top.location=window.self }
</script>

<!-- ############# Num 2 ############# -->
<!-- BannerKilla , FATAL-TERROR -->
<Script>
    subwin = window.open("http://YourHost.com/YourAccount/PopupPage","subwindow","height=100,width=486");
</Script>

<!-- ############# Num 2 ############# -->
<!-- BannerKilla , FATAL-TERROR -->
<script language="JavaScript">
    setup='toolbar=no,location=no,directories=no,status=no,menubar=no,width=200,height=150'
    setup += 'scrollbars=no,resizable=no'
    pop = window.open ("","subwindow",setup)
    pop.document.write('<head>');
    pop.document.write('<Title>');
    <!-- This is the title to change for on the new window you open -->
    pop.document.write('C4r0|yn W0r|d');
    pop.document.write('</Title>');
    pop.document.write('<script language="javascript">');
    pop.document.write('setTimeout(');
    pop.document.write('"self.close()');
    <!-- This is the line to change for how long the window is open -->
    <!-- Its milliseconds , so 5000 is 5 seconds, 1000 is 1 second. -->
    pop.document.write(';",5000)');
    pop.document.write('</');
    pop.document.write('script>');
    pop.document.write('</head>');
    <!-- This changes the colour of the main background.             -->
    pop.document.write('<body bgcolor=#FFFF80>');
    <!-- This is the actual content of the window you are opening    -->
    pop.document.write('<center><h3>Dont forget to visit</h3></center>');
    pop.document.write('<center><h3><a href="http://fatalterror.tripod.com" target="_blank">FATAL-TERROR</a></h3></center>');
    pop.document.write('<center><h6>For all your BannerKillers :)</h6></center>');
    pop.document.write('</body>');
</script> 

50 Megs.com

Put this between the <HEAD> and <TITLE> tags on all your pages.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
NOSCRIPT>
<!-- <
BODY> -->
</
NOSCRIPT
Angelfire

Make sure that the eval line all goes on one line, and place this above the <HTML> tag. Also, make sure your advert type is set to Popop.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
script language="Javascript">
<!-- 
eval(
unescape('%66%75%6E%63%74%69%6F%6E%20%53%63%72%65%65%6E%49%74%28%75%72%6C%2C%6E%61%6D%65%2C%70%61%72%6D%29%7B%0D%0A%69%66%28%75%72%6C%2E%69%6E%64%65%78%4F%66%28%22%2F%73%79%73%2F%70%6F%70%75%70%5F%73%6F%75%72%63%65%2E%73%68%74%6D%6C%3F%43%61%74%65%67%6F%72%79%3D%22%29%21%3D%2D%31%29%20%72%65%74%75%72%6E%20%66%61%6C%73%65%3B%0D%0A%72%65%74%75%72%6E%20%77%69%6E%64%6F%77%2E%58%6F%70%65%6E%28%75%72%6C%2C%6E%61%6D%65%2C%70%61%72%6D%29%3B%0D%0A%7D%0D%0A%77%69%6E%64%6F%77%2E%58%6F%70%65%6E%3D%77%69%6E%64%6F%77%2E%6F%70%65%6E%3B%20%20%77%69%6E%64%6F%77%2E%6F%70%65%6E%3D%53%63%72%65%65%6E%49%74%3B'));
//-->
</script> 
Dencity
Surround their banner code with the tags provided.Frame.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
noscript>Their Banner Code Here</noscript
Cjb.Net

Removes the popups, even the realtracker one. Read the instructions carefully.

كود PHP:
This is more of a how to than a code.
In the "What is your real web site address?" textbox when your editing your account...
Replace the YOURSITE with the link to your site and add this...

YOURSITE"><script language="JavaScript"><!--function open() {    // override the window.open() method}//--></script><A HREF="YOURSITE

Hey presto
your popups are gone !

If 
you still want the site to record your hitsadd this on your page ...
Replace YOURSITE with your cjb.net site name....

<
script language="JavaScript" src="http://tpl1.realtracker.com/netpoll/ifreev3ia.asp?user=YOURSITE&pn=90023&to=-360&username=YOURSITE.cjb.net&userurl=http://YOURSITE.cjb.net%2F">

And 
to see your statssimply create a link to the following...
Replace YOURSITE with your cjb.net site name....

[
url]http://tpl1.realtracker.com/netpoll/stat.asp?id=7358285&to=-360&username=YOURSITE%2Ecjb%2Enet&userurl=http%3A%2F%2FYOURSITE%2Ecjb%2Enet%2F[/url] 
Fortune City

Put the first half above the <HTML> tag, and the second part above the </BODY> tag on all your pages to get rid of that anoyin Floating Frame.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<!-- 
Put This Above The <HTMLTag-->
<
div style="position:relative;top:-110;z-index:0;background:;">
<!--And 
Put this above the < /BODYtag-->
</
div
Free Yellow
Put this before your </body> tag.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
noembed><xmp

Geocities (Yahoo!)
Put this after the </html> tag on all your pages to remove the annoying Floating Frame.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
noscript><noscript>
<
plaintext><plaintext
Hobbiton
put this code before the <html>

كود PHP:
<!----COPY N PASTE---->
<
SCRIPT
window.open=null
</SCRIPT> 
<!----END----> 
HyperMart

Surround their bannercode with the tags provided.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
noscript>Their Bannner Code Goes Here</noscript
NameZero
Put this in the <head> tag on all your pages to remove the big ass banner.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
SCRIPT LANGUAGE="JavaScript">
<!-- 
function 
open () {return true;}
    if (
top.location != document.locationtop.location document.location;
//-->
</Script> 
TalkCity

Put this before the <html> tag on all your pages.

كود PHP:
<!-- FATAL-TERROR -->
<
script
    
popup window.open("","tcnav")
    
popup.close(); 
</script> 
TopCities
Add this between the <HEAD> and </HEAD> tags on your page, and make sure this is also there "<!-- %%NOBANNER%% -->" minus the quotes.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
script language='Javascript'>
<!--
    
OpenWin window.open('about:blank','6B8B4567');
    
OpenWin.close();
// -->
</SCRIPT> 
Tripod
Put this after the </head> tag and above the <body> tag.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
noscript><noscript><noscript><noscript> <body> </noscript></noscript></noscript></noscript
TSX
Put this code before the <html> tag.

كود PHP:
<!-- FATAL-TERROR -->
<
script
    
popup window.open("/frame/index.cfm","216226215132")
    
popup.close(); 
</script> 
Virtual Avenue
Put this code after the </html> tag.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
noscript>
<!--</
noscript>--> 
Xoom / NBCI
Put this code between the <head> and </head> tags.

كود PHP:
<!-- BannerKilla FATAL-TERROR -->
<
script language="JavaScript">
    <!--
    if (
window != window.top)
        
top.location.href location.href;
    
// -->
</script> 
الحمد لله انتهيت من نقل جميع الاكواد هنا بالمنتدى حتى يستفاد منها

المصدر
هذي هي الصفحة
http://www.geocities.com/loadkill/1_2/1_2.html