1) Define SPANs around your content and use an "onLoad" event handler
to modify the innerHTML of each one to remove the auto-embedded SPANs
inserted by Google.
2) Use the AJAX APIs to translate your documents instead of using the
page translator.
BTW, they are not "popups". A popup is a new window. What Google uses
are called a mouseover, rollover, or a hover menu.
> 1) Define SPANs around your content and use an "onLoad" event handler
> to modify the innerHTML of each one to remove the auto-embedded SPANs
> inserted by Google.
> 2) Use the AJAX APIs to translate your documents instead of using the
> page translator.
> BTW, they are not "popups". A popup is a new window. What Google uses
> are called a mouseover, rollover, or a hover menu.
> 1) Define SPANs around your content and use an "onLoad" event handler
> to modify the innerHTML of each one to remove the auto-embedded SPANs
> inserted by Google.
> 2) Use the AJAX APIs to translate your documents instead of using the
> page translator.
> BTW, they are not "popups". A popup is a new window. What Google uses
> are called a mouseover, rollover, or a hover menu.
> OK, I'm not talking about my own pages, I'm talking about when I use
> it to transalte pages I'm reading :-)
Maybe you could try greasemonkey, which modifies page javascript
before it runs on your machine. It should be simple to write a script
to stop mouseovers; almost certainly someone has done it already.
> > OK, I'm not talking about my own pages, I'm talking about when I use
> > it to transalte pages I'm reading :-)
> Maybe you could try greasemonkey, which modifies page javascript
> before it runs on your machine. It should be simple to write a script
> to stop mouseovers; almost certainly someone has done it already.
> > OK, I'm not talking about my own pages, I'm talking about when I use
> > it to transalte pages I'm reading :-)
> Maybe you could try greasemonkey, which modifies page javascript
> before it runs on your machine. It should be simple to write a script
> to stop mouseovers; almost certainly someone has done it already.