<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Snipe.Net &#187; firefox</title>
	<atom:link href="http://www.snipe.net/tags/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snipe.net</link>
	<description>Bitterness never tasted so sweet</description>
	<lastBuildDate>Tue, 24 Jan 2012 04:30:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Firefox Addons for Penetration/XSS Testing</title>
		<link>http://www.snipe.net/2010/10/firefox-addons-xss-testing/</link>
		<comments>http://www.snipe.net/2010/10/firefox-addons-xss-testing/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 19:25:48 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP/mySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[penetration testing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=2843</guid>
		<description><![CDATA[2010 was supposed to be the year of the Tiger, but it&#8217;s felt more like the year of Pwny so far. This article covers some Firefox add-ons that help you test your own apps, whether you&#8217;re working with a penetration tester, or by default, you are the penetration tester. I&#8217;ll start with the obvious candidates [...]]]></description>
			<content:encoded><![CDATA[<p>2010 was supposed to be the year of the Tiger, but it&#8217;s felt more like the year of Pwny so far. This article covers some Firefox add-ons that help you test your own apps, whether you&#8217;re working with a penetration tester, or by default, you <em>are</em> the penetration tester.<br />
<span id="more-2843"></span></p>
<p>I&#8217;ll start with the obvious candidates that you probably already have installed if you&#8217;re a developer. I&#8217;ve also added a few that are useful for post-hack diagnostics and recovery.</p>
<h4>General</h4>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1843/">Firebug</a></strong> &#8211; Firebug is great for web development in general, but the debugging tools can help track down calls to rogue javascript on external servers, among many other things.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/60/">Web Developer Toolbar</a></strong> &#8211; Another great web dev tool, the Web Developer Toolbar makes it easy to turn javascript and cookies on and off selectively, view form fields and disable restrictions and much, much more. </p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/5914/">DNS Cache</a></strong> &#8211; simple addon that lets you clear or disable Firefox&#8217;s DNS cache. Not specifically for pen testing, but useful nonetheless.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/14503/">Notable</a> </strong>- love this addon, which lets you do a full-page screenshot with annotations over at <a href="https://www.notableapp.com/">notableapp.com</a>. As you&#8217;re testing, there&#8217;s a good chance you&#8217;re going to need to show your other devs or account managers a screenshot so they can see the vulnerability being exploited. While something simple like Fireshot would work fine (or native screenshots), I like using Notable for complex situations that require explanations on multiple points on the page. Exports to annotated PDF.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/46698/">Groundspeed</a></strong> &#8211; simple form toolkit that allows you to edit form fields (hidden to text, etc), remove length restrictions, change/remove javascript event handlers, and change form target so that it opens in a new tab.</p>
<h4>Code Injection</h4>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/7597/">SQL Inject Me</a></strong> &#8211; helps test for SQL injection vulnerabilities.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/7598/">XSS Me</a></strong> &#8211; used to test for reflected Cross-Site Scripting (XSS). It does NOT currently test for stored XSS.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/7595/">Access Me</a></strong> &#8211; used to test some access vulnerabilities related to web applications. The tool works by sending several versions of the last page request. A request with the session removed will be sent. A request using the HTTP HEAD verb and a request using a made up SECCOM verb will be sent. A combination of session and HEAD/SECCOM will also be sent.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/10345/">JS Deobfuscator</a></strong> &#8211; many attacks inject obfuscated javascript into a page so that it becomes harder for you to simply grep the source for something obvious, like the domain name to which the bad script is redirecting the user. This addon helps deobfuscate the javascript so you can see what&#8217;s really going on.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/3899/">Hackbar</a></strong> &#8211; helps with testing sql injections, XSS holes and site security. Ugly as sin, but it works well.</p>
<h4>Header and URL Monitoring/Tampering</h4>
<p>Note that some of these addons do similar things &#8211; try them and stick with whichever one you like best.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/6647/">HttpFox</a></strong> &#8211; monitors and analyzes all incoming and outgoing HTTP traffic between the browser and the web servers.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/3829/">Live HTTP Headers</a></strong> &#8211; view HTTP headers of a page and while browsing.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/967/">Modify Headers</a></strong> &#8211; add, modify and filter http request headers. You can modify the user-agent string, add headers to spoof a mobile request (e.g. x-up-calling-line-id) and much more.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/966/">Tamper Data</a></strong> &#8211; use tamperdata to view and modify HTTP/HTTPS headers and post parameters, trace and time http response/requests and security test web applications by modifying POST parameters.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/59/">User Agent Switcher</a></strong> &#8211; allows you to easily toggle between pre-set user agent strings, or set your own.</p>
<h4>Environment Detection</h4>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/4276/">Header Spy</a></strong> &#8211; lightweight addon that displays information about the website&#8217;s server in your statusbar. This is not as useful for pen testing as it is for impressing the crap out of clients who don&#8217;t know what server they&#8217;re running. <img src='http://www.snipe.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/8946/">Host Spy</a></strong> &#8211; integrated shortcut to show you who a website&#8217;s IP neighbors are on shared hosting.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/590/">ShowIP</a></strong> &#8211; Small addons that shows the IP address of the website in your statusbar and a link to some additional tools.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/3572/">URL Flipper</a></strong> &#8211; quickly and easily increment and decrement numbers and strings in URLs for navigating through URL sequences (for example, user ids or session info in the query string.)</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/10229/">Wappalyzer</a></strong> &#8211; uncovers the technologies used on websites. It detects CMS and e-commerce systems, message boards, JavaScript frameworks, hosting panels, analytics tools and several more.</p>
<h4>Searching</h4>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/49858/">Offensive Security Exploit Database</a> </strong> &#8211; this adds the excellent database of exploits at <a href="http://www.exploit-db.com">exploit-db.com</a> as one of your search engine options.</p>
<p>I&#8217;ve also just created a <strong>search plugin for XSSed.Com</strong>, <del datetime="2010-10-15T01:43:53+00:00">but it&#8217;s pending approval at Mozilla, so not sure when that will be ready for you</del> which can be <strong><a href="https://addons.mozilla.org/en-US/firefox/addon/241845/">downloaded here</a></strong>. It&#8217;s not exactly rocket science to add a new search site to your browser search bar, but I figured it was quick and easy to whip up. Feel free to check out the <a href="https://addons.mozilla.org/en-US/firefox/files/browse/101135">source code for the plugin here</a>.</p>
<h4>Too Many Addons Got You Down?</h4>
<p>If you&#8217;re finding your plugins are slowing down Firefox too much, you might want to create a separate Firefox profile specifically for testing, and switch to that profile when you&#8217;re ready to start hammering away. Also bear in mind that you might need to tweak some settings on these, or only enable them right before you use them, as the toolbars and sidebars can be a bit bulky.</p>
<p>Also keep in mind that the Net option on the web developers toolbar, or any of the header analyzer addons can be very helpful in general testing between dev and live environments (load the page on live and make sure nothing is being pulled from the dev address) and also to make sure your SSL requests are being handled correctly.</p>
<h4>Some Additional Thoughts&#8230;</h4>
<p>When folks ask me how I do penetration testing &#8211; whether I use software, or do it by hand &#8211; the best way I can answer is &#8220;both&#8221;. Software will only ever get you so far, but it&#8217;s a critical tool in helping you figure out where the vulnerabilities are. It&#8217;s not unlike using a metal detector to find treasure. When the metal detector is doing its job, it finds, well, metal. Not necessarily treasure, although fancier metal detectors have additional software that helps try to identify the buried object by shape and size. You still have to physically dig up the item and rely on your knowledge and experience to determine whether or not it really is treasure, or just junk. The metal detector simply finds something that meets a basic set of requirements, to save you from having to dig up every square inch of the beach. </p>
<p>When testing web applications for vulnerabilities, software does very much the same thing. It simply automates tasks that you could do by hand but that would take an unreasonable amount of time, but ultimately when it finds something, you still need to know enough about what you&#8217;re looking at to determine how big a threat it actually is. Most of the time the software will attempt the to try the lowest-level exploit, for example, the ability to execute arbitrary javascript in a page. Your testing tools may demonstrate that you can create a javascript alertbox on the page, but it&#8217;s your knowledge and experience that will help you determine the full extent of the vulnerability, for example whether that arbitrary javascript could be used to redirect a user to a new page, hijack the user&#8217;s session data, etc.</p>
<p>The reason I ended this post with a long-winded ramble is because I wanted to make it clear that just having the tools isn&#8217;t enough. Actually using them, and knowing what to do with the results are important. Understanding the basic mechanics of how exploits work is the only way you can make sure your applications are written to mitigate them. Having the tools installed but never understanding or using them is like buying a metal detector and keeping in the closet and then wondering why you haven&#8217;t found anything valuable yet.</p>
<p><strong>If you&#8217;re interested in learning more about web application penetration testing and security, check out the following books:</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0470170778?ie=UTF8&#038;tag=snipenet&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0470170778">The Web Application Hacker&#8217;s Handbook: Discovering and Exploiting Security Flaws</a></li>
<li><a href="http://www.amazon.com/gp/product/0596514832?ie=UTF8&#038;tag=snipenet&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0596514832">Web Security Testing Cookbook: Systematic Techniques to Find Problems Fast</a></li>
<li><a href="http://www.amazon.com/gp/product/1590597842?ie=UTF8&#038;tag=snipenet&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1590597842">Foundations of Security: What Every Programmer Needs to Know</a></li>
<li><a href="http://www.amazon.com/gp/product/1597495883?ie=UTF8&#038;tag=snipenet&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1597495883">Ninja Hacking: Unconventional Penetration Testing Tactics and Techniques</a></li>
</ul>
<h4>How Do You XSS?</h4>
<p>These addons are not obviously meant to be a replacement for more capable and thorough penetration testing tools such as metaploit, netsparker, etc. They&#8217;re just meant to be a convenient way for developers to test code during and after development.</p>
<p>There is a  more comprehensive collection of addons listed <a href="https://addons.mozilla.org/en-US/firefox/collections/adammuntner/webappsec/?page=1">here</a>, but this is what I use. If you&#8217;ve got a favorite that I&#8217;ve missed, please be sure to share in the comments!</p>

 <script type="text/javascript">
	<!--
		function onover(what){
	document.getElementById('blurbtext').innerHTML=''+what+'';
	}
	function onout(){
	document.getElementById('blurbtext').innerHTML='&nbsp;';
	}
	-->
	</script>



<h3 style="padding-bottom: 0px; margin-bottom: 0px;">Also check out: <br /><span id="blurbtext"><br /></span></h3>

<div id="relatedposts">




		
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2009/01/easier-cross-browser-testing/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2009/01/cross_browser-compatible2.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Easier Cross-Browser Testing" height="90" width="90" onmouseover="onover('Easier Cross-Browser Testing')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/firefox_eats_ie.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Firefox extensions I can&#8217;t live without" height="90" width="90" onmouseover="onover('Firefox extensions I can&#8217;t live without')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/06/hacking-firefox/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/firefox.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Hacking Firefox" height="90" width="90" onmouseover="onover('Hacking Firefox')" onmouseout="onout()" /></a></div>

	</div>

]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2010/10/firefox-addons-xss-testing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox Add-On ErrorZilla breaks FF3 SSL error page</title>
		<link>http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/</link>
		<comments>http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:17:40 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[ff3]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=170</guid>
		<description><![CDATA[If you use the Firefox add-on ErrorZilla, which conveniently displays additional options (Try Again, Google Cache, Coralize, Wayback, Ping, Trace, and Whois buttons) when Firefox hits an error page, you may notice something frustrating happening in Firefox 3. Firefox 3 handles &#8220;invalid&#8221; and self-signed SSL certificates differently than Firefox 2. In an effort to help [...]]]></description>
			<content:encoded><![CDATA[<p>If you use the Firefox add-on <a href="https://addons.mozilla.org/en-US/firefox/addon/3336">ErrorZilla</a>, which conveniently displays additional options (Try Again, Google Cache, Coralize, Wayback, Ping, Trace, and Whois buttons) when Firefox hits an error page, you may notice something frustrating happening in Firefox 3.<span id="more-170"></span></p>
<p>Firefox 3 handles &#8220;invalid&#8221; and self-signed SSL certificates differently than Firefox 2. In an effort to help the user take control of their own security, Firefox 3 will block the page with an error explaining why the certificate is invalid (&#8220;The certificate is not trusted because it is self signed.Â  Error code: sec_error_ca_cert_invalid&#8221;) &#8211; and provides a link (albeit a tiny one) that will allow the user to add an exception, allowing that SSL certificate to be accepted and the page to load.</p>
<p><a href="http://www.snipe.net/wp-content/uploads/2008/07/ssl.png"><img class="alignnone size-full wp-image-171" title="ssl" src="http://www.snipe.net/wp-content/uploads/2008/07/ssl.png" alt="" width="500" height="265" /></a></p>
<p>If you have ErrorZilla installed and are running Firefox 3, you&#8217;ll actually get stuck and won&#8217;t be able to add the exception and therefore won&#8217;t be able to load the page. This can be a big problem if you&#8217;re running self-signed certificates to encrypt your cpanel/webmin/&lt;other hosting management software&gt; administration areas. Instead, what you see is something like this:</p>
<p><a href="http://www.snipe.net/wp-content/uploads/2008/07/ssl-errorzilla.png"><img class="alignnone size-full wp-image-172" title="ssl-errorzilla" src="http://www.snipe.net/wp-content/uploads/2008/07/ssl-errorzilla.png" alt="" width="500" height="301" /></a></p>
<p>No option to add the exception.</p>
<p>Its unfortunate, since the ErrorZilla developers took the time to update the add-on to &#8220;work&#8221; with Firefox 3 (meaning it is able to be installed and doesn&#8217;t throw a version error), but I&#8217;m going to have to disable it until they have the SSL exceptions stuff sorted out.</p>
<p>On the plus side, Jay Baldwin <a href="http://www.jaybaldwin.com/Blog.aspx?cid=4" target="_blank">posts to his blog</a> (dated June 30, 2008) that he grok&#8217;s why it&#8217;s not working:</p>
<blockquote><p>The main concern is that the error page is not considered trusted, so it has no ability to access resource:// script files, the local file system, chrome:// script files, direct to chrome:// pages, or the like, which means it is on the same security level as a foreign &#8220;public&#8221; website &#8212; it has no access to read from a config file in your Firefox profile or from the Preferences Service (about:config).</p>
<p>I&#8217;m still working on finding a way around this . . .Â  Hit me up in the comments if any of you could suggest a solution.Â  <img src='http://www.snipe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>Which does, in fact, make sense.The site isn&#8217;t trusted, so its not allowed to access the styles used by ErrorZilla.</p>
<p>So &#8211; <a href="http://www.jaybaldwin.com/Blog.aspx?cid=4" target="_blank">hit him up</a> if you have any thoughts. <img src='http://www.snipe.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

 <script type="text/javascript">
	<!--
		function onover(what){
	document.getElementById('blurbtext').innerHTML=''+what+'';
	}
	function onout(){
	document.getElementById('blurbtext').innerHTML='&nbsp;';
	}
	-->
	</script>



<h3 style="padding-bottom: 0px; margin-bottom: 0px;">Also check out: <br /><span id="blurbtext"><br /></span></h3>

<div id="relatedposts">




		
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2002/06/google-style-page-numbering-with-x-per-page-and-y-page-numbers-displayed/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/picture-22.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Google Style Page Numbering (with x per page and y page numbers displayed)" height="90" width="90" onmouseover="onover('Google Style Page Numbering (with x per page and y page numbers displayed)')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2002/06/page-numbering-with-x-results-per-page/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/picture-21.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Page Numbering (with x results per page)" height="90" width="90" onmouseover="onover('Page Numbering (with x results per page)')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/fx3vsfx2.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Tweak Firefox 3 to Display Richer Colors" height="90" width="90" onmouseover="onover('Tweak Firefox 3 to Display Richer Colors')" onmouseout="onout()" /></a></div>

	</div>

]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync Your Browsers Across Multiple Computers with Mozilla Weave</title>
		<link>http://www.snipe.net/2008/07/sync-your-browsers-across-multiple-computers-with-mozilla-weave/</link>
		<comments>http://www.snipe.net/2008/07/sync-your-browsers-across-multiple-computers-with-mozilla-weave/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 03:51:02 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Life Tools]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=160</guid>
		<description><![CDATA[Those of you who have upgraded to Firefox 3 may be feeling the loss of Google Browser Sync, Google&#8217;s free Firefox addon that previously allowed you to sync bookmarks, stored password, cookies and more across multiple computers. For folks like me, who work on multiple computers throughout the course of the day, this was an [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you who have upgraded to Firefox 3 may be feeling the loss of Google Browser Sync, Google&#8217;s free Firefox addon that previously allowed you to sync bookmarks, stored password, cookies and more across multiple computers. For folks like me, who work on multiple computers throughout the course of the day, this was an invaluable tool for keeping track of passwords at the very least.<span id="more-160"></span></p>
<p>I was heartbroken to discover that Google had effectively abandoned the project around the time that Firefox 3 came out &#8211; so much so that I delayed upgrading Firefox for a while.Â  I was hoping they&#8217;d change their mind, or get around to updating it &#8211; but eventually I realized that Google Browser Sync has been discontinued, and the download has been replaced with the following text:</p>
<blockquote><p><strong>Google Browser Sync is no longer available for download.</strong> Instead, to get similar functionality, we suggest using Mozilla Weave, Google Toolbar for Firefox, or Foxmarks. Support for current Google Browser Sync users will continue through 2008. We&#8217;ve also posted the code to Google Code in hopes that someone will use it to develop something cool.</p></blockquote>
<p>As such, it will not be updated for Firefox 3. However, the code has been made <a class="external text" title="http://code.google.com/p/browsersync/" rel="nofollow" href="http://code.google.com/p/browsersync/">available to the public </a></p>
<p>Fortunately, the folks at Mozilla Labs came to the rescue, with their new project, Mozilla Weave. Mozilla Weave syncs forms, history, cookies, passwords, tabs and bookmarks &#8211; and even has support for Weave add-ins. Plus, you can mount your storage slot using WebDAV &#8211; although Mozilla strongly warns against using this space for general storage, as they may delete the contents<a href="http://www.snipe.net/wp-content/uploads/2008/07/icon_weave_m.gif"><img class="alignright size-medium wp-image-161" title="icon_weave_m" src="http://www.snipe.net/wp-content/uploads/2008/07/icon_weave_m.gif" alt="" width="100" height="100" /></a> at any time.</p>
<p>I&#8217;ve installed it so far on Win XP and Mac OSX (Leopard), and it&#8217;s working smashingly. Learn more about the Weave project, including the basics of how it works and the fundamental principles, at the <a href="http://labs.mozilla.com/projects/weave/" target="_blank">Mozilla Labs Weave page</a>, or try it out by <a href="https://services.mozilla.com/" target="_blank">downloading it today</a>!</p>

 <script type="text/javascript">
	<!--
		function onover(what){
	document.getElementById('blurbtext').innerHTML=''+what+'';
	}
	function onout(){
	document.getElementById('blurbtext').innerHTML='&nbsp;';
	}
	-->
	</script>



<h3 style="padding-bottom: 0px; margin-bottom: 0px;">Also check out: <br /><span id="blurbtext"><br /></span></h3>

<div id="relatedposts">




		
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/07/dropbox-versus-foldershare-for-syncing-files-between-computers/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/07/box.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Dropbox versus FolderShare for Syncing Files Between Computers" height="90" width="90" onmouseover="onover('Dropbox versus FolderShare for Syncing Files Between Computers')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2006/06/checkboxesmultiple-select-boxes-in-php/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/drupal-taxonomy-as-checkboxes.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Checkboxes/Multiple Select Boxes in PHP" height="90" width="90" onmouseover="onover('Checkboxes/Multiple Select Boxes in PHP')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2007/01/multiple-ies/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/multipleie-thumb.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Multiple IEs" height="90" width="90" onmouseover="onover('Multiple IEs')" onmouseout="onout()" /></a></div>

	</div>

]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/07/sync-your-browsers-across-multiple-computers-with-mozilla-weave/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Hacking Firefox</title>
		<link>http://www.snipe.net/2008/06/hacking-firefox/</link>
		<comments>http://www.snipe.net/2008/06/hacking-firefox/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 15:15:50 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=124</guid>
		<description><![CDATA[Excellent (and long) article here that covers most of the frequently-asked-for tweaks and hacks to about:config in Firefox. I had originally found it while trying to remember how to tweak my Firefox so that when I type in a keyword string into the address bar, it would send me to Google search results, instead of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.snipe.net/wp-content/uploads/2008/06/firefox.jpg"><img class="alignright size-thumbnail wp-image-125" title="firefox" src="http://www.snipe.net/wp-content/uploads/2008/06/firefox-150x150.jpg" alt="" width="150" height="150" /></a>Excellent (and long) article here that covers most of the frequently-asked-for tweaks and hacks to about:config in Firefox.</p>
<p>I had originally found it while trying to remember how to tweak my Firefox so that when I type in a keyword string into the address bar, it would send me to Google search results, instead of Google&#8217;s &#8220;I&#8217;m feeling lucky&#8221;. And sure enough, I found exactly what I was looking for &#8211; and tons more &#8211; in this article:</p>
<blockquote><p>You may have noticed that if you type something into Firefox&#8217;s address bar that&#8217;s not an address (a &#8220;keyword&#8221;), Firefox typically passes it on to Google as an &#8220;I&#8217;m Feeling Lucky&#8221; search term. The exact search engine string to use is defined in the string preference <strong>keyword.URL</strong>; if you want to change it to something else, you can simply edit this string.</p></blockquote>
<p>So I changed it to a normal Google search results string, and voila.</p>
<p>Even though this article was written in 2007, most of the info still applies, so its still a worthwhile article to check out. <a href="http://www.computerworld.com/action/article.do?command=printArticleBasic&amp;articleId=9020880" target="_blank">Computer World: Hacking Firefox: The Secrets of about:config</a></p>

 <script type="text/javascript">
	<!--
		function onover(what){
	document.getElementById('blurbtext').innerHTML=''+what+'';
	}
	function onout(){
	document.getElementById('blurbtext').innerHTML='&nbsp;';
	}
	-->
	</script>



<h3 style="padding-bottom: 0px; margin-bottom: 0px;">Also check out: <br /><span id="blurbtext"><br /></span></h3>

<div id="relatedposts">




		
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/fx3vsfx2.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Tweak Firefox 3 to Display Richer Colors" height="90" width="90" onmouseover="onover('Tweak Firefox 3 to Display Richer Colors')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2010/10/firefox-addons-xss-testing/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2010/10/beach-xss.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Firefox Addons for Penetration/XSS Testing" height="90" width="90" onmouseover="onover('Firefox Addons for Penetration/XSS Testing')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/firefox_eats_ie.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Firefox extensions I can&#8217;t live without" height="90" width="90" onmouseover="onover('Firefox extensions I can&#8217;t live without')" onmouseout="onout()" /></a></div>

	</div>

]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/06/hacking-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweak Firefox 3 to Display Richer Colors</title>
		<link>http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/</link>
		<comments>http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 21:26:59 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[ff3]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=109</guid>
		<description><![CDATA[If the digital photo you just uploaded looks more washed out in Flickr than it does in your desktop image editor, that&#8217;s because Firefox 3&#8242;s advanced color management capability isn&#8217;t turned on by default. To turn it on, type about:config in Firefox 3&#8242;s address bar, then click the &#8220;I&#8217;ll be careful, I promise!&#8221; button. Then, [...]]]></description>
			<content:encoded><![CDATA[<p>If the digital photo you just uploaded looks more washed out in Flickr than it does in your desktop image editor, that&#8217;s because Firefox 3&#8242;s advanced color management capability isn&#8217;t turned on by default. To turn it on, type <code>about:config</code> in Firefox 3&#8242;s address bar, then click the &#8220;I&#8217;ll be careful, I promise!&#8221; button. Then, in the Filter field, type <strong>gfx.color_management.enabled</strong> and set that value to <strong>true</strong> (its default value is false). Restart Firefox. From there on in, your photo colors will be richer than they were. Why isn&#8217;t this value true by default? Well, according to Mozilla, you&#8217;ll see a 10-15% performance hit using this setting, but if you&#8217;ve got a reasonably fast machine, it&#8217;ll be worth the better-looking photos. Hit <a href="http://www.dria.org/wordpress/archives/2008/04/29/633/" target="_blank">this link</a> for an extended explanation of Firefox&#8217;s color profile support.</p>

 <script type="text/javascript">
	<!--
		function onover(what){
	document.getElementById('blurbtext').innerHTML=''+what+'';
	}
	function onout(){
	document.getElementById('blurbtext').innerHTML='&nbsp;';
	}
	-->
	</script>



<h3 style="padding-bottom: 0px; margin-bottom: 0px;">Also check out: <br /><span id="blurbtext"><br /></span></h3>

<div id="relatedposts">




		
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/06/hacking-firefox/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/firefox.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Hacking Firefox" height="90" width="90" onmouseover="onover('Hacking Firefox')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/07/firefox-add-on-errorzilla-breaks-ff3-ssl-error-page/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/07/picture-4.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Firefox Add-On ErrorZilla breaks FF3 SSL error page" height="90" width="90" onmouseover="onover('Firefox Add-On ErrorZilla breaks FF3 SSL error page')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/firefox_eats_ie.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Firefox extensions I can&#8217;t live without" height="90" width="90" onmouseover="onover('Firefox extensions I can&#8217;t live without')" onmouseout="onout()" /></a></div>

	</div>

]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Firefox extensions I can&#8217;t live without</title>
		<link>http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/</link>
		<comments>http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 20:00:10 +0000</pubDate>
		<dc:creator>snipe</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Geek Life]]></category>
		<category><![CDATA[Life Tools]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.snipe.net/?p=92</guid>
		<description><![CDATA[The full list of Firefox extensions that I consider absolutely mandatory. All of these work with FF 2, and many work with older versions. All but one or two have also been updated to work with FF 3. (List last updated Aug 26, 2008.) General Browsing: URL Fixer Seamlessly fixes the fat-fingered &#8220;.con&#8221; typos in [...]]]></description>
			<content:encoded><![CDATA[<p>The full list of Firefox extensions that I consider absolutely mandatory. All of these work with FF 2, and many work with older versions. All but one or two have also been updated to work with FF 3. (List last updated Aug 26, 2008.)<span id="more-92"></span></p>
<p><span style="font-size: medium;">General Browsing:</span></p>
<p><strong><a href="https://addons.mozilla.org/firefox/2871/">URL Fixer</a></strong><br />
Seamlessly fixes the fat-fingered &#8220;.con&#8221; typos in a domain name. (Other similar extensions only suggest the alternates after the page has failed to load)</p>
<p><strong><a href="https://addons.mozilla.org/firefox/134/">Copy Plain Text</a></strong><br />
Allows you to copy without formatting</p>
<p><strong><a href="https://addons.mozilla.org/firefox/1865/">AdBlock Plus</a></strong><br />
Blocks out inline ads, such as banner ads, Google Adwords, etc. (Note, if you&#8217;re a regular at the IWG site, please consider disabling this plugin while there. The ad revenue actually does help keep it running. Its not a lot, but its enough.)</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3199/">Link Alert</a></strong><br />
Pops up a teenie icon when you mouseover a link, indicating the type of file a hyperlink goes to (.doc, .pdf, etc).  This is particularly handy if you (like me) hate clicking on a link and then waiting 10 for Adobe Acrobat to open.  Obviously, yes, you can look at the status bar and find out where it&#8217;s going &#8211; but this extension makes it much more intuitive.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/403/">URL Link</a></strong><br />
Reconnects broken links that are only broken because web-based email wrapped them, etc.  Also has some other neat features.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/636/">PDF Download</a></strong><br />
Makes FF ask you what you want to do with a PDF file, rather than automatically opening it in a browser window.  I&#8217;m on a lot of law and court websites often, and many of them offer PDFs, so this is a nice one for me.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3818/">Resizable textarea</a></strong><br />
Just what it sounds like &#8211; it lets you make a textarea box bigger for more room to type.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3542/">Aging Tabs</a></strong><br />
Changes the color of the tabs in FF based on how long they have been idle.  This isn&#8217;t a critical one, but its helpful to me, since I switch back and forth from tabs so often. At a glance, I can see which are the most active, so I know which ones to click on.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/2410/">Foxmarks Synchronizer</a></strong><br />
Syncs all of your Firefox bookmarks across multiple computers.  Requires you to sign up for an account at Foxmarks, but the account sign-up is built in to the initial setup, and it literally took less than 30 seconds. As of October 2008, Foxmarks now supports browser password syncing.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3006/">Download Helper</a></strong><br />
Grab images and video from YouTube, MySpace, etc.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/2140/">FavLoc</a></strong><br />
Allows you to set specific favorite folders to save your downloads.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/1853/">Background Image Saver</a></strong><br />
More and more sites are utilizing a transparent gif overlay to prevent their images from being saved via the right+click &#8220;save image as&#8221;. Since Firefox doesn&#8217;t have a &#8220;Save background image as&#8230;&#8221;. this extension gives it back to you.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/500/">Google Adsense Notifier</a></strong><br />
Shows you how much you&#8217;ve earned in the status bar.  I have found a bit of a glitch with this since the last update, where I can no longer view the amount from last payment (it shows the amount for all time instead), but I am hopeful that this will get fixed soon, since I really like this extension.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3755/">Gutil!</a></strong><br />
Just a quick shortcut to Google services (mail, news, etc.)  Simple, but nice.</p>
<p><strong><a href="http://www.ideashower.com/ideas/launched/read-it-later/" target="_blank">Read it Later</a></strong><br />
This is a handy little addon that lets you flag a page to read later. If you&#8217;re like me, you constantly find interesting pages that you want to delve into, but don&#8217;t always have time, the very moment you find them. While you could certainly just set up a Bookmarks folder for stuff you want to get to later, Read it Later adds a spiffy icon in your address bar. One click and its saved for later.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/189" target="_blank">Google Preview</a></strong><br />
Provides a thumbnail screenshot next to the site link and summary in Google search results. I wouldn&#8217;t have thought I needed this when I first heard about it, but its become one of my favorites.</p>
<p><span style="font-size: medium;">Web Development:</span></p>
<p><strong><a href="https://addons.mozilla.org/firefox/1419/">IE Tab</a></strong><br />
This is perhaps more important as a web developer, but there are times when a page won&#8217;t render correctly in FF, so it&#8217;s nice to have an alternate way of viewing it. There is also a trimmed down version of this extension available as <a href="https://addons.mozilla.org/firefox/1429/">IE Lite</a>. Alas, for PC only.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/4111/">Aardvark</a></strong><br />
This one is a must-have for all web developers.  It allows you to quickly and easily view and select distinct elements of a webpage, displaying their characteristics, including id. Great for troubleshooting HTML and CSS.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/60/">Web Developer Toolbar</a></strong><br />
This is THE first extension I go for when setting up a new computer.  Tons of web dev tools, including viewing submitted headers, debugging tools, and so on.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a></strong><br />
This is the SECOND extension I go for when setting up a new computer. If I ever get to meet the people who came up with this, I&#8217;m going to march right up to them and plant a wet one on their face. This extension has saved me so much time and aggravation &#8211; I can&#8217;t imagine being a web developer without it. How did I do it before Firebug? Firebug gives you easy access to CSS styles, HTML attributes, even network calls for external files.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/59/">User Agent Switcher</a></strong><br />
Helps debug any weird encoding issues you might run across.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/590/">ShowIP</a></strong><br />
Shows the IP address of the website host.  Useful if you&#8217;re working with a site that does load-balancing, dev environments, and so on.</p>
<p><strong><a href="http://www.softpedia.com/get/Internet/Internet-Applications-Addons/Mozilla-Extensions/Server-Spy.shtml" target="_blank">Server Spy</a></strong><br />
This addon lets you see what type of server the website you&#8217;re visiting is running, similar to <a href="http://searchdns.netcraft.com/?position=limited" target="_blank">Netcraft&#8217;s &#8220;What that site running&#8221; lookup</a>.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/3929/">Character Identifier</a></strong><br />
This extension adds a context menu item for selected text that provides more information (from the Unicode database) about the characters selected.</p>
<p><strong><a href="https://addons.mozilla.org/firefox/2409/">Server Switcher</a></strong><br />
If you work with a dev and live server environment, such as dev.yoursite.com and <a class="linkification-ext" title="Linkification: http://www.yoursite.com" href="http://www.yoursite.com">www.yoursite.com</a>, this extension allows you to easily switch between the two servers from any page on either server.Â  It would have been nice if you could add one more version, such as staging, but overall its really quite handy.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/5648" target="_blank">Fireshot</a></strong><br />
A very slick, lightweight screenshot addon that allows simple annotations and highlight boxes. Very handy for explaining elements to clients, helping non-techy people understand what and where to click, and so on. There is a free version and a paid version, but I&#8217;ve found that the free version is more than adequate for most use. Only available for Windows&#8230; *sniffle*</p>
<p><strong><a href="http://www.iosart.com/firefox/colorzilla/" target="_blank">Colorzilla</a></strong><br />
Great little addon that gives you the power of a color eyedropper in your browser. Need to grab a color from a website to make additional graphics? No problem. Two clicks later, you&#8217;ve got the RGB or hex color code copied to your clipboard. This addon has saved me a ton of time.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank"><strong>MeasureIt</strong> </a><br />
Handy little addon that lets you whip out a ruler and measure the size of anything in your browser, in pixels.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/6647" target="_blank">HttpFox</a></strong><br />
Lets you see the headers being sent through the browser &#8211; can be helpful for debugging scripts.</p>
<p><strong><a href="http://www.evolus.vn/Pencil/Home.html" target="_blank">The Pencil Project</a></strong><br />
Great addon that lets you plan and tweak GUI interfaces right in your browser. <a href="http://www.snipe.net/2008/07/gui-planning-made-easy-with-the-pencil-project/" target="_blank">Click here</a> to read more about the Pencil Project in a previous Snipe.Net article.</p>
<p><span style="font-size: medium;">Social</span></p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/5081" target="_blank">Twitterfox</a></strong><br />
Simply THE easiest way to Twitter. There isn&#8217;t a time when I&#8217;m on the computer without a browser window open, so this slim Twitter client makes it unbelievably easy to post to and read Twitter updates. Don&#8217;t use Twitter? <a href="http://www.snipe.net/2008/07/what-exactly-is-the-point-of-twitter/">Click here</a> to learn why you should!</p>
<p><span style="font-size: medium;">Not at All Useful, But Still Fun</span></p>
<p><strong><a href="https://addons.mozilla.org/firefox/507/">Bork Bork Bork!</a></strong><br />
Translates webpage text into Swedish Chef</p>

 <script type="text/javascript">
	<!--
		function onover(what){
	document.getElementById('blurbtext').innerHTML=''+what+'';
	}
	function onout(){
	document.getElementById('blurbtext').innerHTML='&nbsp;';
	}
	-->
	</script>



<h3 style="padding-bottom: 0px; margin-bottom: 0px;">Also check out: <br /><span id="blurbtext"><br /></span></h3>

<div id="relatedposts">




		
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2010/10/firefox-addons-xss-testing/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2010/10/beach-xss.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Firefox Addons for Penetration/XSS Testing" height="90" width="90" onmouseover="onover('Firefox Addons for Penetration/XSS Testing')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/06/hacking-firefox/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/firefox.jpg&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Hacking Firefox" height="90" width="90" onmouseover="onover('Hacking Firefox')" onmouseout="onout()" /></a></div>

			
               

        
        
        
		<div class="yarppimg"><a href="http://www.snipe.net/2008/06/tweak-firefox-3-to-display-richer-colors/" rel="bookmark">
		<img src="http://www.snipe.net/wp-content/themes/snipe/thumb.php?src=http://www.snipe.net/wp-content/uploads/2008/06/fx3vsfx2.png&amp;h=90&amp;w=90&amp;zc=1&amp;q=95" alt="Tweak Firefox 3 to Display Richer Colors" height="90" width="90" onmouseover="onover('Tweak Firefox 3 to Display Richer Colors')" onmouseout="onout()" /></a></div>

	</div>

]]></content:encoded>
			<wfw:commentRss>http://www.snipe.net/2007/01/firefox-extensions-i-cant-live-without/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.479 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-02 15:46:08 -->

