Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Javascript Jumps out of Frames

Name: Anonymous 2006-08-07 18:09

I'm attempting to load a page in a frameset, but it has

<script language='JavaScript'>
<!--
if (parent.frames.length > 0) 
    parent.location.href = location.href;
-->
</script>

and pops out of the frames each time.

I want to only block those lines of javascript on the site, and I only need to from this one browser. I tried looking for a greasemonkey script to base my script off of, but I've discovered that I don't know jack shit about javascript. It's all greek to me.

Any javascript people care to reveal the secret to me?

Name: Anonymous 2006-08-10 5:21

>>23

iframe.html

<html>
 <head>
  <meta name="refresh" content="3">
  <title>iframe rocks!</title>
 </head>

 <body>
  <iframe src="iframe.html">
 </body>

AM I COOL YET?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List