[Greasemonkey] Disable Javascript?
AK108
ak10864 at gmail.com
Wed Jun 29 00:00:05 EDT 2005
Brilliant, though a bit hackish. You actually don't need the top frame:
<html>
<head>
<title>Frame</title>
</head>
<frameset border="0" rows="*">
<frame src="page">
</frameset>
</html>
On 6/28/05, Bill Donnelly <donnelly at snowcrest.net> wrote:
> The only thing I can see that can be done is to
> put the page in your own frameset. The only way
> you can do that right now is, when you get to the
> frameset page(s) that you are redirected to, you
> can run a GmScript there that creates your own
> frameset document, loading your desired page in
> the bottom frame, and the top frame not showing
> as follows:
>
> <frameset rows="0,*" frameborder="no" framespacing=0>
> <frame src="your_empty.html" name="fraTop"
> scrolling="auto" noresize>
> <frame src="desired_page.html" name="fraBottom"
> scrolling="auto" noresize>
> </frameset>
>
> This will show your page so that it looks like it
> is showing only itself as the top page. Because
> the bottom page is in a frame, it will think all is well.
>
>
> --
> Jack the Ripper may have been quite insane,
> but he had beautiful penmanship.
> btw -- Don't look back!
> The lemmings are gaining on you.
>
>
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>
--
AK108
More information about the Greasemonkey
mailing list