[Greasemonkey] IE/JScript and Firefox/JS Diffs

Matthias Bauer ml-greasemonkey-42imk83y at moeffju.net
Tue Aug 16 12:17:44 EDT 2005


On 15.08.2005 23:48 Bill Donnelly wrote:

> javascript:/* favelet */
> void((function(){
> s=document.body.appendChild(document.createElement('script'));
> s.id='fs';s.language='javascript';
> void(s.src='http://domain.tld/dir/js.js');
> })())

Why do you need the id on s?

-M


More information about the Greasemonkey mailing list