<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / IaGadgetGuy / folder / Links</title>
<link>http://netvouz.com/IaGadgetGuy/folder/2118466103065278265/Bookmarks+Toolbar+Folder+Mozilla+Links?feed=rss</link>
<description>IaGadgetGuy&#39;s bookmarks in folder Links on Netvouz</description>
<item><title>full urls as link text</title>
<link>http://netvouz.com/dangerous/2893713818476707650?url=javascript:(function(){var i,c,x,h; for(i=0;x=document.links[i];++i) { h=x.href; x.title+=%22 %22 + x.innerHTML; while(c=x.firstChild)x.removeChild(c); x.appendChild(document.createTextNode(h)); } })()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>hide visited</title>
<link>http://netvouz.com/dangerous/2051334104489357953?url=javascript:(function(){var newSS, styles=&#39;:visited {display: none}&#39;; if(document.createStyleSheet) { document.createStyleSheet(%22javascript:&#39;%22+styles+%22&#39;%22); } else { newSS=document.createElement(&#39;link&#39;); newSS.rel=&#39;stylesheet&#39;; newSS.href=&#39;data:text/css,&#39;+escape(styles); document.getElementsByTagName(%22head%22)[0].appendChild(newSS); } })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>hrefs as link text</title>
<link>http://netvouz.com/dangerous/5498656104653692788?url=javascript:(function(){var i,c,x,h; for(i=0;x=document.links[i];++i) { h=x.getAttribute(%22href%22); x.title+=%22 %22 + x.innerHTML; while(c=x.firstChild)x.removeChild(c); x.appendChild(document.createTextNode(h)); } })()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>int/ext links</title>
<link>http://netvouz.com/dangerous/9139702341029278248?url=javascript:(function(){var i,x; for (i=0;x=document.links[i];++i)x.style.color=[%22blue%22,%22red%22,%22orange%22][sim(x,location)]; function sim(a,b) { if (a.hostname!=b.hostname) return 0; if (fixPath(a.pathname)!=fixPath(b.pathname) || a.search!=b.search) return 1; return 2; } function fixPath(p){ p = (p.charAt(0)==%22/%22 ? %22%22 : %22/%22) + p;/*many browsers*/ p=p.split(%22?%22)[0];/*opera*/ return p; } })()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>Link Bookmarklets</title>
<link>http://www.squarefree.com/bookmarklets/pagelinks.html</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>linked images</title>
<link>http://netvouz.com/dangerous/340837602210180909?url=javascript:(function(){function I(u){var t=u.split(&#39;.&#39;),e=t[t.length-1].toLowerCase();return {gif:1,jpg:1,jpeg:1,png:1,mng:1}[e]}function hE(s){return s.replace(/&amp;/g,&#39;&amp;&#39;).replace(/&gt;/g,&#39;&gt;&#39;).replace(/&lt;/g,&#39;&lt;&#39;).replace(/%22/g,&#39;&quot;&#39;);}var q,h,i,z=open().document;z.write(&#39;&lt;p&gt;Images linked to by &#39;+hE(location.href)+&#39;:&lt;/p&gt;&lt;hr&gt;&#39;);for(i=0;q=document.links[i];++i){h=q.href;if(h&amp;&amp;I(h))z.write(&#39;&lt;p&gt;&#39;+q.innerHTML+&#39; (&#39;+hE(h)+&#39;)&lt;br&gt;&lt;img src=%22&#39;+hE(h)+&#39;%22&gt;&#39;);}z.close();})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>linked pages</title>
<link>http://netvouz.com/dangerous/8727365027842403096?url=javascript:(function(){var dims,dimarray,wid,hei,dimstring,x,i,z,url; function linkIsSafe(u) { if (u.substr(0,7)==&#39;mailto:&#39;) return false; if (u.substr(0,11)==&#39;javascript:&#39;) return false; return true; } function htmlEscape(s){s=s.replace(/&amp;/g,&#39;&amp;&#39;);s=s.replace(/&gt;/g,&#39;&gt;&#39;);s=s.replace(/&lt;/g,&#39;&lt;&#39;);return s;} dims = prompt(&#39;width, height for each frame&#39;, &#39;760, 500&#39;); if (dims!=null) { dimarray = dims.split(&#39;,&#39;); wid = parseInt(dimarray[0]); hei = parseInt(dimarray[1]); dimstring = &#39;width=&#39;+wid+&#39; height=&#39;+hei; x = document.links; z = window.open().document; for (i = 0; i &lt; x.length; ++i) { url = x[i].href; if(linkIsSafe(url)) { z.writeln(&#39;&lt;p&gt;&#39; + x[i].innerHTML + &#39; (&#39; + htmlEscape(url) + &#39;)&lt;br&gt;&lt;iframe &#39; + dimstring + &#39; src=%22&#39; + url.replace(/%22/g, &#39;&quot;&#39;) + &#39;%22&gt;[broken iframe]&lt;/iframe&gt;&lt;/p&gt;&#39;); } } z.close(); } })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>open all links</title>
<link>http://netvouz.com/dangerous/3477245999733417503?url=javascript:(function(){var n_to_open,dl,dll,i; function linkIsSafe(u) { if (u.substr(0,7)==&#39;mailto:&#39;) return false; if (u.substr(0,11)==&#39;javascript:&#39;) return false; return true; } n_to_open = 0; dl = document.links; dll = dl.length; for(i = 0; i &lt; dll; ++i) { if (linkIsSafe(dl[i].href)) ++n_to_open; } if (!n_to_open) alert (&#39;no links&#39;); else { if (confirm(&#39;Open &#39; + n_to_open + &#39; links in new windows?&#39;)) for (i = 0; i &lt; dll; ++i) if (linkIsSafe(dl[i].href)) window.open(dl[i].href); } })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>remove redirects</title>
<link>http://netvouz.com/dangerous/1585787118501591093?url=javascript:(function(){var k,x,t,i,j,p; for(k=0;x=document.links[k];k++){t=x.href.replace(/[%]3A/ig,&#39;:&#39;).replace(/[%]2f/ig,&#39;/&#39;);i=t.lastIndexOf(&#39;http&#39;);if(i&gt;0){ t=t.substring(i); j=t.indexOf(&#39;&amp;&#39;); if(j&gt;0)t=t.substring(0,j); p=/https?&#92;:&#92;/&#92;/[^&#92;s]*[^.,;&#39;%22&gt;&#92;s&#92;)&#92;]]/.exec(unescape(t)); if(p) x.href=p[0]; } else if (x.onmouseover&amp;&amp;x.onmouseout){x.onmouseover(); if (window.status &amp;&amp; window.status.indexOf(&#39;://&#39;)!=-1)x.href=window.status; x.onmouseout(); } x.onmouseover=null; x.onmouseout=null; }})();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>target new bg windows</title>
<link>http://netvouz.com/dangerous/5603447371165618771?url=javascript:(function(){function tn(e){e=e?e:window.event; open(this.href); focus(); return false;} var dl=document.links, i; for (i=0;i&lt;dl.length;++i) dl[i].onclick=tn; })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=2118466103065278265">Bookmarks Toolbar Folder &gt; Mozilla &gt; Links</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item></channel></rss>