<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 07:07:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Install With, Installs All UserScripts With Auto Updating Functionality</title><link>http://www.ghacks.net/2010/10/09/install-with-installs-all-userscripts-with-auto-updating-functionality/</link> <comments>http://www.ghacks.net/2010/10/09/install-with-installs-all-userscripts-with-auto-updating-functionality/#comments</comments> <pubDate>Sat, 09 Oct 2010 16:55:27 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[install with]]></category> <category><![CDATA[seamonkey]]></category> <category><![CDATA[userscripts]]></category> <category><![CDATA[userscripts updater]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35749</guid> <description><![CDATA[Userscripts are great. Sure, you need to install Greasemonkey first if you want to run them on Firefox, but they are afterwards easier to install than extensions and have a lesser impact on the overall performance of the browser since they are executed on page loads only, and not resident in memory all the time [...]]]></description> <content:encoded><![CDATA[<p>Userscripts are great. Sure, you need to install Greasemonkey first if you want to run them on Firefox, but they are afterwards easier to install than extensions and have a lesser impact on the overall performance of the browser since they are executed on page loads only, and not resident in memory all the time like most extension. One problem though is that most do not come with an option to automatically update the userscript to a new version published by the developer.</p><p>That&#8217;s a problem as it means that users have to look for updates manually, or make use of one of the userscript updaters to receive notifications about updates. This is true for all userscript implementation, regardless of the browser they are installed on.</p><p>Install With is a userscript with an interesting concept to resolve the updating problem once and for all. The userscript basically makes sure that userscripts are installed with auto updating functionality, so that update notifications are displayed to the user whenever a script can be updated.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/install-with-500x279.png" alt="install with" title="install with" width="500" height="279" class="alignnone size-medium wp-image-35751" /></p><p>Here is how it works in detail. Install the <a
href="http://userscripts.org/scripts/show/68219">Install With</a> userscript first. It can be installed like any other userscript and requires no configuration. Please note that it is currently only compatible with Firefox and Seamonkey. Both web browsers need the <a
href="https://addons.mozilla.org/en-US/firefox/addon/748/">Greasemonkey</a> add-on before they can install userscripts.</p><p>The Install With userscript alters the install page on the userscripts website. It places a selection menu below the install button, that displays options to install the script with auto updating functionality. Install With supports various auto updaters and an option to install the script without auto updating functionality.</p><p>The option to install the script without automatic updating is the default selection. Selecting an auto updater from the pulldown menu will display parameters on the screen. Here it is possible to configure the minimum and maximum time between update checks.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/auto-updater-500x195.png" alt="auto updater" title="auto updater" width="500" height="195" class="alignnone size-medium wp-image-35753" /></p><p>The userscript tries to detect if another userscript uses a built-in updater. If that is the case it will notify the user, and it is the best option to install it without another updater. Security advisories are displayed if an update of a userscript has been detected. These advisories are rudimentary, and use severity ratings from critical to low and undetermined.</p><p>Install With is a must have userscript for every Firefox and Seamonkey users with Greasemonkey installed. It adds a much needed functionality to all scripts.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/09/install-with-installs-all-userscripts-with-auto-updating-functionality/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <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 Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Uncategorized]]></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> ]]></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>
