<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / IaGadgetGuy / folder / Text</title>
<link>http://netvouz.com/IaGadgetGuy/folder/7150955877265104218/Bookmarks+Toolbar+Folder+Mozilla+Text?feed=rss</link>
<description>IaGadgetGuy&#39;s bookmarks in folder Text on Netvouz</description>
<item><title>bullets to numbers</title>
<link>http://netvouz.com/dangerous/695749840427123705?url=javascript:uls=document.getElementsByTagName(%22ul%22); for (i=uls.length-1; i&gt;=0; --i) { oldul = uls[i]; newol = document.createElement(%22ol%22); for(j=0;j&lt;oldul.childNodes.length;++j) newol.appendChild(oldul.childNodes[j].cloneNode(true)); oldul.parentNode.replaceChild(newol, oldul); } void 0</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>number lines</title>
<link>http://netvouz.com/dangerous/4752038945087709686?url=javascript:(function(){var i,p,L,d,j,n; for(i=0; p=document.getElementsByTagName(%22pre%22)[i]; ++i) { L=p.innerHTML.split(%22&#92;r&#92;n%22); d=%22%22+L.length; for(j=0;j&lt;L.length;++j) { n = %22%22+(j+1)+%22. %22; while(n.length&lt;d.length+2) n=%220%22+n; L[j] = n + L[j]; } p.innerHTML=L.join(%22&lt;br&gt;%22);/*join with br for ie*/ } })()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>number rows</title>
<link>http://netvouz.com/dangerous/24244226077460088?url=javascript:(function(){function has(par,ctag){for(var k=0;k&lt;par.childNodes.length;++k)if(par.childNodes[k].tagName==ctag)return true;} function add(par,ctag,text){var c=document.createElement(ctag); c.appendChild(document.createTextNode(text)); par.insertBefore(c,par.childNodes[0]);} var i,ts=document.getElementsByTagName(%22TABLE%22); for(i=0;i&lt;ts.length;++i) { var n=0,trs=ts[i].rows,j,tr; for(j=0;j&lt;trs.length;++j) {tr=trs[j]; if(has(tr,%22TD%22))add(tr,%22TD%22,++n); else if(has(tr,%22TH%22))add(tr,%22TH%22,%22Row%22);}}})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>rot13 selection</title>
<link>http://netvouz.com/dangerous/849092884047304768?url=javascript:var coding = %22abcdefghijklmnopqrstuvwxyzabcdefghijklmABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLM%22; function rot13(t) { for (var r = %22%22,i=0;i&lt;t.length;i++) { character = t.charAt(i); position = coding.indexOf(character); if (position &gt; -1) character = coding.charAt(position + 13); r += character; } return r; } S=window.getSelection(); function t(N) { return N.nodeType == N.TEXT_NODE; } function r(N) { if (t(N)) N.data = rot13(N.data); } for (j=0;j&lt;S.rangeCount;++j) { var g=S.getRangeAt(j), e=g.startContainer, f=g.endContainer, E=g.startOffset, F=g.endOffset, m=(e==f); if(!m||!t(e)) { /* rot13 each text node between e and f, not including e and f. */ q=document.createTreeWalker(g.commonAncestorContainer, NodeFilter.SHOW_ELEMENT | NodeFilter.SHOW_TEXT, null, false); q.currentNode=e; for(N=q.nextNode(); N &amp;&amp; N != f; N = q.nextNode()) r(N); } if (t(f)) f.splitText(F); if (!m) r(f); if (t(e)) { r(k=e.splitText(E)); if(m)f=k; e=k;} if (t(f)) g.setEnd(f,f.data.length); } void 0</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>Text and Data Bookmarklets</title>
<link>http://www.squarefree.com/bookmarklets/pagedata.html</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>transpose tables</title>
<link>http://netvouz.com/dangerous/814250198692242969?url=javascript:(function(){var d=document,q=%22table%22,i,j,k,y,r,c,t;for(i=0;t=d.getElementsByTagName(q)[i];++i){var w=0,N=t.cloneNode(0);N.width=%22%22;N.height=%22%22;N.border=1;for(j=0;r=t.rows[j];++j)for(y=k=0;c=r.cells[k];++k){var z,a=c.rowSpan,b=c.colSpan,v=c.cloneNode(1);v.rowSpan=b;v.colSpan=a;v.width=%22%22;v.height=%22%22;if(!v.bgColor)v.bgColor=r.bgColor;while(w&lt;y+b)N.insertRow(w++).p=0;while(N.rows[y].p&gt;j)++y;N.rows[y].appendChild(v);for(z=0;z&lt;b;++z)N.rows[y+z].p+=a;y+=b;}t.parentNode.replaceChild(N,t);}})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>view selection</title>
<link>http://netvouz.com/dangerous/7158498803310797866?url=javascript:(function(){ var d=open().document; d.title=%22Selection%22; if (window.getSelection) { /*Moz*/ var s = getSelection(); for(i=0; i&lt;s.rangeCount; ++i) { var a, r = s.getRangeAt(i); if (!r.collapsed) { var x = document.createElement(%22div%22); x.appendChild(r.cloneContents()); if (d.importNode) x = d.importNode(x, true); d.body.appendChild(x); } } } else { /*IE*/ d.body.innerHTML = document.selection.createRange().htmlText; } })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>zoom images in</title>
<link>http://netvouz.com/dangerous/7659387389080322308?url=javascript:(function(){ function zoomImage(image, amt) { if(image.initialHeight == null) { /* avoid accumulating integer-rounding error */ image.initialHeight=image.height; image.initialWidth=image.width; image.scalingFactor=1; } image.scalingFactor*=amt; image.width=image.scalingFactor*image.initialWidth; image.height=image.scalingFactor*image.initialHeight; } var i,L=document.images.length; for (i=0;i&lt;L;++i) zoomImage(document.images[i], 2); if (!L) alert(%22This page contains no images.%22); })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>zoom images out</title>
<link>http://netvouz.com/dangerous/3536576394211887218?url=javascript:(function(){ function zoomImage(image, amt) { if(image.initialHeight == null) { /* avoid accumulating integer-rounding error */ image.initialHeight=image.height; image.initialWidth=image.width; image.scalingFactor=1; } image.scalingFactor*=amt; image.width=image.scalingFactor*image.initialWidth; image.height=image.scalingFactor*image.initialHeight; } var i,L=document.images.length; for (i=0;i&lt;L;++i) zoomImage(document.images[i],.5); if (!L) alert(%22This page contains no images.%22); })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>zoom layout</title>
<link>http://netvouz.com/dangerous/6713626577985185308?url=javascript:factor=Math.sqrt(2); if(!window.scale) { scale=1; zW=[]; zH=[]; unitless=/^[0-9.]+$/; function r(N) { w=N.width; h=N.height; if (unitless.test(w)) zW.push([N,w]); if (unitless.test(h)) zH.push([N,h]); var C=N.childNodes,i; for (i=0;i&lt;C.length;++i) r(C[i]); } r(document.body); } scale*=factor; for(i in zW) zW[i][0].width=zW[i][1]*scale; for(i in zH) zH[i][0].height = zH[i][1]*scale; [].v</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=7150955877265104218">Bookmarks Toolbar Folder &gt; Mozilla &gt; Text</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item></channel></rss>