<?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; userscripts updater</title>
	<atom:link href="http://www.ghacks.net/tag/userscripts-updater/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>Wed, 25 Nov 2009 09:43:02 +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>Greasemonkey UserScripts Updater</title>
		<link>http://www.ghacks.net/2009/05/03/greasemonkey-userscripts-updater/</link>
		<comments>http://www.ghacks.net/2009/05/03/greasemonkey-userscripts-updater/#comments</comments>
		<pubDate>Sun, 03 May 2009 09:07:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[userscripts]]></category>
		<category><![CDATA[userscripts updater]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12540</guid>
		<description><![CDATA[Greasemonkey userscripts can be very helpful in many situations that are regularly encountered on the web. They manipulate elements on a website to either remove, add or change them without the user noticing in the background. There are basic scripts that have been designed for one specific purpose like removing all ads on a website [...]]]></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" />Greasemonkey userscripts can be very helpful in many situations that are regularly encountered on the web. They manipulate elements on a website to either remove, add or change them without the user noticing in the background. There are basic scripts that have been designed for one specific purpose like removing all ads on a website or adding download links to photos but also more advanced scripts that combine many new elements into one script. What all have in common is that there is no way of getting informed about script updates. At least not by normal means. Script updates are important as userscripts have to be modified if websites change elements on their pages. Results can be non working or broken userscripts.</p>
<p><span id="more-12540"></span><a href="http://userscripts.org/scripts/show/26062">Userscripts Updater</a> is a Greasemonkey script that has been designed to search for script updates automatically. It is installed like any other Greasemonkey script in the web browser. It won&#8217;t work right out of the box because it only supports scripts that have been installed after it was installed itself. Users with Greasemonkey scripts installed need to uninstall and reinstall them. That should not be highly problematic unless dozens of scripts are installed on a user&#8217;s computer.</p>
<p>The userscript will add all scripts that get installed after its own installation so that these can be automatically included in the checks for updates. It is important to open the Options of the script at least once to configure the automatic update process. Options can be accessed on any Greasemonkey userscript page.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/userscripts-500x142.jpg" alt="userscripts" title="userscripts" width="500" height="142" class="alignnone size-medium wp-image-12541" /></p>
<p>A click on Update Scripts will initiate a check for script updates. Options on the other hand open a small overlay menu on the same page that can be used to configure regular automatic update checks, for instance every hour or second day, and to take a look at the scripts that are monitored. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/scripts_updater.jpg" alt="scripts updater" title="scripts updater" width="263" height="188" class="alignnone size-full wp-image-12542" /></p>
<p>Old scripts have to be removed manually from that option&#8217;s menu as they are still listed in the updater even if they have been uninstalled by the user. Userscripts Updater is a great script for users who use Greasemonkey scripts. It removes the hassle of having to check for script updates regularly.</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/userscripts/" title="userscripts" rel="tag">userscripts</a>, <a href="http://www.ghacks.net/tag/userscripts-updater/" title="userscripts updater" rel="tag">userscripts updater</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/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/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/08/02/automatically-download-files-from-rapidshare-in-firefox/" title="Automatically Download Files From Rapidshare In Firefox (August 2, 2009)">Automatically Download Files From Rapidshare In Firefox</a> (14)</li>
	<li><a href="http://www.ghacks.net/2009/06/16/9-twitter-userscripts/" title="9 Twitter Userscripts (June 16, 2009)">9 Twitter Userscripts</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/03/greasemonkey-userscripts-updater/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
