Lo que yo estoy tratando de hacer es insertar este codigo del greasmoney, en un html:
Este codigo:
Código:
Me gustaria saver como debo insertarlo en la web, y para serles mas sencilla la tarea y que entiendan mejor les dejo el code de la web:function checkForAd () ( if ( y > = 300) ( clearInterval ( intv ); ) else if ( unsafeWindow .showingVideoAd ()) ( unsafeWindow .hideVideoAd (); clearInterval ( intv ); ) y + +; ) var intv ,y , y = 0; intv = setInterval ( checkForAd , 1000); / / END: Video Ad-Skip - Copyright user: JoeSimmons. / / START: REMOVE ADBAR + NavBar - Copyright user: Scorchy var nav = documento .getElementById ( "menubox" ); if ( nav ) ( nav .parentNode .removeChild ( nav ); ) nav = documento .getElementById ( "tb" ); if ( nav ) ( nav .parentNode .removeChild ( nav ); )
Código:
Por favor si me pueden ayudar agradesco de mil maneras! <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html style="width:100%;height:100%;"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="en-gb, English" /> <meta name="keywords" content="Runescape, Jagex, free, games, online, multiplayer, magic, spells, java, MMORPG, MPORPG, gaming" /> <meta name="description" content="Join the world's most popular free MMO RuneScape by Jagex Games Studio. Complete quests and win enormous treasures in a 3D world full of magic and monsters."> <title>RuneScape - The Number 1 Free Multiplayer Game</title> </head> <frameset cols="*" rows="*"> <frame style="width:100%;height:100%;margin:0;padding:0;" src="http://world58.runescape.com/m0" width="100%" height="100%" scrolling="auto" frameborder="0" marginwidth="0" marginheight="0" /> </frameset> </html>