<?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; greasemonkey</title> <atom:link href="http://www.ghacks.net/tag/greasemonkey/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>Fri, 10 Feb 2012 20:51:26 +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>Gooverbatim, Add Verbatim Button To Google Search</title><link>http://www.ghacks.net/2011/11/17/gooverbatim-add-verbatim-button-to-google-search/</link> <comments>http://www.ghacks.net/2011/11/17/gooverbatim-add-verbatim-button-to-google-search/#comments</comments> <pubDate>Thu, 17 Nov 2011 19:28:11 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Search Engines]]></category> <category><![CDATA[googel verbatim]]></category> <category><![CDATA[google search]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[scriptish]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52812</guid> <description><![CDATA[I have already talked about Google Verbatim, a new search tool that is currently rolled out for all users of the Google Search engine. With Verbatim, users can search for contents that match their search query exactly. This means no interpretations by Google, no adding of synonyms, removal of words or personalization of the search [...]]]></description> <content:encoded><![CDATA[<p>I have already talked about <a
href="http://www.ghacks.net/2011/11/16/google-verbatim-for-exact-search-results/">Google Verbatim</a>, a new search tool that is currently rolled out for all users of the Google Search engine. With Verbatim, users can search for contents that match their search query exactly. This means no interpretations by Google, no adding of synonyms, removal of words or personalization of the search results. Search in its purest form so to speak. Google Verbatim gives search engine users the option to either use Verbatim to find exact matches, or trust Google in interpreting the search terms correctly to find better matches this way.</p><p>You can follow the link above to read up on the new search tool. You can access Verbatim with a click on More search tools in the left sidebar of a Google search result&#8217;s page, and the selection of Verbatim thereafter. Another possibility is to add the parameter &#038;tbs=li:1 to the end of the query to trigger a verbatim search.</p><p>It took less than a day for someone to create a Google Verbatim userscript that places the option more prominently on all Google Search pages. A Yes, really button is added to the Google search form both on the Google homepage and on search result pages. Users can still click on the standard button to perform a search, or they can click on the new Yes, really button to run a verbatim search instead.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/google-verbatim-search.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/google-verbatim-search-600x430.jpg" alt="google verbatim search" title="google verbatim search" width="600" height="430" class="alignnone size-medium wp-image-52813" /></a></p><p>The name Yes, really answers the unasked question whether you really want to search for all the words entered in the search form. The userscript works fine under the Firefox web browser with Scriptish installed, and in the Google Chrome web browser. It should run equally fine for users who have the Greasemonkey extension installed instead. I have not tested the Google Verbatim userscript in the Opera browser or other web browsers.</p><p>Interested users can download <a
href="https://www.userscripts.org/scripts/show/118203">Gooverbatim</a> from the official Userscripts website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/17/gooverbatim-add-verbatim-button-to-google-search/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>YouTube Link Title, Play Linked YouTube Videos Directly</title><link>http://www.ghacks.net/2011/10/23/youtube-link-title-play-linked-youtube-videos-directly/</link> <comments>http://www.ghacks.net/2011/10/23/youtube-link-title-play-linked-youtube-videos-directly/#comments</comments> <pubDate>Sun, 23 Oct 2011 09:18:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[scriptish]]></category> <category><![CDATA[userscript]]></category> <category><![CDATA[youtube]]></category> <category><![CDATA[youtube videos]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=51816</guid> <description><![CDATA[YouTube videos can be posted as links or as embedded media contents on websites. It depends largely on the technology powering the website if it is possible to embed videos directly. If you look at sites like Facebook or Google Plus for instance, you will notice that they convert YouTube links directly to embedded videos. [...]]]></description> <content:encoded><![CDATA[<p>YouTube videos can be posted as links or as embedded media contents on websites. It depends largely on the technology powering the website if it is possible to embed videos directly. If you look at sites like Facebook or Google Plus for instance, you will notice that they convert YouTube links directly to embedded videos. That&#8217;s however not always the case on forums or other large sites such as Twitter.</p><p>Probably the biggest issue with linked YouTube videos is the fact that users do not see any information about the video. They see a cryptic url http://www.youtube.com/watch?v=co8IaSS0Z08 and do not know if it is worth watching the video.</p><p>The free userscript YouTube Link Title has two core features. It looks up YouTube video urls automatically and replaces their original link text with the video title. See the following two screenshots for a demonstration (first the standard display on Twitter, then the YouTube links with YouTube Link Title installed)</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/10/youtube-links.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/10/youtube-links.jpg" alt="youtube links" title="youtube links" width="531" height="526" class="alignnone size-full wp-image-51817" /></a></p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/10/twitter-youtube-link-titles.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/10/twitter-youtube-link-titles.jpg" alt="twitter youtube link titles" title="twitter youtube link titles" width="529" height="473" class="alignnone size-full wp-image-51818" /></a></p><p>While that does not make it impossible to get rick rolled it certainly aids users in determining whether they would like to watch the video.</p><p>The second feature puts an end to pranks and rill rolls though. You can hover your mouse over YouTube links to see a still of the YouTube video. Even better, a left-click on that video link loads the full video right on the third party web page so that it can be played right away without having to visit the YouTube video portal to do so.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/10/youtube-videos.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/10/youtube-videos.jpg" alt="youtube videos" title="youtube videos" width="584" height="526" class="alignnone size-full wp-image-51819" /></a></p><p>YouTube Link Title is a handy userscript for Internet users who encounter direct links to YouTube videos regularly. NoScript users need to enable scripts for the root domain to make the extension work on sites.</p><p>I have tested the <a
href="https://www.userscripts.org/scripts/show/83584">userscript</a> both in Firefox and Google Chrome, and it worked identical in both. Firefox users need to install Scriptish or Greasemonkey to install the script, Chrome users can install it right away. (thanks Vineeth)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/10/23/youtube-link-title-play-linked-youtube-videos-directly/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Enlarge Photos On eBay Auction Pages</title><link>http://www.ghacks.net/2011/08/15/enlarge-photos-on-ebay-auction-pages/</link> <comments>http://www.ghacks.net/2011/08/15/enlarge-photos-on-ebay-auction-pages/#comments</comments> <pubDate>Mon, 15 Aug 2011 18:41:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[ebay]]></category> <category><![CDATA[eBay tools]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[scriptish]]></category> <category><![CDATA[userscripts]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=49130</guid> <description><![CDATA[The photos that users upload to eBay are used to populate the search results and category listings. The eBay auction platform automatically displays thumbnail versions of the uploaded photos on search and category pages instead of the, often larger, versions of the photo uploaded by the eBay user. While that may not be a problem [...]]]></description> <content:encoded><![CDATA[<p>The photos that users upload to eBay are used to populate the search results and category listings. The eBay auction platform automatically displays thumbnail versions of the uploaded photos on search and category pages instead of the, often larger, versions of the photo uploaded by the eBay user. While that may not be a problem to some eBay users, I know of a few who like to see a larger preview picture of an auction item on eBay on the search and category pages to speed up the discovery and first evaluation of items on eBay.</p><p>The browser userscript <strong>Add Enlarge Picture Option to eBay Search Results</strong> (what a name) adds a semi-automatic option to all eBay search and category pages to display a larger version of the thumbnail image that is shown next to each item in those listings.</p><p>The developer has configured the userscript to only work on eBay.com and eBay.co.uk. Users who want to use the script on other eBay sites can try to add those urls to the script. I have not tested this though and it is questionable if it is going to work.</p><p>It should be noted that the script works on most eBay category pages. Those that use a custom layout, like the Women&#8217;s Clothing category, are not supported.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/ebay-larger-photos.png" alt="ebay larger photos" title="ebay larger photos" width="600" height="439" class="alignnone size-full wp-image-49132" /></p><p>The script displays an enlarge link next to each thumbnail image on eBay. Moving the mouse cursor over the link text will automatically display the larger version &#8211; if available &#8211; as an overlay image on the screen. The image vanishes automatically when the mouse cursor leaves the link area.</p><p>Users of the script can click on the top right corner of each listing to open the program options. Here they can modify the image preview option to activate by click and not by mouse over. They can furthermore add enlarge links to the private My eBay listing and check for script updates manually from there.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/enlarge-ebay-pictures.png" alt="enlarge-ebay-pictures" title="enlarge-ebay-pictures" width="520" height="334" class="alignnone size-full wp-image-49133" /></p><p>I have tested the userscript both in the Firefox and the Google Chrome web browser and it turned out that the script is compatible with both Internet browsers. Google Chrome users can simply install the userscript from the project website <a
href="http://userscripts.org/scripts/show/68201">over at</a> userscripts.org just like they would with any other extensions for the browser. Firefox users need to install the Greasemonkey or <a
href="http://www.ghacks.net/2011/02/28/scriptish-promises-better-firefox-4-userscript-support-performance/">Scriptish</a> add-on first before they can install and use that userscript.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/15/enlarge-photos-on-ebay-auction-pages/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Super iGoogle, Optimize iGoogle&#8217;s Layout To Save Space</title><link>http://www.ghacks.net/2011/06/10/super-igoogle-optimize-igoogles-layout-to-save-space/</link> <comments>http://www.ghacks.net/2011/06/10/super-igoogle-optimize-igoogles-layout-to-save-space/#comments</comments> <pubDate>Fri, 10 Jun 2011 14:25:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[google search]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[igoogle]]></category> <category><![CDATA[super igoogle]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=46306</guid> <description><![CDATA[Google&#8217;s customizable start page iGoogle is nice and all, as it gives users options to create their own unique homepage on the Internet. It is a module driven system where users can add modules like news, weather reports or applications to their page. The layout is however less than optimal for low screen resolution systems [...]]]></description> <content:encoded><![CDATA[<p>Google&#8217;s customizable start page iGoogle is nice and all, as it gives users options to create their own unique homepage on the Internet. It is a module driven system where users can add modules like news, weather reports or applications to their page. The layout is however less than optimal for low screen resolution systems like netbooks, tablets or smartphones.</p><p>The default homepage for instance does not fit vertically on a computer monitor running a 1920&#215;1200 resolution. Imagine how that looks like on a netbook or tablet with half that resolution. While it is possible to cut down on the gadgets on the page to reduce the space requirements, it means at the same time that less information are displayed on the page.</p><p>If you look around, you will notice other areas of improvement, the large header, sidebar or footer areas for instance.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/igoogle-start-page1.png" alt="igoogle start-page" title="igoogle start-page" width="600" height="498" class="alignnone size-full wp-image-46311" /></p><p>There is no option to remove the static contents from the iGoogle homepage, or at least reduce the height or width. The userscript Super iGoogle changes that. It hides the header, sidebar and footer area of the iGoogle page by default, and offers options to display the modules again should they be needed.</p><p>The default homepage after installation of the Super iGoogle userscript looks like this.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/super-igoogle1.png" alt="super igoogle" title="super igoogle" width="600" height="334" class="alignnone size-full wp-image-46312" /></p><p>As you can see, the header, sidebars and footer area have been removed from the page. The functionality of the page remains the same, it is still possible to move modules around. The only difference is that the modules can now use the full height and width of the screen, with the exception of the small header bar on top of the screen.</p><p>Some users may want to retain one of the removed areas, the sidebar for instance or the header. A click on the options button at the upper right corner of the screen displays options to display the hidden page elements again.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/06/igoogle-options.png" alt="igoogle options" title="igoogle options" width="164" height="342" class="alignnone size-full wp-image-46309" /></p><p>A click on one of the elements displays it instantly on the page. It is alternatively possible to use one of the shortcuts to display and hide the elements.</p><ul><li>Display the header with the shortcut Alt-1</li><li>Display the sidebar with the shortcut Alt-2</li><li>Display the footer with the shortcut Alt-3</li><li>Display a mini-search element with Alt-4</li></ul><p>Users who do not want the big header but a search on their iGoogle page can display the mini search module instead to search the Google Search engine from their iGoogle page.</p><p><a
href="http://userscripts.org/scripts/show/26855">Super iGoogle</a> is a userscript. It has been tested under Firefox with the <a
href="http://www.ghacks.net/tag/greasemonkey/">Greasemonkey</a> extension installed. It may run on other web browsers as well, but that has not been tested.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/06/10/super-igoogle-optimize-igoogles-layout-to-save-space/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Cursor Indicator, Indicates PDF, Doc, Exe File Links On The Internet</title><link>http://www.ghacks.net/2011/05/06/cursor-indicator-indicates-pdf-doc-exe-file-links-on-the-internet/</link> <comments>http://www.ghacks.net/2011/05/06/cursor-indicator-indicates-pdf-doc-exe-file-links-on-the-internet/#comments</comments> <pubDate>Fri, 06 May 2011 09:45:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[Internet Explorer]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[cursor indicator]]></category> <category><![CDATA[file extensions]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[scriptish]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=44784</guid> <description><![CDATA[I sometimes miss to look at a link destination before I click on the link in question. That is usually not a problem unless it does not point to a website but a file. Depending on the configuration, this may open or execute the file right away on the computer, or display a prompt. PDF [...]]]></description> <content:encoded><![CDATA[<p>I sometimes miss to look at a link destination before I click on the link in question. That is usually not a problem unless it does not point to a website but a file. Depending on the configuration, this may open or execute the file right away on the computer, or display a prompt. PDF and Word documents are for instance often opened right away, mostly out of convenience.</p><p>The only indication of a link&#8217;s destination is the url that is displayed when you hover over the link with the mouse cursor.</p><p>Cursor Indicator is a free userscript that addresses this. It will automatically change the mouse cursor when it is moved over a supported file link.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/cursor-indicator.png" alt="cursor indicator" title="cursor indicator" width="542" height="180" class="alignnone size-full wp-image-44785" /></p><p>The userscript supports the following file extensions and protocols: zip, doc, exe, pdf, txt, xls and e-mail. Each file extension is indicated with its own cursor design to make the distinction easier.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/file-extensions.png" alt="file-extensions" title="file-extensions" width="303" height="216" class="alignnone size-full wp-image-44786" /></p><p>The cursor change is automatic and requires no user interaction. The standard white mouse cursor will change to the appropriate file type cursor whenever you hover the mouse over a support file link. Please note that this acts as an indicator only, the links remain clickable.</p><p>The script is offered for multiple web browsers. According to the project page, it supports Mozilla Firefox, Google Chrome, Opera and Internet Explorer. Firefox users can use the Stylish extension to install it as a user style, or <a
href="http://www.ghacks.net/2010/10/12/how-to-add-greasemonkey-to-firefox-4/">Greasemonkey</a> or <a
href="http://www.ghacks.net/2011/02/28/scriptish-promises-better-firefox-4-userscript-support-performance/">Scriptish</a> to install it as a userscript.</p><p>The script works on direct links only. Some websites use redirects to link to direct files. Those redirects are not detected by the script which means that the cursor won&#8217;t indicate that the destination points to a file.</p><p>Cursor Indicator works on all websites and properties. It has been tested on Google and Bing search, as well as on forums and blogs.</p><p>Interested users can download the userscript from the <a
href="http://userstyles.org/styles/1183/cursor-indicator">UserStyles</a> website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/06/cursor-indicator-indicates-pdf-doc-exe-file-links-on-the-internet/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Scriptish, Promises Better Firefox 4 Userscript Support, Performance</title><link>http://www.ghacks.net/2011/02/28/scriptish-promises-better-firefox-4-userscript-support-performance/</link> <comments>http://www.ghacks.net/2011/02/28/scriptish-promises-better-firefox-4-userscript-support-performance/#comments</comments> <pubDate>Mon, 28 Feb 2011 11:36:19 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox-extensions]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[scriptish]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=40324</guid> <description><![CDATA[Firefox 4 users who want to work with userscripts, small JavaScript programs that change a website&#8217;s functionality or add features to it, can install the very popular Greasemonkey extension, or the lesser known Scriptish. Scriptish promises several advantages over Greasemonkey, among them a better performance, upgradable user scripts, introduction of functions that are only supported [...]]]></description> <content:encoded><![CDATA[<p>Firefox 4 users who want to work with userscripts, small JavaScript programs that change a website&#8217;s functionality or add features to it, can install the very popular Greasemonkey extension, or the lesser known Scriptish. Scriptish promises several advantages over Greasemonkey, among them a better performance, upgradable user scripts, introduction of functions that are only supported by google Chrome, new Api features, metadata block headers and regular faster updates.</p><p>The Firefox extension supports all userscripts that can be loaded into Greasemonkey, and then some that make use of Google chrome functions that Greasemonkey does not support right now.</p><p>Probably the biggest problem for existing Greasemonkey users is that Scriptish cannot import userscripts from Greasemonkey, which means that they need to be installed anew before they become available in the new extension. But that is a one time process and should not take that long, especially since the developer <a
href="https://github.com/erikvold/scriptish/wiki/How-To%3A--Manually-transfer-user-scripts-from-Greasemonkey-to-Scriptish">has posted</a> a guide to manually import Greasemonkey userscripts into Scriptish on the official website.</p><p>Scriptish offers a better manageability of userscripts. It is for instance possible to edit excludes and includes, and a userscript&#8217;s options in the Firefox add-on manager. Greasemonkey users need to be on one of the pages supported by the userscript to access the options. The extension in addition reveals more information about userscripts directly in the add-on manager.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/02/scriptish.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/02/scriptish.png" alt="scriptish" title="scriptish" width="476" height="195" class="alignnone size-full wp-image-40326" /></a></p><p>Is Scriptish the better Greasemonkey? It certainly offers support for features that Greasemonkey does not offer. More interesting than that may be that it offers better access to configuration options and additional information about individual userscripts.</p><p>Does it offer a better performance than Greasemonkey? I could not really tell a difference, but that does not mean there is none as it depends a lot on the computer and the scripts that are used.</p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/scriptish/">Scriptish</a> is an option for Greasemonkey users who experience performance problems when running scripts, users who want to run userscripts that are working in Chrome but not in Firefox and users who prefer extensions that receive regular updates. For the rest it is definitely an extension to keep an eye on.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/02/28/scriptish-promises-better-firefox-4-userscript-support-performance/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Webcomic Reader, Godsend For Comic Lovers</title><link>http://www.ghacks.net/2011/02/21/webcomic-reader-godsend-for-comic-lovers/</link> <comments>http://www.ghacks.net/2011/02/21/webcomic-reader-godsend-for-comic-lovers/#comments</comments> <pubDate>Mon, 21 Feb 2011 19:00:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[comic]]></category> <category><![CDATA[comic book]]></category> <category><![CDATA[comic reader]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[userscript]]></category> <category><![CDATA[webcomic reader]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=40072</guid> <description><![CDATA[What&#8217;s the main difference between reading comics online and reading physical comic books? Flipping pages usually takes more time online, the speed depends largely on the user&#8217;s computer and Internet connection speed. The userscript Webcomic Reader offers a partial solution for the problem. Partial? Yes, it is only compatible with site&#8217;s specified b the developer. [...]]]></description> <content:encoded><![CDATA[<p>What&#8217;s the main difference between reading comics online and reading physical comic books? Flipping pages usually takes more time online, the speed depends largely on the user&#8217;s computer and Internet connection speed.</p><p>The userscript Webcomic Reader offers a partial solution for the problem. Partial? Yes, it is only compatible with site&#8217;s specified b the developer. Among the hundred+ websites that are supported are popular destinations such as XKCD, <a
href="http://www.ghacks.net/2010/03/19/one-manga-reader/">One Manga</a> or Penny Arcade. A full list is available on the userscript profile page, more about that later.</p><p>Back to why the userscript is a godsend for comic lovers. Probably the most noticeable feature is the ability to pre-load images or pages. Couple that with Ajax navigation for instant page changes and keyboard shortcuts, and you reduce the page load delay to an absolute minimum. The delay is barely noticeable on fast connections.</p><p>Webcomic Reader automatically positions the page so that the comic is shown at the very top. It adds several buttons right beneath the comic which can be used to navigate back and forth with the mouse (this can also be done by clicking directly on the images). There is also a button to remember the page which basically acts as a bookmark without saving a bookmark.</p><p>Configuration options are displayed below that allow the user to open the userscript&#8217;s settings, switch between the standard and minimalistic layout (which only displays the comic and navigation basically), and enable or disable the fit to screen option.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/02/webcomic-reader.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/02/webcomic-reader-550x483.jpg" alt="webcomic reader" title="webcomic reader" width="550" height="483" class="alignnone size-medium wp-image-40073" /></a></p><p>The following keyboard shortcuts are available to navigate even faster:</p><ul><li>Left/right arrows to move to the previous/next page</li><li>Ctrl+arrows to scroll</li><li> F5 or &#8220;.&#8221; to reload the current page</li><li> &#8220;-&#8221; to toggle between the original and minimalistic layout</li><li> &#8220;+&#8221; to toggle the fit-to-screen option (zooms in or out the image to make it fit in the window)</li><li> Ctrl+Shift+A to add the current page to the site&#8217;s bookmarks</li><li>Ctrl+Shift+B to set the current page as the only bookmark</li><li> Ctrl+Shift+X to toggle the &#8220;debug mode&#8221; (to get alerts on errors, useful for testing settings for new sites)</li><li> &#8220;,&#8221; while in &#8220;debug mode&#8221; to see the currently preloaded links/images</li></ul><p>Keyboard shortcuts can be changed in the program settings.</p><p>What else; Oh yeah, it is possible to add your own site to the userscript. How is that done? Well the developer explains it in detail on the userscript&#8217;s homepage but there is a quick rundown. Please note that this only works in Firefox with Greasemonkey installed.</p><ul><li>Right-click the Greasemonkey icon and select Manage User Scripts.</li><li>Select Webcomic Reader and click the Add button. Enter website addresses that you want to add to the userscript.</li><li>Try it, may work out of the box.</li><li>If it does not open the Site settings under User Script Commands &#8211; Webcomic Reader &#8211; Settings and start modifying parameters.</li></ul><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/02/web-comic-reader.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/02/web-comic-reader.jpg" alt="web comic reader" title="web comic reader" width="544" height="413" class="alignnone size-full wp-image-40075" /></a></p><p>Webcomic Reader offers everything that one expects, it fastens up page loading times thanks to pre-loading, Ajax and better navigational options, can remember page positions without saving bookmarks and has options to add support for new web comics that are not supported by default.</p><p>The userscript works best in Firefox thanks to the advanced options that are available there. It is however compatible with Opera and Google Chrome as well. Check the userscript page for restrictions on this. The userscript is <a
href="http://userscripts.org/scripts/show/59842">available</a> for installation at the Userscript.org website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/02/21/webcomic-reader-godsend-for-comic-lovers/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Highlight Favorite Domains In Search Results</title><link>http://www.ghacks.net/2010/12/08/highlight-favorite-domains-in-search-results/</link> <comments>http://www.ghacks.net/2010/12/08/highlight-favorite-domains-in-search-results/#comments</comments> <pubDate>Wed, 08 Dec 2010 11:34:45 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[bing search]]></category> <category><![CDATA[google search]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[highlight domains]]></category> <category><![CDATA[userscript]]></category> <category><![CDATA[yahoo search]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37709</guid> <description><![CDATA[When I search on the Internet in search engines like Google or Bing I tend to favor results from domains that I trust. If I had to chose between a post on Windows7news.com and a Blogger domain I would open the Windows 7 site first since I know it and use it regularly. Locate Multiple [...]]]></description> <content:encoded><![CDATA[<p>When I search on the Internet in search engines like Google or Bing I tend to favor results from domains that I trust. If I had to chose between a post on Windows7news.com and a Blogger domain I would open the <a
href="http://Windows7news.com/">Windows 7</a> site first since I know it and use it regularly.</p><p>Locate Multiple Domains in Search Results is a free userscript that can visualize results from those domains in the Google, Yahoo and Bing search engines.</p><p>The script unfortunately requires manual editing of its code to add domains to it but more about that later.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/12/highlight-domains-search-546x550.jpg" alt="highlight domains search" title="highlight domains search" width="546" height="550" class="alignnone size-medium wp-image-37710" /></p><p>The userscript basically allows the configuration of an unlimited number of sites that should be highlighted in the three popular search engines. Each site can get its own color code for additional means of visualizing them. It is of course also possible to use one color for all sites, or use colors for specific site groups.</p><p>The userscript needs to be edited before it becomes useful. This is done differently depending on the browser and its version. One option is to save the userscript to the local computer, instead of installing it right away, to edit it there which is more comfortable than editing it in the browser window.</p><p>Users who want to do that find the source code <a
href="http://userscripts.org/scripts/review/55920">on this </a>page. Simply copy and paste it into a plain text file on your computer first as it is easier that way for editing purpose.</p><p>Locate the following code near the top of the source code</p><p><code>var sites = [<br
/> ['devseo.co.uk', '#C2D9EF'],<br
/> ['syst3m32.co.uk', '#98292B'],<br
/> ['myspace.com', '#CCC']<br
/> ];</code></p><p>each site is added in the format ['domain name', 'color'],</p><p>To add new domain names edit the existing ones or add new ones. Make sure you keep the format exactly as it is, as it would break the script otherwise. To add ghacks as the first site you would change the code this way</p><p><code>var sites = [<br
/> ['ghacks.net', '#C2D9EF'],<br
/> ['syst3m32.co.uk', '#98292B'],<br
/> ['myspace.com', '#CCC']<br
/> ];</code></p><p>You can check out a HTML color code chart <a
href="http://html-color-codes.com/">here</a> if you need to. Simply add all your favorite sites this way and save the file in the end as userscript.js.</p><p>Then drag and drop it into the browser window where it should be automatically picked up. Firefox users need the Greasemonkey extension for this though. (via <a
href="http://www.makeuseof.com/tag/2-greasemonkey-scripts-permanently-highlight-websites-google-search-results/">Make use of</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/08/highlight-favorite-domains-in-search-results/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Better Amazon Userscript, User Friendly Amazon Product Pages</title><link>http://www.ghacks.net/2010/12/07/better-amazon-userscript-user-friendly-amazon-product-pages/</link> <comments>http://www.ghacks.net/2010/12/07/better-amazon-userscript-user-friendly-amazon-product-pages/#comments</comments> <pubDate>Tue, 07 Dec 2010 09:50:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[amazon]]></category> <category><![CDATA[better amazon]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[mozilla-firefox]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37672</guid> <description><![CDATA[Many companies seem to add information to specific pages on their websites. A prime example is Google Search which turned from a minimalistic page into a complex page with lots of elements on the page. Another example is Amazon and its product pages. These pages are filled with information, ads and other information related to [...]]]></description> <content:encoded><![CDATA[<p>Many companies seem to add information to specific pages on their websites. A prime example is Google Search which turned from a minimalistic page into a complex page with lots of elements on the page. Another example is Amazon and its product pages. These pages are filled with information, ads and other information related to the product. That&#8217;s a lot for users who simply want to read the product description of a product on Amazon, or who want to read a few customer reviews.</p><p>Better Amazon is a userscript for Mozilla Firefox (with Greasemonkey add-on installed) and Google Chrome that turns the Amazon product page into a user friendly version. The userscript works with all localized Amazon shops, from Amazon.com to Amazon.co.uk and Amazon.de</p><p>It only does its magic on product pages. The three most notable changes are the following:</p><ul><li>Displays the average product rating of the product in big letters next to the item name</li><li>Removal of ads on the Amazon page</li><li>Collapsible sections to only display the needed information</li></ul><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/12/better-amazon-550x448.jpg" alt="better amazon" title="better amazon" width="550" height="448" class="alignnone size-medium wp-image-37673" /></p><p>Collapsible items can be expanded with a simple click. This way it is for instance possible to expand the customer reviews to read the reviews. Collapsing the items puts them all above the fold or near the fold to access them directly without having to scroll down to the desired section on the page.</p><p>Sections can be collapsed again with another click. Firefox and Chrome users find the <a
href="http://userscripts.org/scripts/show/61073">Better Amazon</a> userscript at the official Userscript repository.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/12/07/better-amazon-userscript-user-friendly-amazon-product-pages/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Image Search Preview, Userscript To Display Direct Image Previews</title><link>http://www.ghacks.net/2010/11/23/image-search-preview-userscript-to-display-direct-image-previews/</link> <comments>http://www.ghacks.net/2010/11/23/image-search-preview-userscript-to-display-direct-image-previews/#comments</comments> <pubDate>Tue, 23 Nov 2010 16:01:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[bing images]]></category> <category><![CDATA[flickr]]></category> <category><![CDATA[google images]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[image search]]></category> <category><![CDATA[image search preview]]></category> <category><![CDATA[userscript]]></category> <category><![CDATA[yahoo images]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37207</guid> <description><![CDATA[Most image search engines, and image hosting sites for that matter, use thumbnail previews of images that link to the image directly or another web page with the original version of the image. If you use Google Images or Bing Images for instance, you see a list of image results. These results are small thumbnails [...]]]></description> <content:encoded><![CDATA[<p>Most image search engines, and image hosting sites for that matter, use thumbnail previews of images that link to the image directly or another web page with the original version of the image. If you use Google Images or Bing Images for instance, you see a list of image results. These results are small thumbnails that lead to the site the images are hosted on. Users who want to download or view the image in its original size need to click multiple times to do so.</p><p>The userscript Image Search Preview changes that for users of the Firefox web browser. The userscript does not seem to work in Google Chrome after installation. Image Search Preview by default will display the original image on hover on the same page.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/image-search-preview-550x303.jpg" alt="image search preview" title="image search preview" width="550" height="303" class="alignnone size-medium wp-image-37208" /></p><p>Users who only want to view the images can do so more easily just by hovering over them in the image search results. The script is currently working on a number of sites, including the popular image search engines Google Images, Bing Images, Yahoo Images as well as Flickr.</p><p>Larger image previews is just one of the features that the userscript brings to the table. It can for instance be configured to display direct links to the original images on the thumbnail pages. This makes it possible to download images directly from a search results page or image listing page without visiting the site or page the image is hosted on.</p><p>Firefox users need to change the preferences of the userscript for that and a few other features available. To open the preferences users need to click in the search box on a supported website and press the keyboard combination Ctrl-Y or Ctrl-P.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/image-search-preview-preferences-550x332.jpg" alt="image search preview preferences" title="image search preview preferences" width="550" height="332" class="alignnone size-medium wp-image-37209" /></p><p>A configuration menu is opened with options to enable direct links. Other options available are to set a maximum height or width for the image previews, a background color for images with transparency and a delay before the image is shown (to avoid accidental previews if the mouse moves over an image preview area).</p><p>Firefox users need to install the <a
href="https://addons.mozilla.org/en-US/firefox/addon/748/">Greasemonkey</a> add-on before <a
href="http://userscripts.org/scripts/show/66385">they can</a> install the userscript.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/23/image-search-preview-userscript-to-display-direct-image-previews/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>BookInfoLine, Compare Book Prices Online</title><link>http://www.ghacks.net/2010/11/18/bookinfoline-compare-book-prices-online/</link> <comments>http://www.ghacks.net/2010/11/18/bookinfoline-compare-book-prices-online/#comments</comments> <pubDate>Thu, 18 Nov 2010 18:01:06 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[bookinforline]]></category> <category><![CDATA[books]]></category> <category><![CDATA[firefox shopping]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[Price Comparison]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37030</guid> <description><![CDATA[One of the things that you should always do when shopping online is to compare prices. You can use price search engines for that, or manually visit some of your favorite stores and online shopping portals to buy for the best price. We have taken a look at price comparison add-ons for Firefox (see Firefox [...]]]></description> <content:encoded><![CDATA[<p>One of the things that you should always do when shopping online is to compare prices. You can use price search engines for that, or manually visit some of your favorite stores and online shopping portals to buy for the best price.</p><p>We have taken a look at price comparison add-ons for Firefox (see <a
href="http://www.ghacks.net/2009/01/07/firefox-price-comparison/">Firefox Price Comparison</a> or <a
href="http://www.ghacks.net/2009/10/06/price-comparison-with-invisible-hand-for-firefox/">Price Comparison With Invisible Hand For Firefox</a> for starters) and Google Chrome (V<a
href="http://www.ghacks.net/2010/01/11/view-item-price-history-of-amazon-best-buy-and-newegg-google-chrome-firefox/">iew Item Price History Of Amazon, Best Buy And NewEgg</a> or <a
href="http://www.ghacks.net/2010/08/13/top-google-chrome-shopping-extensions/">Top Google Chrome Shopping Extensions</a>) in the past.</p><p>BookInfoLine is a userscript that is currently only compatible with the Firefox web browser. The userscript concentrates on book price comparison. It supports several of the largest book retailers in the world and concentrates largely on the English book market. It checks for instance on various Amazon stores, eBay, Walmart, Google Books, Barnes and Nobles and Abebooks. The userscript furthermore checks for audio and Kindle editions as well.</p><p>How does it work then? You simply visit a store page that lists a book. The userscript displays an overlay window at the top right, which, when pressed, displays pricing information from all supported online stores.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/book-price-comparison-500x292.jpg" alt="book price comparison" title="book price comparison" width="500" height="292" class="alignnone size-medium wp-image-37031" /></p><p>Links point directly to the book page on the shops that carry the item. All it takes is one click on the shop of choice to load the page and read up on the details. The userscript does not include shipping and handling costs in the price that is fetched from the online book stores. This means it is still up to the user to make that calculation to come up with the best price.</p><p>It is possible to save lots of money on book purchases if the userscript is used for price comparison. Then again, it is mostly of use for users from the US and UK, and not so much for users from countries where English is not the primary language.</p><p>Firefox users can install the BookInfoLine userscript directly <a
href="http://userscripts.org/scripts/show/65482">from the</a> userscript.org website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/18/bookinfoline-compare-book-prices-online/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>GoogleMonkeyR Makes Google Search More Comfortable</title><link>http://www.ghacks.net/2010/10/26/googlemonkeyr-makes-google-search-more-comfortable/</link> <comments>http://www.ghacks.net/2010/10/26/googlemonkeyr-makes-google-search-more-comfortable/#comments</comments> <pubDate>Tue, 26 Oct 2010 13:30:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[google search]]></category> <category><![CDATA[google search userscript]]></category> <category><![CDATA[GoogleMonkeyR]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36245</guid> <description><![CDATA[Every Google Search user may access search settings to configure some settings, like the number of search results per page or if search results should be opened in a new window, or not. The options available are limited, and third party developers have created numerous tools to modify Google Search one way or the other. [...]]]></description> <content:encoded><![CDATA[<p>Every Google Search user may access search settings to configure some settings, like the number of search results per page or if search results should be opened in a new window, or not.</p><p>The options available are limited, and third party developers have created numerous tools to modify Google Search one way or the other.</p><p>GoogleMonkeyR is a userscript that adds many additional options to Google Search. The configuration link is displayed in the upper right corner of all Google Search pages. A click on the link displays the options on the same page in an overlay.</p><p>Take a look at the userscript&#8217;s options below:</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/google-search1.png" alt="google search" title="google search" width="551" height="403" class="alignnone size-full wp-image-36246" /></p><ul><li>Columns, change the number of search results columns from the default one column to two, three or four.</li><li>Ability to remove related searches, sponsored links and and search tools</li><li>Add numbers to the search result listing</li><li>Automatically load more results when the end of the search results page is reached</li><li>Don&#8217;t display the Google web search dialog</li><li>Change the background color of the search results listing</li><li>Make Google search results open in new tab for all search results, or only on iGoogle.</li><li>Disable Google tracking of the search results</li><li>Display favicons and / or Google Search Preview images for all search results.</li></ul><p>Here is an example of how Google Search could look like after changing some settings in the userscript&#8217;s options.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/google-search-userscript-500x378.png" alt="google search userscript" title="google search userscript" width="500" height="378" class="alignnone size-medium wp-image-36249" /></p><p>GoogleMonkeyR is only compatible with the Firefox browser, and only if the Greasemonkey add-on is installed. It adds some interesting options to Google Search. Especially the ability to remove the tracking of the search resultsm the auto paging and the ability to display search results in up to four columns are worth mentioning.</p><p>Firefox <a
href="http://userscripts.org/scripts/show/9310">users can</a> install the userscript right from the userscript website if they have Greasemonkey installed. (<a
href="http://www.firefoxfacts.com/2010/10/26/tweak-google-with-googlemonkeyr/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed:+firefoxfacts+(Firefox+Facts)">via</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/26/googlemonkeyr-makes-google-search-more-comfortable/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How To Add Greasemonkey To Firefox 4</title><link>http://www.ghacks.net/2010/10/12/how-to-add-greasemonkey-to-firefox-4/</link> <comments>http://www.ghacks.net/2010/10/12/how-to-add-greasemonkey-to-firefox-4/#comments</comments> <pubDate>Tue, 12 Oct 2010 14:49:24 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox 4]]></category> <category><![CDATA[firefox greasemonkey]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[greasemonkey nightly]]></category> <category><![CDATA[userscripts]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35824</guid> <description><![CDATA[I recently switched from the stable Firefox 3.6x browser to the beta of Firefox 4, mainly because the beta appeared to be relatively stable at this point in development. Naturally, some of the add-ons that I used to work with were not compatible with Firefox 4, either because the developer did not update the add-on [...]]]></description> <content:encoded><![CDATA[<p>I recently switched from the stable Firefox 3.6x browser to the beta of Firefox 4, mainly because the beta appeared to be relatively stable at this point in development. Naturally, some of the add-ons that I used to work with were not compatible with Firefox 4, either because the developer did not update the add-on yet or because the development has been abandoned by the developer.</p><p>One of the add-ons that I came to rely on in the past is the Greasemonkey extension. Unfortunately it was one of the add-ons not working in Firefox 4.</p><p>I first tried to force compatibility on the add-on, with mixed results as it was not working correctly afterwards (take a look at this guide on <a
href="http://www.ghacks.net/2009/11/25/three-methods-to-force-add-on-compatibility-in-firefox/">how to force compatibility in the Firefox web browser</a>)</p><p>If you <a
href="https://addons.mozilla.org/en-US/firefox/addon/748/">look</a> at the official Greasemonkey site at Mozilla you notice that the add-on is only compatible with versions up to Firefox 3.6, and the same information is <a
href="http://www.greasespot.net/">offered</a> on the web page of the developer. The last release dates back to April 2010.</p><p>What many users do not know is that the developer publishes <a
href="https://arantius.com/misc/gm-nightly/">nightly builds</a> of Greasemonkey on the same server. Nightly builds are development versions of the add-on which often contain additional features or improvements.</p><p>In the case of Greasemonkey, they add Firefox 4 compatibility. Just install the latest nightly build from the listing to make Greasemonkey compatible with Firefox 4. Please note though that nightly builds may contain bugs. Firefox will automatically recognize Greasemonkey nightly updates and offer to install them automatically, so that it does not need to be done manually.</p><p>All installed userscripts worked fine after installation of the latest Greasemonkey nightly. Let us know your experience in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/12/how-to-add-greasemonkey-to-firefox-4/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <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>Google Translate Tooltip, Fast On Page Translations</title><link>http://www.ghacks.net/2010/09/21/google-translate-tooltip-fast-on-page-translations/</link> <comments>http://www.ghacks.net/2010/09/21/google-translate-tooltip-fast-on-page-translations/#comments</comments> <pubDate>Tue, 21 Sep 2010 06:53:33 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[google translate]]></category> <category><![CDATA[google translate tooltip]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[translation]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=34863</guid> <description><![CDATA[When it comes to online translations, it is Google Translate that gets the most attention from Internet users. The popular service is not only accessible through the official website, but thanks to its API also through third party tools like browser add-ons or desktop applications. The translation is the only constant when it comes to [...]]]></description> <content:encoded><![CDATA[<p>When it comes to online translations, it is Google Translate that gets the most attention from Internet users. The popular service is not only accessible through the official website, but thanks to its API also through third party tools like browser add-ons or desktop applications.</p><p>The translation is the only constant when it comes to those third party tools. The main difference is accessibility and the extra features that the developers have added to those apps.</p><p>One of the most comfortable options is the <a
href="http://userscripts.org/scripts/show/36898">Google Translate Tooltip</a> userscript. What does it do? It basically displays a tooltip whenever text is selected in the browser. Hovering the mouse over the tooltip displays the translation right on the page.</p><div
id="attachment_34864" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/google-translate.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/google-translate-500x210.png" alt="google translate" title="google translate" width="500" height="210" class="size-medium wp-image-34864" /></a><p
class="wp-caption-text">google translate</p></div><p>This by default works on every http page on the Internet, and benefits users the most who often receive messages or read textual contents in foreign languages. The userscript works fine on sites such as Twitter, Facebook or Google Mail (after configuring https sites to be included).</p><p>As mentioned earlier, the tooltip is displayed on all pages by default, even if those pages are in the native language of the user &#8211; or more precisely the default system language. That can quickly become annoying. The userscript thankfully has an option to prevent this from happening by configuring it to only work if the Ctrl key is pressed at the same time.</p><p>Once configured this way, Internet users who want to translate text on a page need to press Ctrl, select the text and then the tooltip. If they select text anyway else it will not display the tooltip. This configuration menu can also be used to enable support for https websites.</p><p>The options of Google Translate Tooltip hold preferences to select the from and to languages manually. Here it is possible to change the default to translation language English to another language.</p><p>Finally, the script offers search options right in the translation tooltip.</p><div
id="attachment_34865" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/google-translate-search.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/google-translate-search-500x239.png" alt="google translate search" title="google translate search" width="500" height="239" class="size-medium wp-image-34865" /></a><p
class="wp-caption-text">google translate search</p></div><p>Links lead to searches on sites such as Google Search, Wikipedia, Youtube or the Urban Dictionary. The tooltip stays on the page until the next left-click on an area outside of it.</p><p>Google Translate Tooltip offers fast translations for users who prefer to stay on the page during the translation. The userscript only works in the Firefox web browser, and can be installed on the official <a
href="http://userscripts.org/scripts/show/36898">userscript</a> website. New users need to remember to install the <a
href="https://addons.mozilla.org/en-US/firefox/addon/748/">Greasemonkey</a> extension first, before userscripts can be installed in the browser.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/21/google-translate-tooltip-fast-on-page-translations/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>YouTube HD Ultimate, The Best YouTube Userscript?</title><link>http://www.ghacks.net/2010/08/29/youtube-hd-ultimate-the-best-youtube-userscript/</link> <comments>http://www.ghacks.net/2010/08/29/youtube-hd-ultimate-the-best-youtube-userscript/#comments</comments> <pubDate>Sun, 29 Aug 2010 15:56:05 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[videos]]></category> <category><![CDATA[youtube]]></category> <category><![CDATA[youtube hd ultimate]]></category> <category><![CDATA[youtube userscript]]></category> <category><![CDATA[youtube videos]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=33731</guid> <description><![CDATA[I did not pay much attention to Youtube or any other Flash based video portal on the Internet ever since I have uninstalled the Flash Player on my PC. Still, I sometimes have to visit the site if something newsworthy is happening. A new YouTube userscript that has not been reviewed yet is probably not [...]]]></description> <content:encoded><![CDATA[<p>I did not pay much attention to Youtube or any other Flash based video portal on the Internet ever since I have uninstalled the Flash Player on my PC. Still, I sometimes have to visit the site if something newsworthy is happening. A new YouTube userscript that has not been reviewed yet is probably not the most newsworthy item on the planet, but since it was recommended to me I decided to take a closer look.</p><p>Lets take a moment to think about the features that a userscript should offer. Most users will probably mention that it should support a resolution selector, options to disable autoplay, download links, any maybe hide some stuff on YouTube.</p><p>YouTube HD Utimate offers most of those features, in an easy to configure interface. The userscript is only compatible with the Firefox web browser, and requires the Greasemonkey extension to be installed as an add-on, before it can be installed.</p><p>The userscript does its magic on all YouTube video pages. The script selects the highest possible video quality automatically, with options to lower it if the computer has problems playing 1080p videos. The video is automatically expanded, and preloaded to avoid playback pauses.</p><div
id="attachment_33733" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/youtube-hd-ultimate1.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/08/youtube-hd-ultimate1-500x365.png" alt="youtube hd ultimate" title="youtube hd ultimate" width="500" height="365" class="size-medium wp-image-33733" /></a><p
class="wp-caption-text">youtube hd ultimate</p></div><p>Download links for various formats are displayed beneath the video for quick video downloads. Several options need to be enabled before they become active. The userscript supports hiding annoyances on the video pages, which includes advertisements and annotations in the video. One interesting option is the mini player mode, which shows playback controls but no video. This mode has been designed for users who want to listen to music on Youtube.</p><p>Other options include looping videos, making the videos fit to the browser screen size, darken the video page, keyboard shortcuts for basic player controls and the ability to share HQ links. <a
href="http://userscripts.org/scripts/show/31864">Youtube HD Ultimate</a> is a feature rich userscript, well suited for users who regularly use the video hosting platform. Remember that <a
href="https://addons.mozilla.org/en-US/firefox/addon/748/">Greasemonkey</a> is required to install the userscript.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/29/youtube-hd-ultimate-the-best-youtube-userscript/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Panic Button, Switch To Safe Websites</title><link>http://www.ghacks.net/2010/08/23/panic-button-switch-to-safe-websites/</link> <comments>http://www.ghacks.net/2010/08/23/panic-button-switch-to-safe-websites/#comments</comments> <pubDate>Mon, 23 Aug 2010 13:18:48 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[hide windows]]></category> <category><![CDATA[panic button]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=33504</guid> <description><![CDATA[You sometimes may not want that others see what site you are visiting currently. That&#8217;s not so much a problem at home but at public places like work, libraries, Internet cafes or airports. Switching manually to a safe website takes time, even if it is open in another tab in the web browser. Even worse, [...]]]></description> <content:encoded><![CDATA[<p>You sometimes may not want that others see what site you are visiting currently. That&#8217;s not so much a problem at home but at public places like work, libraries, Internet cafes or airports.</p><p>Switching manually to a safe website takes time, even if it is open in another tab in the web browser. Even worse, the title of the page that you do not want to reveal is still shown on the screen.</p><p>Panic Button is a lightweight userscript that offers a safer and faster way of switching sites. The userscript is compatible with Firefox and Google Chrome, and displays a Panic button in the lower right corner of the screen after installation.</p><p>A click on that button instantly switches to a preconfigured website in the same tab, that is now showing the Panic button.</p><p>It is furthermore possible to press Ctrl+Shift+Q to activate the userscript so that the safe page is loaded. The final shortcut is Ctrl+Q which changes the visibility of the Panic button in the browser.</p><div
id="attachment_33505" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/panic-button.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/08/panic-button-500x362.png" alt="panic button" title="panic button" width="500" height="362" class="size-medium wp-image-33505" /></a><p
class="wp-caption-text">panic button</p></div><p>Firefox users can configure the add-on by editing the script in the browser. Here it is possible to define the button size, button position and website that should be opened when panic mode is activated.</p><p>Users with privacy concerns may also consider changing the locations of the panic button images, as they are by default pointing to the developers website. This means that the developer is theoretically able to see all pages that are accessed by a specific user of the extension.</p><p>Chrome users may need to download the userscript first, edit it locally before installing it for the same customization options.</p><p>The Panic Button script is available for installation and download at the <a
href="http://userscripts.org/scripts/show/83872">Userscripts</a> website. Users of the Windows operating system have lots of software alternatives, including <a
href="http://www.ghacks.net/2007/10/07/quickly-hide-windows/">Plancoin</a>, <a
href="http://www.ghacks.net/2010/05/27/hide-windows-with-winhide-sb/">WinHide</a> or <a
href="http://www.ghacks.net/2008/03/12/hide-windows/">Hide Windows</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/23/panic-button-switch-to-safe-websites/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Tampermonkey, Blank Canvas Increase Google Chrome Userscript Support</title><link>http://www.ghacks.net/2010/06/08/tampermonkey-black-canvas-increase-google-chrome-userscript-support/</link> <comments>http://www.ghacks.net/2010/06/08/tampermonkey-black-canvas-increase-google-chrome-userscript-support/#comments</comments> <pubDate>Tue, 08 Jun 2010 08:30:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[black canvas]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google chrome extensions]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[tampermonkey]]></category> <category><![CDATA[userscripts]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26319</guid> <description><![CDATA[As a Google Chrome user you probably know that the Google browser supports userscripts next to extensions. Userscripts are small JavaScript code snippets that change the behavior of a website. They can for instance add information, remove unnecessary elements or change existing data. Google Chrome, unlike Firefox, where the Greasemonkey extension is needed to install [...]]]></description> <content:encoded><![CDATA[<p>As a Google Chrome user you probably know that the Google browser supports userscripts next to extensions. Userscripts are small JavaScript code snippets that change the behavior of a website. They can for instance add information, remove unnecessary elements or change existing data.</p><p>Google Chrome, unlike Firefox, where the Greasemonkey extension is needed to install and use userscripts, supports userscripts out of the box. The browser is however not fully compatible at this point which means that several userscripts will not work properly if they make use of functions that the Chrome browser is not supporting or actively blocking.</p><p><span
id="more-26319"></span>The two Chrome extensions Tampermonkey and Blank Canvas aim to reduce the amount of non-working scripts by adding support for some of the functions to Chrome that are not available by default.</p><p><strong>Tampermonkey</strong></p><p><a
href="https://chrome.google.com/extensions/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo#">Tampermonkey</a> was the first Chrome extension to increase userscript support in the web browser. It adds support for several userscript functions like GM_registerMenuCommand or GM_xmlhttpRequest which are not supported by default.</p><p>The extension will also intercept the install dialogs on the userscript website.</p><div
id="attachment_26320" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/userscript_chrome-500x292.png" alt="userscript chrome" title="userscript chrome" width="500" height="292" class="size-medium wp-image-26320" /><p
class="wp-caption-text">userscript tampermonkey</p></div><p>This provides additional information about each userscript including its version and website&#8217;s that it is configured to work on.</p><p>Userscripts that are installed while Tampermonkey is running will not be added to the Extensions listing of the browser. They are instead listed in the options of the Tampermonkey extension.</p><div
id="attachment_26322" class="wp-caption alignnone" style="width: 392px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/tampermonkey_options.png" alt="tampermonkey options" title="tampermonkey options" width="382" height="397" class="size-full wp-image-26322" /><p
class="wp-caption-text">tampermonkey options</p></div><p>Here it is possible to select a script from the list of installed userscripts to take a look at its source code and configure compatibility options.</p><div
id="attachment_26324" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/userscript_source-500x434.png" alt="userscript source" title="userscript source" width="500" height="434" class="size-medium wp-image-26324" /><p
class="wp-caption-text">userscript source</p></div><p><strong>Blank Canvas</strong></p><p>Blank Canvas is another extension for Chrome that changes the way userscripts are handled in the web browser. The extension is in a very early stage according to the developer, basically an alpha version which does not yet offer the same functionality as Tampermonkey.</p><p>Installed userscripts are on the other hand displayed in a handy table that displays information such as names, versions, sites, features and controls.</p><p>The controls can be used to easily edit, enable / disable or delete userscripts that have been installed.</p><div
id="attachment_26326" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/installed_userscripts-500x352.png" alt="installed userscripts" title="installed userscripts" width="500" height="352" class="size-medium wp-image-26326" /><p
class="wp-caption-text">installed userscripts</p></div><p>Blank Canvas offers a clearly superior layout to manage userscripts in Google Chrome while Tampermonkey leads compatibility wise.</p><p><strong>Update:</strong> Black Canvas has been removed by the author from the official Google Web Store. Tampermonkey remains as an alternative on the browser.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/08/tampermonkey-black-canvas-increase-google-chrome-userscript-support/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Display Only Images On Image Hosting Sites</title><link>http://www.ghacks.net/2010/04/11/display-only-images-on-image-hosting-sites/</link> <comments>http://www.ghacks.net/2010/04/11/display-only-images-on-image-hosting-sites/#comments</comments> <pubDate>Sun, 11 Apr 2010 13:12:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[flickr]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[image host]]></category> <category><![CDATA[image hosting]]></category> <category><![CDATA[images]]></category> <category><![CDATA[userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24339</guid> <description><![CDATA[Many webmasters and Internet users host images on so called image hosting websites that allow them to store the images. This process is helpful for users who do not have their personal storage space on the Internet and webmasters who want to save bandwidth by hosting the images remotely. Image hosting sites have received a [...]]]></description> <content:encoded><![CDATA[<p>Many webmasters and Internet users host images on so called image hosting websites that allow them to store the images. This process is helpful for users who do not have their personal storage space on the Internet and webmasters who want to save bandwidth by hosting the images remotely.  Image hosting sites have received a bad reputation lately because of the amount of advertisement that they display on their websites.</p><p>Developers have found ways to reduce the number of those elements on the image hosting sites. Add-ons like Adblock Plus or NoScript reduce the clutter on those websites so that it is easier to access the images on those websites.</p><p><span
id="more-24339"></span><a
href="http://userscripts.org/scripts/show/54108">Show Just Image</a> is a userscript that supports almost 100 different image hosts among them popular sites like Flickr, Fapomatic and Photobucket.</p><p>The script redirects image requests on supported image hosting sites from their standard pages to the actual address of the image so that the image gets loaded in the web browser without the surrounding page.</p><p>Flickr images will for instance be automatically displayed in their largest size in the web browser. The script seems to handle image requests on all supported image hosts the same way.</p><p>The script redirects the initial request from the original page after it has been loaded so that the full size image is loaded and displayed in the web browser.</p><p>The script is fully compatible with the Firefox web browser. The Greasemonkey add-on needs to be installed. It might also be compatible with other web browsers but this has not been tested.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/11/display-only-images-on-image-hosting-sites/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>10 Wikipedia Encyclopedia Usability Userscripts</title><link>http://www.ghacks.net/2010/04/11/10-wikipedia-encyclopedia-usability-userscripts/</link> <comments>http://www.ghacks.net/2010/04/11/10-wikipedia-encyclopedia-usability-userscripts/#comments</comments> <pubDate>Sun, 11 Apr 2010 10:13:41 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[online encyclopedia]]></category> <category><![CDATA[userscripts]]></category> <category><![CDATA[wikipeda tips]]></category> <category><![CDATA[wikipedia]]></category> <category><![CDATA[wikipedia encylopedia]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24328</guid> <description><![CDATA[Wikipedia; Almost every Internet user has heard that name before and chance is they have been &#8211; intentionally or not &#8211; on the website of the popular online encyclopedia at least once. Wikipedia is a good starting point to find information about a topic on the Internet. Most users access the site through web searches [...]]]></description> <content:encoded><![CDATA[<p>Wikipedia; Almost every Internet user has heard that name before and chance is they have been &#8211; intentionally or not &#8211; on the website of the popular online encyclopedia at least once. Wikipedia is a good starting point to find information about a topic on the Internet. Most users access the site through web searches or from sites linking to it.</p><p>Wikipedia is on the other hand a rather messy site with lots and lots of links, menus and information that are often not related to the topic the user is researching.</p><p><span
id="more-24328"></span>Userscripts are small scripts that change the information that are displayed on a website they have been configured for. They can change, remove or add information to those pages. Userscripts are supported natively by the Google Chrome browser. Firefox users need to install the <a
href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> extension first. Opera users might want to take a look at <a
href="http://www.ghacks.net/2008/08/10/greasemonkey-in-opera/">Greasemonkey in Opera</a> and Internet Explorer users at the plugin <a
href="http://www.ghacks.net/2008/11/16/install-greasemonkey-scripts-in-internet-explorer/">Trixie</a>.</p><p><a
href="http://userscripts.org/scripts/show/42312">Simplepedia</a> &#8211; If you think that Wikipedia is to crowded and filled with unrelated information then Simplepedia is for you. The userscript removes much of the excess on the pages turning Wikipedia into a simple but effective information powerhouse. The starting page has been redesigned to only provide access to a search form, much like Google does with Google Search.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/wikipedia_search.jpg" alt="wikipedia search" title="wikipedia search" width="335" height="139" class="alignnone size-full wp-image-24329" /></p><p>The individual pages on Wikipedia have also been redesigned. Away with all the information in the header and sidebar. Only the relevant information, a search form and the footer information are displayed so that it becomes much easier to access the information on Wikipedia.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/wikipedia_page-500x214.jpg" alt="" title="wikipedia page" width="500" height="214" class="alignnone size-medium wp-image-24330" /></p><p><a
href="http://userscripts.org/scripts/show/1633">Wikipedia Inline Article Viewer</a> &#8211; Wikipedia uses a keyword listing to link to other articles on their website automatically. This can accumulate to hundreds of links on a single page that lead to other Wikipedia entries. A click on a link normally loads the new page in the same browser tab. Some users might prefer to access the information directly instead.</p><p>That is what the Wikipedia Inline Article Viewer helps with. It will display the linked articles in an iframe on the same site making it possible to browser the linked page without leaving the current one.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/wikipedia_links-500x334.png" alt="" title="wikipedia links" width="500" height="334" class="alignnone size-medium wp-image-24331" /></p><p><a
href="http://userscripts.org/scripts/show/9022">Multi-column articles</a> &#8211; Wikipedia provides access to a printable version of all articles hosted on the site. The printable version is not optimized. The multi-column articles userscript has been designed to change that. It turns printable Wikipedia pages into a multi-column layout so that the printout is optimized. Some users might even prefer to read the articles in that mode as it resembles the design of newspapers. The extension is not working in Google Chrome currently but a port seems to be in the making.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/wikipedia_print-500x363.jpg" alt="" title="wikipedia print" width="500" height="363" class="alignnone size-medium wp-image-24332" /></p><p><a
href="http://userscripts.org/scripts/show/12529">wikiEd</a> &#8211; Most Wikipedia articles can be edited by anyone. Wikipedia displays an edit page with some basic text editing controls at the top. Most of the editing has to be done manually though. WikiEd adds more controls to the top of the edit article window at Wikipedia. Some of the features that are added are syntax highlighting, search and replace operations with regular expression support, following links from the edit area, fullscreen text editing and pasting formatted text into the editor.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/WikEd_screenshot-500x250.png" alt="WikEd" title="WikEd" width="500" height="250" class="alignnone size-medium wp-image-24333" /></p><p><a
href="http://userscripts.org/scripts/show/11549">Wikipedia Clean and Professional</a> &#8211; If Simplepedia was simply overkill in your eyes you might want to check out this userscript which does change the layout of Wikipedia encyclopedia articles as well. It gets rid of most navigational elements as well but uses a different layout and design to present the articles to the user.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/wikipedia_professional-500x360.jpg" alt="wikipedia professional" title="wikipedia professional" width="500" height="360" class="alignnone size-medium wp-image-24334" /></p><p>Wikipedia Large Images &#8211; Most articles on Wikipedia contain images that are usually displayed as thumbnails. A click on an image will load an extra page where it is shown in full size. The Wikipedia Large Images userscript displays a larger version of the image when the user hovers the mouse over the image on the Wikipedia page which effectively means that it is no longer necessary to visit the image pages to get a closer look.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/wikipedia_images-500x399.jpg" alt="wikipedia images" title="wikipedia images" width="500" height="399" class="alignnone size-medium wp-image-24335" /></p><p><a
href="http://userscripts.org/scripts/show/12075">Google in Wikipedia</a> &#8211; The name of this userscript is a bit misleading. It adds links to searches on other Internet sites at the top of the Wikipedia page. This includes Google Image search, IMDB, eBay, Video and Music searches.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/google_wikipedia-500x81.jpg" alt="" title="google wikipedia" width="500" height="81" class="alignnone size-medium wp-image-24336" /></p><p><a
href="http://userscripts.org/scripts/show/7954">Secure Wiki</a> &#8211; Makes sure that a https connection is used to access Wikipedia and its sister sites. This can be helpful when users log into Wikipedia to edit pages. It is also possible to open the https connections manually but this userscript makes sure that it will never be forgotten.</p><p><a
href="http://userscripts.org/scripts/show/50615">Wikipedia cursor2input!</a> &#8211; Wikipedia places the cursor on the page in the search text field on its main page only. This is not the default behavior on article pages. This userscript places the cursor on Wikipedia article pages in the search form as well so that it becomes possible to type the search phrase right away.</p><p><a
href="http://userscripts.org/scripts/show/47730">Wikipedia Printable Version</a> &#8211; The printable pages of Wikipedia articles display only the contents of the article and no navigational elements. This userscript redirects every Wikipedia page to their printable page which is handy for users who usually print Wikipedia pages and users who prefer a distraction free experience.</p><p>Are you a Wikipedia regular? Have you found other userscripts, browser add-ons or bookmarklets to improve the online encyclopedia? Let us know in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/11/10-wikipedia-encyclopedia-usability-userscripts/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
