Hallo Spacemen, Jens und Patrick
nachfolgend meine Bookmarks
alle BM funktionieren in Moz 0.9.5
1. Zeile name des Bookmarks
2. Zeile JS Code
###################### Happy Bookmarking ######################
1 px Rand um Tabelle (man könnte daraus auch leicht: px Rand um jedes beliebige Ding machen)
javascript:for(i=0;i<document.getElementsByTagName('TABLE').length;i++)void(document.getElementsByTagName('TABLE')[i].border=(document.getElementsByTagName('TABLE')[i].border=='0')?'1':'0');
Validate HTML (basic)
javascript:void(location='http://validator.w3.org/check?uri='+escape(location))
Validate HTML (basic, new window)
javascript:void(open('http://validator.w3.org/check?uri='+escape(location)))
Validate HTML (options)
javascript:void(location='http://validator.w3.org/check?uri='+escape(location)+(confirm('Show source input?')?'&ss=1':'')+(confirm('Show an outline of this document?')?'&outline=1':'')+(confirm('Show parse tree?')?'&sp=1':'')+(confirm('Exclude attributes from the parse tree?')?'&noatt=1':''))
Validate HTML (options, new window)
javascript:void(open('http://validator.w3.org/check?uri='+escape(location)+(confirm('Show source input?')?'&ss=1':'')+(confirm('Show an outline of this document?')?'&outline=1':'')+(confirm('Show parse tree?')?'&sp=1':'')+(confirm('Exclude attributes from the parse tree?')?'&noatt=1':'')))
Validate CSS (basic)
javascript:void(location='http://jigsaw.w3.org/css-validator/validator?uri='+escape(location)+'&warning=no')
Validate CSS (basic, new window)
javascript:void(open('http://jigsaw.w3.org/css-validator/validator?uri='+escape(location)+'&warning=no'))
Validate Accessibility (basic)
javascript:void(location='http://bobby.cast.org/bobby?URL='+escape(location))
Validate Accessibility (basic, new window)
javascript:void(open('http://bobby.cast.org/bobby?URL='+escape(location)))
Resize Window to 800 x 600
javascript:void(outerWidth=800);void(outerHeight=600)
Resize Window to 640 x 480
javascript:void(outerWidth=640);void(outerHeight=480)
mfg Rene