<?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>gHacks technology news &#187; userscript</title>
	<atom:link href="http://www.ghacks.net/tag/userscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatically Reload Websites With Auto F5</title>
		<link>http://www.ghacks.net/2009/11/17/automatically-reload-websites-with-auto-f5/</link>
		<comments>http://www.ghacks.net/2009/11/17/automatically-reload-websites-with-auto-f5/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 09:49:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[monitor websites]]></category>
		<category><![CDATA[reload websites]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=18595</guid>
		<description><![CDATA[It happens sometimes that you are on a website waiting for something to happen, for example a download that should be available on that day or a registration form for a new web service. And then there are times where you want to reload a page because the contents change all the time. This can [...]]]></description>
			<content:encoded><![CDATA[<p>It happens sometimes that you are on a website waiting for something to happen, for example a download that should be available on that day or a registration form for a new web service. And then there are times where you want to reload a page because the contents change all the time. This can be pages that display random photos and images or forums with a large userbase. There are two options to deal with these situations. The first option is to use a program to <a href="http://www.ghacks.net/2009/09/07/monitor-website-changes/">monitor website changes</a>. This program, once configured will periodically check the websites to see if they have changed in the meantime.</p>
<p>The second option is a script to automatically reload a website periodically. And one of these scripts is the Greasemonkey script Auto F5 which can automatically reload websites.</p>
<p><span id="more-18595"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/11/auto_reload.jpg" alt="auto reload" title="auto reload" width="467" height="245" class="alignnone size-full wp-image-18596" /></p>
<p>Auto Reload can be activated with the keyboard shortcut [Shift t]. This will bring up the configuration menu where the web user can configure the automatic reload on the active website. Configurable settings include the reload interval with the default being 5 minutes, a random value that is added to the timeout and the following options that require more explanation:</p>
<blockquote><ul>
<li>The option &#8220;Ignore everything after these symbols in URL&#8221; is a little bit difficult to explain: if there are session id´s in the URL the timeout would only work for this session, but if one wants this page to be refreshed in every session one can enter separators that determine sessions and other things. Another example would be that one wants to store a refresh value for a whole site with its subfolders etc.. Therefor one could enter the &#8220;/&#8221; as a separator.</li>
<li>&#8220;Include the separators in the URL saved&#8221; as an additional option for the separators: imagine one wants to have a timeout for all subfolders of /topics/21456/ (discussion of this script) and puts it in the list of separators. Then the URL saved by this script would be http://userscripts.org/ which may not be what one wants, because the main page is to have its own timeout value. Then this option should be activated so the URL is http://userscripts.org/topics/21456/ which is different to http://userscripts.org/, so it can be refreshed independently.</li>
<li>The &#8220;Hide menu&#8221;-option is to hide the menu when one clicks somewhere that is not the menu.</li>
<li>The &#8220;Prolong timeouts&#8221;-option is to prevent an unintentional page reload, while working on that page.</li>
<li>Option to relaod all pages with standard timeout when no timeout is set for that page. What else to say? Ok this option is like a wildcard. If checked it reloads every single page (!) with default timeout, unless an individual timeout is setup for that page.</li>
</ul>
</blockquote>
<p>Most users can keep the default settings except for the page reload timeout which might be to high in certain situations. The script will automatically deactivate the hotkey in web forms. Users who want to use the automatic refresh on pages with web forms need to click outside of the web form before the keyboard shortcut becomes active.</p>
<p><a href="http://userscripts.org/scripts/show/41891">Auto F5 Reload</a> is available at the script&#8217;s Userscript page. The web browser needs to be restarted after downloading and installing the script.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/monitor-websites/" title="monitor websites" rel="tag">monitor websites</a>, <a href="http://www.ghacks.net/tag/reload-websites/" title="reload websites" rel="tag">reload websites</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/" title="Use Autologin in Firefox (October 15, 2007)">Use Autologin in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/" title="Two Firefox Add-Ons That Help You Extend The Web Browser (May 17, 2009)">Two Firefox Add-Ons That Help You Extend The Web Browser</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/" title="Spice Up Google Search With Google Fx (April 7, 2009)">Spice Up Google Search With Google Fx</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/09/15/pbtweet-enhances-twitter-experience/" title="PBTweet Enhances Twitter Experience (September 15, 2009)">PBTweet Enhances Twitter Experience</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/25/google-image-relinker/" title="Google Image Relinker (July 25, 2009)">Google Image Relinker</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/11/17/automatically-reload-websites-with-auto-f5/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Flickr AllSizes Userscript</title>
		<link>http://www.ghacks.net/2009/10/25/flickr-allsizes-userscript/</link>
		<comments>http://www.ghacks.net/2009/10/25/flickr-allsizes-userscript/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 09:02:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flickr all sizes]]></category>
		<category><![CDATA[photo hosting]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17691</guid>
		<description><![CDATA[Most photos that are uploaded to Flickr are available in various sizes at the photo hosting service ranging from the original photo resolution down to medium, small and thumbnail copies of that photo. Users who upload photos can make the decision to share all available sizes of the photo with other Flickr users or only [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/flickr_file_synchronization_software.png" alt="flickr" title="flickr" width="127" height="65" class="alignleft size-full wp-image-12735" />Most photos that are uploaded to Flickr are available in various sizes at the photo hosting service ranging from the original photo resolution down to medium, small and thumbnail copies of that photo. Users who upload photos can make the decision to share all available sizes of the photo with other Flickr users or only one size that is available when someone opens that photo&#8217;s page on Flickr. An All Sizes link at the top of the photo indicates if the photo is available in all sizes or not.</p>
<p>Users who want that option for all Flickr photos &#8211; even those that do not offer it by default &#8211; can install the AllSizes userscript to do so. AllSizes will add the All Sizes link to every photo that is hosted at Flickr. </p>
<p><span id="more-17691"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/10/flickr_allsizes-500x435.jpg" alt="flickr allsizes" title="flickr allsizes" width="500" height="435" class="alignnone size-medium wp-image-17692" /></p>
<p>It furthermore extends the original functionality with these features:</p>
<ul>
<li>Quickly choose between any of the available sizes</li>
<li>Better HTML to post photos on blogs and Flickr discussion threads</li>
<li>Appends &#8216;(by *Username*)&#8217; to the title and alt attributes</li>
<li>Gives &#8216;Untitled&#8217; for untitled photos</li>
<li>Download images, copy the code to your clipboard, view the image</li>
<li>BB Code for posting photos on forums and bulletin boards</li>
<li>Video still images can be accessed as if they were photos</li>
<li>Shortcut keys for quick actions</li>
<li>Default settings can be modified</li>
<li>Automatically checks for updates</li>
</ul>
<p>As you can see in the screenshot above it will overlay the photo at Flickr with the options that it provides.Different photo sizes can be selected, downloaded, copied to the clipboard or viewed. It is also possible to display the original all sizes page of Flickr instead. AllSizes is a <a href="http://userscripts.org/scripts/show/6178">userscript</a> that should work in all web browsers that support userscripts.</p>

	Tags: <a href="http://www.ghacks.net/tag/flickr/" title="flickr" rel="tag">flickr</a>, <a href="http://www.ghacks.net/tag/flickr-all-sizes/" title="flickr all sizes" rel="tag">flickr all sizes</a>, <a href="http://www.ghacks.net/tag/photo-hosting/" title="photo hosting" rel="tag">photo hosting</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/01/smugmug-album-downloader/" title="SmugMug Album Downloader (July 1, 2009)">SmugMug Album Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/photo-hosting-site-flickr-improves-search-result-pages/" title="Photo Hosting Site Flickr Improves Search Result Pages (August 5, 2009)">Photo Hosting Site Flickr Improves Search Result Pages</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/official-flickr-photo-upload-software/" title="Official Flickr Photo Upload Software (August 18, 2009)">Official Flickr Photo Upload Software</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/09/identify-the-digital-camera-a-photo-was-taken-with-on-flickr/" title="Identify The Digital Camera A Photo Was Taken With On Flickr (July 9, 2009)">Identify The Digital Camera A Photo Was Taken With On Flickr</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/03/direct-thumbnail-to-full-size-photo-link-on-flickr/" title="Direct Thumbnail To Full Size Photo Link On Flickr (April 3, 2009)">Direct Thumbnail To Full Size Photo Link On Flickr</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/25/flickr-allsizes-userscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PBTweet Enhances Twitter Experience</title>
		<link>http://www.ghacks.net/2009/09/15/pbtweet-enhances-twitter-experience/</link>
		<comments>http://www.ghacks.net/2009/09/15/pbtweet-enhances-twitter-experience/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 21:26:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[pbtweet]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16387</guid>
		<description><![CDATA[PBTweet is a bookmarklet and userscript that enhances several aspects of Twitter by changing or adding new functions to the popular social network. Before we start looking at the features a word about compatibility. The bookmarklet works with most Webkit based web browsers including Safari and Google Chrome. The userscripts  are compatible with Greasemonkey [...]]]></description>
			<content:encoded><![CDATA[<p>PBTweet is a bookmarklet and userscript that enhances several aspects of Twitter by changing or adding new functions to the popular social network. Before we start looking at the features a word about compatibility. The bookmarklet works with most Webkit based web browsers including Safari and Google Chrome. The userscripts  are compatible with Greasemonkey for <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> but also with Greasekit for Safari and Chrome userkit. </p>
<p>The features that are added are manifold for a userscript / bookmarklet. PBtweet will display conversations in chain balloons which makes it much easier to follow them on Twitter. It will also remove redundant tweets automatically, add more messages automatically once the end of the page has been reached, insert new messages automatically at the top, expand shortened urls, offer picture previews and indicators and provide access to actions like translating and replying to messages.</p>
<p><span id="more-16387"></span>The developers have created a demonstration video that is showcasing the functionality of PBTweet which is embedded below. It gives a great visual overview of the features offered by the bookmarklet / userscript.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/TAkUG0FXjd0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=ja&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/TAkUG0FXjd0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=ja&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
<p>Interested users find installation instructions and <a href="http://web.me.com/t_trace/pbtweet.html">downloads</a> at the developer&#8217;s website.</p>

	Tags: <a href="http://www.ghacks.net/tag/bookmarklet/" title="bookmarklet" rel="tag">bookmarklet</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/google-chrome/" title="google chrome" rel="tag">google chrome</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/pbtweet/" title="pbtweet" rel="tag">pbtweet</a>, <a href="http://www.ghacks.net/tag/safari/" title="safari" rel="tag">safari</a>, <a href="http://www.ghacks.net/tag/twitter/" title="twitter" rel="tag">twitter</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/04/xenocode-web-browser-sandbox/" title="Xenocode Web Browser Sandbox (April 4, 2009)">Xenocode Web Browser Sandbox</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/21/web-browser-popularity/" title="Web Browser Popularity (March 21, 2009)">Web Browser Popularity</a> (51)</li>
	<li><a href="http://www.ghacks.net/2009/06/21/web-browser-memory-usage-benchmark-gets-it-all-wrong/" title="Web Browser Memory Usage Benchmark Gets It All Wrong (June 21, 2009)">Web Browser Memory Usage Benchmark Gets It All Wrong</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/09/15/web-browser-have-impact-on-battery-life/" title="Web Browser Have Impact On Battery Life (September 15, 2009)">Web Browser Have Impact On Battery Life</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/12/14/web-browser-benchmark-comparison/" title="Web Browser Benchmark Comparison (December 14, 2008)">Web Browser Benchmark Comparison</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/15/pbtweet-enhances-twitter-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Image Relinker</title>
		<link>http://www.ghacks.net/2009/07/25/google-image-relinker/</link>
		<comments>http://www.ghacks.net/2009/07/25/google-image-relinker/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 11:26:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google image]]></category>
		<category><![CDATA[google image search]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[image search]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[seamonkey]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14746</guid>
		<description><![CDATA[Google Image Search is a very comprehensive image search engine. It basically works the same way as the standard Google search with the difference that image thumbnails are displayed as results on the results pages. Additional information like the domain name the image was posted on or the size of the image are displayed on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/07/google_images.jpg" alt="google images" title="google images" width="306" height="115" class="alignleft size-full wp-image-14747" />Google Image Search is a very comprehensive image search engine. It basically works the same way as the standard Google search with the difference that image thumbnails are displayed as results on the results pages. Additional information like the domain name the image was posted on or the size of the image are displayed on the result pages as well. Filters allow the user to find images that match certain criteria like resolutions or colors.</p>
<p>One aspect of Google Image Search that is bugging many users is that it does not link directly to the image but to a Google page that displays the website containing the image in a frame. This means that users need to click on the image to be taken to the framed page where they can either scroll until they find the image or click on the image that is displayed on top to display the full sized image.</p>
<p><span id="more-14746"></span>The Google Image Relinker userscript changes this default behavior by linking directly to the images in the Google Image search results pages. The developer has confirmed that the script works in <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>, <a href="http://www.ghacks.net/category/browsing/opera/">Opera</a> and Seamonkey with the possibility that it will work in other web browsers that support userscripts (Google Chrome, Safari) as well.</p>
<p>The script basically safes time by allowing the user to view the image directly from the search result pages. A link to the framed version (which is the default way) is provided as well. Google Image Relinker is an interesting <a href="http://userscripts.org/scripts/show/5059">userscript</a> for those users who work with the Google Image Search engine regularly.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/google-image/" title="google image" rel="tag">google image</a>, <a href="http://www.ghacks.net/tag/google-image-search/" title="google image search" rel="tag">google image search</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/image-search/" title="image search" rel="tag">image search</a>, <a href="http://www.ghacks.net/tag/opera/" title="opera" rel="tag">opera</a>, <a href="http://www.ghacks.net/tag/seamonkey/" title="seamonkey" rel="tag">seamonkey</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/" title="Spice Up Google Search With Google Fx (April 7, 2009)">Spice Up Google Search With Google Fx</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/11/14/google-multi-column-view/" title="Google Multi-Column View (November 14, 2008)">Google Multi-Column View</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/24/youtube-enhance-youtube-experience/" title="Youtube: Enhance Youtube Experience (April 24, 2009)">Youtube: Enhance Youtube Experience</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/" title="x Ways To Manipulate Websites In Firefox (June 15, 2009)">x Ways To Manipulate Websites In Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/" title="Use Autologin in Firefox (October 15, 2007)">Use Autologin in Firefox</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/25/google-image-relinker/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Two Firefox Add-Ons That Help You Extend The Web Browser</title>
		<link>http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/</link>
		<comments>http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/#comments</comments>
		<pubDate>Sun, 17 May 2009 18:33:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[add-on suggestion tool]]></category>
		<category><![CDATA[firefox-add on]]></category>
		<category><![CDATA[firefox-extension]]></category>
		<category><![CDATA[greasefire]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[userscript]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/</guid>
		<description><![CDATA[Users of the Firefox web browser have thousands of add-ons and scripts at their disposal that they can use to extend the functionality of the web browser. This large amount makes it impossible for most users to know all of the add-ons out there which in turn can mean that they miss the opportunity of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox.png" alt="firefox" title="firefox" width="113" height="109" class="alignleft size-full wp-image-12575" />Users of the <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> web browser have thousands of add-ons and scripts at their disposal that they can use to extend the functionality of the web browser. This large amount makes it impossible for most users to know all of the add-ons out there which in turn can mean that they miss the opportunity of testing and working with ones that would help them increase their browsing experience. </p>
<p>Here are two Firefox add-ons that help users find new Firefox add-ons and Greasemonkey scripts naturally. We have covered them both before here at Ghacks but thought it would be nice to combine both in a post as they are excellent ways to extend the web browser.</p>
<p><span id="more-12896"></span><a href="https://addons.mozilla.org/en-US/firefox/addon/8352/">Greasefire</a></p>
<p>Greasefire finds Greasemonkey scripts that are compatible with the active website. Those can be scripts that have been specifically designed for that website or scripts that work with software that has been used to create the site. The add-on will change the icon of the Greasemonkey extension in the Firefox status bar if scripts have been found. A right-click on the icon will display the usual Greasemonkey menu with the addition of one entry that is displaying the number of scripts found that are compatible with the website. A click on that figure will open a new window that displays the names of the scripts in a sidebar and embeds the page at the userscript website on the right.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/greasemonkey_scripts-500x308.jpg" alt="greasemonkey scripts" title="greasemonkey scripts" width="500" height="308" class="alignnone size-medium wp-image-12895" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/11954">Add-ons Suggestion Tool</a></p>
<p>We have covered the add-ons suggestion tool recently. It will compute related add-ons to the add-ons already installed in the active Firefox profile based on the installations of other users with similar add-ons. It is experimental at this time and lacks add-on descriptions but links to the add-on pages where the information can be obtained.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox_addon_suggestion-500x365.jpg" alt="firefox addon suggestion" title="firefox addon suggestion" width="500" height="365" class="alignnone size-medium wp-image-12853" /></p>
<p>Know of any additional tool or add-on that does something similar? Let us know in the options.</p>

	Tags: <a href="http://www.ghacks.net/tag/add-on-suggestion-tool/" title="add-on suggestion tool" rel="tag">add-on suggestion tool</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-add-on/" title="firefox-add on" rel="tag">firefox-add on</a>, <a href="http://www.ghacks.net/tag/firefox-extension/" title="firefox-extension" rel="tag">firefox-extension</a>, <a href="http://www.ghacks.net/tag/greasefire/" title="greasefire" rel="tag">greasefire</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/31/greasemonkey-to-firefox-add-on-compiler/" title="Greasemonkey To Firefox Add-On Compiler (August 31, 2009)">Greasemonkey To Firefox Add-On Compiler</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/05/13/firefox-speed-up-script/" title="FireFox Speed Up Script (May 13, 2009)">FireFox Speed Up Script</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/12/17/automatically-discover-new-greasemonkey-scripts/" title="Automatically Discover New Greasemonkey Scripts (December 17, 2008)">Automatically Discover New Greasemonkey Scripts</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/29/youtube-it-firefox-add-on/" title="Youtube It Firefox Add-on (April 29, 2009)">Youtube It Firefox Add-on</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/youtube-comment-cloud-firefox-add-on/" title="Youtube Comment Cloud Firefox Add-On (April 11, 2009)">Youtube Comment Cloud Firefox Add-On</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox Speed Up Script</title>
		<link>http://www.ghacks.net/2009/05/13/firefox-speed-up-script/</link>
		<comments>http://www.ghacks.net/2009/05/13/firefox-speed-up-script/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:27:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox scripts]]></category>
		<category><![CDATA[firefox speed]]></category>
		<category><![CDATA[firefox-add on]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[optimize firefox]]></category>
		<category><![CDATA[userscript]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/05/13/firefox-speed-up-script/</guid>
		<description><![CDATA[Firefox Speed Up Script is a script for Greasemonkey that combines several tweaks to Firefox core configuration settings with site specific optimizations and various other improvements including blocking of known advertising scripts. The Greasemonkey extension for the Firefox web browser is required to use the Speed Up Script which will automatically become active after installation. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox.png" alt="firefox" title="firefox" width="113" height="109" class="alignleft size-full wp-image-12575" /><a href="http://www.ghacks.net/tag/firefox/">Firefox</a> Speed Up Script is a script for Greasemonkey that combines several tweaks to Firefox core configuration settings with site specific optimizations and various other improvements including blocking of known advertising scripts. The Greasemonkey extension for the Firefox web browser is required to use the Speed Up Script which will automatically become active after installation. This is actually one of the biggest strengths of this solution as it does not require the user to edit the Firefox configuration manually. Cautious users are advised to look at the source code of the script before they install it to get detailed information about the changes that are applied to it.</p>
<p><span id="more-12799"></span>The biggest improvements are noticeable on websites that have been added by the developer of the script. Sites like the BBC, Youtube, Digg, MSN, IDMB, Lifehacker, Gizmodo or Mashable are all included in that list and should load faster than before for most users who apply the script to their computer system.</p>
<p>The only problem that some users could run into is that optimized sites can only be removed from the script by editing the source code. Advanced users on the other hand can use this to add new sites to the script.</p>
<p><a href="http://userscripts.org/scripts/show/47492">FireFox Speed Up Script</a> can be downloaded directly from the Userscripts website.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-scripts/" title="firefox scripts" rel="tag">firefox scripts</a>, <a href="http://www.ghacks.net/tag/firefox-speed/" title="firefox speed" rel="tag">firefox speed</a>, <a href="http://www.ghacks.net/tag/firefox-add-on/" title="firefox-add on" rel="tag">firefox-add on</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/optimize-firefox/" title="optimize firefox" rel="tag">optimize firefox</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/" title="Two Firefox Add-Ons That Help You Extend The Web Browser (May 17, 2009)">Two Firefox Add-Ons That Help You Extend The Web Browser</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/" title="Spice Up Google Search With Google Fx (April 7, 2009)">Spice Up Google Search With Google Fx</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/08/31/greasemonkey-to-firefox-add-on-compiler/" title="Greasemonkey To Firefox Add-On Compiler (August 31, 2009)">Greasemonkey To Firefox Add-On Compiler</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/04/14/disable-text-field-auto-focus/" title="Disable Text Field Auto Focus (April 14, 2009)">Disable Text Field Auto Focus</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/12/17/automatically-discover-new-greasemonkey-scripts/" title="Automatically Discover New Greasemonkey Scripts (December 17, 2008)">Automatically Discover New Greasemonkey Scripts</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/13/firefox-speed-up-script/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Disable Text Field Auto Focus</title>
		<link>http://www.ghacks.net/2009/04/14/disable-text-field-auto-focus/</link>
		<comments>http://www.ghacks.net/2009/04/14/disable-text-field-auto-focus/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 06:07:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[auto focus]]></category>
		<category><![CDATA[disable auto focus]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[userscript]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/14/disable-text-field-auto-focus/</guid>
		<description><![CDATA[We would like to show how to disable the auto focus on text fields of selected websites to complete the series of posts that deal with auto focusing on text fields once the website opens in the web browser. If you open the Google Search homepage by default you notice that the cursor will automatically [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/greasemonkey.gif" alt="greasemonkey" title="greasemonkey" width="128" height="128" class="alignleft size-full wp-image-11973" />We would like to show how to disable the auto focus on text fields of selected websites to complete the series of posts that deal with auto focusing on text fields once the website opens in the web browser. If you open the Google Search homepage by default you notice that the cursor will automatically be placed in the search form on that page. Many users like this feature as it speeds up their search. Not by much but it adds up over the days.</p>
<p>Some users on the other hand prefer that this is not happening automatically. This is probably not so much a problem of Google Search but on pages with several text fields that auto focus on the first once the page has loaded. Users who start typing in data in the first text field &#8211; and probably jump to the second to continue &#8211; will notice that the cursor will be placed in the first text field once the page has finished loading no matter where it is currently located on the page. Not that nice if you started typing in a long secure password only to realize that you have to type it in again.</p>
<p><span id="more-11981"></span><a href="http://userscripts.org/scripts/show/42567">Focus Killer</a> is another Greasemonkey script that can disable auto focus on text fields. The default setting of the script is to enable this option for all websites. This does cause problems with some websites though and it is recommended to specify the websites it should work on. This can be done easily by right-clicking the Greasemonkey icon in the web browser, selecting Manage User Scripts from the menu, removing the * entry in the Included Pages table and adding new websites by clicking on the Add button next to it.</p>
<p>Check out the other article in the series if you want the reverse effect. (read: <a href="http://www.ghacks.net/2009/04/13/automatically-jump-to-first-text-field/">Automatically jump to first text field</a></p>

	Tags: <a href="http://www.ghacks.net/tag/auto-focus/" title="auto focus" rel="tag">auto focus</a>, <a href="http://www.ghacks.net/tag/disable-auto-focus/" title="disable auto focus" rel="tag">disable auto focus</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/" title="Two Firefox Add-Ons That Help You Extend The Web Browser (May 17, 2009)">Two Firefox Add-Ons That Help You Extend The Web Browser</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/" title="Spice Up Google Search With Google Fx (April 7, 2009)">Spice Up Google Search With Google Fx</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/13/firefox-speed-up-script/" title="FireFox Speed Up Script (May 13, 2009)">FireFox Speed Up Script</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/04/13/automatically-jump-to-first-text-field/" title="Automatically Jump To First Text Field (April 13, 2009)">Automatically Jump To First Text Field</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/" title="x Ways To Manipulate Websites In Firefox (June 15, 2009)">x Ways To Manipulate Websites In Firefox</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/14/disable-text-field-auto-focus/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spice Up Google Search With Google Fx</title>
		<link>http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/</link>
		<comments>http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 08:10:42 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google search]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[userscript]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11732</guid>
		<description><![CDATA[Google Search has always been using a minimalistic design. While this serves several purposes like offering distraction free web searching and fast loading times it does fall a bit short for some users who prefer to access additional information right in the search interface.
Google Fx is a Greasemonkey Script which means it works in all [...]]]></description>
			<content:encoded><![CDATA[<p>Google Search has always been using a minimalistic design. While this serves several purposes like offering distraction free web searching and fast loading times it does fall a bit short for some users who prefer to access additional information right in the search interface.</p>
<p>Google Fx is a <a href="http://www.ghacks.net/tag/greasemonkey/">Greasemonkey</a> Script which means it works in all compatible web browsers like <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>. The script will turn the minimalistic Google Search pages into an information powerhouse by adding information and features. Visitors will immediately notice the changes in the Google Search interface. Icons have been added to the top header of the page and the Google Suggest feature is available on all search forms automatically. Google Suggest displays related search terms in a menu below the original search term even if the user is still typing into the form. </p>
<p>The real changes and benefits of Google Fx become only visible on the Google Search results page. The header has been expanded to contain direct links to various other search engines like Yahoo, Ask or Wikipedia which is excellent for research. There is even the possibility to perform the search on all of the 12 search engines that are listed at the same time. It does contain links to various Google Services that are not listed in the default Search interface like a direct access to Translate.</p>
<p><span id="more-11732"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/google_search-500x271.jpg" alt="google search" title="google search" width="500" height="271" class="alignnone size-medium wp-image-11733" /></p>
<p>The top right contains links to filter the search results by time or to search only in title, text, url or links. Everything is immediately clickable to provide fast access to the desired information. The Google search results have been spiced up as well. A thumbnail will be displayed for each search result that is giving users a visual impression of the listed websites. The usual features like accessing the cached version of the search result are still available.</p>
<p>The script will display the first 50 search results at once and add new entries at the bottom of the list once the user scrolls down to the end. <a href="http://userscripts.org/scripts/show/31950">Google Fx</a> is an excellent Greasemonkey script for users who use Google on a regular basis and prefer to have access to additional information right on the search pages.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/google-search/" title="google search" rel="tag">google search</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/search-engine/" title="search engine" rel="tag">search engine</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/" title="x Ways To Manipulate Websites In Firefox (June 15, 2009)">x Ways To Manipulate Websites In Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/" title="Two Firefox Add-Ons That Help You Extend The Web Browser (May 17, 2009)">Two Firefox Add-Ons That Help You Extend The Web Browser</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/11/14/google-multi-column-view/" title="Google Multi-Column View (November 14, 2008)">Google Multi-Column View</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/07/25/google-image-relinker/" title="Google Image Relinker (July 25, 2009)">Google Image Relinker</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/05/13/firefox-speed-up-script/" title="FireFox Speed Up Script (May 13, 2009)">FireFox Speed Up Script</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Reader Essentials Userscript</title>
		<link>http://www.ghacks.net/2008/11/27/google-reader-essentials-userscript/</link>
		<comments>http://www.ghacks.net/2008/11/27/google-reader-essentials-userscript/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 13:09:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[feed-reader]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rss news]]></category>
		<category><![CDATA[rss news reader]]></category>
		<category><![CDATA[rss reader]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8458</guid>
		<description><![CDATA[Helvetireader is a minimal Google Reader interface theme supplied as a userscript that turns Google Reader into an optimized feed reader that is displaying only the essentials. It was especially designed to view feeds in the expanded view using keyboard shortcuts.
A userscript compatible browser is needed for the new interface theme to work. Long time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.helvetireader.com/">Helvetireader</a> is a minimal Google Reader interface theme supplied as a userscript that turns Google Reader into an optimized feed reader that is displaying only the essentials. It was especially designed to view feeds in the expanded view using keyboard shortcuts.</p>
<p>A userscript compatible browser is needed for the new interface theme to work. Long time users of Google Reader will need a few minutes before they grow accustomed to the changes. Many would call them drastic and some might say that it is to minimalistic.</p>
<p>At its ore lies a CSS file that can be used to customize the display further to suit individual needs. The main advantage of this userscript is that it puts the focus on the feed items by removing unnecessary buttons and items in Google Reader.</p>
<p><span id="more-8458"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/11/google_reader_userscript-500x436.jpg" alt="google reader userscript" title="google reader userscript" width="500" height="436" class="alignnone size-medium wp-image-8572" /></p>
<p>Helvetireader is a project in development. Interested users can follow the development process on the project&#8217;s homepage or on Twitter.</p>

	Tags: <a href="http://www.ghacks.net/tag/feed-reader/" title="feed-reader" rel="tag">feed-reader</a>, <a href="http://www.ghacks.net/tag/google-reader/" title="google reader" rel="tag">google reader</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/news/" title="news" rel="tag">news</a>, <a href="http://www.ghacks.net/tag/rss-news/" title="rss news" rel="tag">rss news</a>, <a href="http://www.ghacks.net/tag/rss-news-reader/" title="rss news reader" rel="tag">rss news reader</a>, <a href="http://www.ghacks.net/tag/rss-reader/" title="rss reader" rel="tag">rss reader</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/30/rss-reader-feeddemon-3-beta-1/" title="RSS Reader FeedDemon 3 Beta 1 (March 30, 2009)">RSS Reader FeedDemon 3 Beta 1</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/21/desktop-rss-reader-rss-xpress/" title="Desktop RSS Reader RSS Xpress (July 21, 2009)">Desktop RSS Reader RSS Xpress</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/11/25/desktop-rss-reader-newzie/" title="Desktop RSS Reader Newzie (November 25, 2008)">Desktop RSS Reader Newzie</a> (17)</li>
	<li><a href="http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/" title="Use Autologin in Firefox (October 15, 2007)">Use Autologin in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/" title="Two Firefox Add-Ons That Help You Extend The Web Browser (May 17, 2009)">Two Firefox Add-Ons That Help You Extend The Web Browser</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/27/google-reader-essentials-userscript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gmail Redesigned</title>
		<link>http://www.ghacks.net/2008/04/02/gmail-redesigned/</link>
		<comments>http://www.ghacks.net/2008/04/02/gmail-redesigned/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 07:04:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox-extensions]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google-mail]]></category>
		<category><![CDATA[stylish]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3690</guid>
		<description><![CDATA[Google likes basic designs that just works. Take a look at their search engine or Gmail to know what I mean. Now you all know that I do not have a problem with basic designs because I prefer websites to be usable and speedy instead of shiny and slow. 
Gmail Redesigned on the other hand [...]]]></description>
			<content:encoded><![CDATA[<p>Google likes basic designs that just works. Take a look at their search engine or <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> to know what I mean. Now you all know that I do not have a problem with basic designs because I prefer websites to be usable and speedy instead of shiny and slow. </p>
<p>Gmail Redesigned on the other hand is too nice to be ignored. It&#8217;s a userscript that turns plain old Gmail into a modern looking website that blows your mind away. All you need is the <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> extension <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish</a> and the <a href="http://userstyles.org/styles/5867">userscript</a> Gmail Redesigned. Once the extension has been installed and the userscript loaded you can visit Gmail to see the changes.</p>
<p>The interface turned from the plain white / blue interface to a darker one that is definitely more eye pleasing. Take a look at the before and after screenshot to know what I mean.</p>
<p><span id="more-3690"></span><a href='http://www.ghacks.net/wp-content/uploads/2008/04/dark_gmail.jpg'><img src="http://www.ghacks.net/wp-content/uploads/2008/04/dark_gmail.jpg" alt="dark gmail" title="dark gmail" width="500" height="170" class="alignnone size-full wp-image-3691" /></a></p>
<p>It&#8217;s interesting that development for the userscript began just two weeks ago. It&#8217;s work in progress, currently two extensions, Better Gmail 2 and Remember The Milk are not compatible but the author promises to make them in future versions. And since he updates almost once a day this is surely going to be soon.</p>
<p>via <a href="http://lifehacker.com/374815/darken-gmail-with-gmail-redesigned">Lifehacker</a></p>

	Tags: <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-extensions/" title="firefox-extensions" rel="tag">firefox-extensions</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/google-mail/" title="google-mail" rel="tag">google-mail</a>, <a href="http://www.ghacks.net/tag/stylish/" title="stylish" rel="tag">stylish</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/" title="Gmail: 90 Tools And Tips To Make You A Gmail Pro (February 9, 2009)">Gmail: 90 Tools And Tips To Make You A Gmail Pro</a> (85)</li>
	<li><a href="http://www.ghacks.net/2009/06/30/use-gmail-to-host-and-share-photos/" title="Use Gmail To Host And Share Photos (June 30, 2009)">Use Gmail To Host And Share Photos</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/03/redesign-your-google-calendar-with-a-custom-skin/" title="Redesign your Google Calendar with a custom skin (July 3, 2008)">Redesign your Google Calendar with a custom skin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/11/26/get-notified-in-firefox-about-new-mail/" title="Get Notified in Firefox about new mail (November 26, 2006)">Get Notified in Firefox about new mail</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/13/firefox-webmail-notifier/" title="Firefox WebMail Notifier (August 13, 2009)">Firefox WebMail Notifier</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/02/gmail-redesigned/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Use Autologin in Firefox</title>
		<link>http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/</link>
		<comments>http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 20:45:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[autologinj]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[userscript]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/</guid>
		<description><![CDATA[If you are using Firefox's option to save usernames and passwords for websites that you visited to automatically fill them in when you visit them again you might find a Greasemonkey script called AutologinJ useful. I'm not quite sure what the J stands for but this nice little script presses the login button for you automatically which pretty much means that you can lean back and enjoy the show while Firefox logs you in automatically to the website that you just visited.]]></description>
			<content:encoded><![CDATA[<p>If you are using <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>&#8217;s option to save usernames and passwords for websites that you visited to automatically fill them in when you visit them again you might find a Greasemonkey script called AutologinJ useful. I&#8217;m not quite sure what the J stands for but this nice little script presses the login button for you automatically which pretty much means that you can lean back and enjoy the show while Firefox logs you in automatically to the website that you just visited.</p>
<p>This however only works if only one login has been saved for the site in question. I tested it with <a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a>, Ebay and some forums and it worked flawlessly. Before you can use AutologinJ you need to install the Greasemonkey extension for Firefox as well which adds support for scripts like AutologinJ.</p>
<p>A good way to find out if only one login has been saved for the website in question is to go into Tools > Options and there on Security > Show Passwords. This displays all saved usernames and passwords and the websites so that you can easily check if more than one login has been saved. If that is the case you either need to delete the other logins or not use the autologin feature on that site.</p>
<p><span id="more-2130"></span><strong>Read More:</strong></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a><br />
<a href="http://userscripts.org/scripts/show/1050">AutologinJ</a></p>

	Tags: <a href="http://www.ghacks.net/tag/autologinj/" title="autologinj" rel="tag">autologinj</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/userscript/" title="userscript" rel="tag">userscript</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/17/two-firefox-add-ons-that-help-you-extend-the-web-browser/" title="Two Firefox Add-Ons That Help You Extend The Web Browser (May 17, 2009)">Two Firefox Add-Ons That Help You Extend The Web Browser</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/07/spice-up-google-search-with-google-fx/" title="Spice Up Google Search With Google Fx (April 7, 2009)">Spice Up Google Search With Google Fx</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/04/10/show-100-search-results-in-google-per-page/" title="Show 100 Search Results in Google per page (April 10, 2007)">Show 100 Search Results in Google per page</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/09/15/pbtweet-enhances-twitter-experience/" title="PBTweet Enhances Twitter Experience (September 15, 2009)">PBTweet Enhances Twitter Experience</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/03/18/look-it-up-immediately-in-firefox/" title="Look it up immediately in Firefox (March 18, 2007)">Look it up immediately in Firefox</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/15/use-autologin-in-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
