<?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>Ian Oxley &#187; greasemonkey</title>
	<atom:link href="http://ianoxley.com/tag/greasemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianoxley.com</link>
	<description>Web Developer</description>
	<lastBuildDate>Tue, 11 Oct 2011 08:33:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>GMail Toolbar Chrome Greasemonkey Script</title>
		<link>http://ianoxley.com/2010/12/10/gmail-toolbar-chrome-greasemonkey-script/</link>
		<comments>http://ianoxley.com/2010/12/10/gmail-toolbar-chrome-greasemonkey-script/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 21:07:38 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/2010/12/10/gmail-toolbar-chrome-greasemonkey-script/</guid>
		<description><![CDATA[I quite like the toolbar at the top of GMail. You know, the one with links to Google Calendar, Google Reader, Google Docs, et al. But I&#8217;m not that keen on having to scroll right back to the top of the page each time I need access to it. So, I created a simple Greasemonkey [...]]]></description>
			<content:encoded><![CDATA[<p>I quite like the toolbar at the top of GMail. You know, the one with links to Google Calendar, Google Reader, Google Docs, et al. But I&#8217;m not that keen on having to scroll right back to the top of the page each time I need access to it. So, I created a simple Greasemonkey script for Google Chrome to apply fixed positioning to the toolbar. That way it always stays at the top of your screen <img src='http://ianoxley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(Firefox users: I did create a <a href="https://github.com/ianoxley/userContent">user stylesheet that achieves the same effect</a><br />
 recently. However, that relies on the <code>@-moz-document domain(mail.google.com)</code> to restrict the <abbr title="Cascading Style Sheet">CSS</abbr> to GMail and Google seems to send different HTML to Firefox than it sends to Chrome).</p>
<p>You can fork a copy of the script from GitHub: <a href="https://github.com/ianoxley/gmailtoolbar">https://github.com/ianoxley/gmailtoolbar</a></p>
<p>
	Or alternatively download it from here: <a href="/greasemonkey/gmailtoolbar.user.js">gmailtoolbar.user.js</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2010/12/10/gmail-toolbar-chrome-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Greasemonkey Scripts To GitHub</title>
		<link>http://ianoxley.com/2010/08/18/moving-greasemonkey-scripts-to-github/</link>
		<comments>http://ianoxley.com/2010/08/18/moving-greasemonkey-scripts-to-github/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 21:05:57 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/2010/08/18/moving-greasemonkey-scripts-to-github/</guid>
		<description><![CDATA[Recently I made a few amends to some Greasemonkey scripts I wrote a while back and, since I&#8217;ve been using git quite a bit recently, it made sense to me to move my Greasemonkey scripts onto GitHub. So I did And here they are: google-search-shortcut open-selected-links stackoverflow-tag-cloud straight-to-reader]]></description>
			<content:encoded><![CDATA[<p>Recently I made a few amends to some Greasemonkey scripts I wrote a while back and, since I&#8217;ve been <a href="http://www.strongasanox.co.uk/2010/04/27/using-git/">using git</a> quite a bit recently, it made sense to me to move my Greasemonkey scripts onto GitHub.</p>
<p>So I did <img src='http://ianoxley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And here they are:</p>
<ul>
<li><a href="http://github.com/ianoxley/google-search-shortcut">google-search-shortcut</a></li>
<li><a href="http://github.com/ianoxley/open-selected-links">open-selected-links</a></li>
<li><a href="http://github.com/ianoxley/stackoverflow-tag-cloud">stackoverflow-tag-cloud</a></li>
<li><a href="http://github.com/ianoxley/straight-to-reader">straight-to-reader</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2010/08/18/moving-greasemonkey-scripts-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greasemonkey Open Selected Links Script</title>
		<link>http://ianoxley.com/2010/06/01/greasemonkey-open-selected-links-script/</link>
		<comments>http://ianoxley.com/2010/06/01/greasemonkey-open-selected-links-script/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 21:02:24 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=378</guid>
		<description><![CDATA[I hadn&#8217;t done any monkeying around with Greasemonkey for a while until the other day when I came up with this script: http://github.com/ianoxley/open-selected-links Any links that are present in the selected text will be opened on the mouseup event, except for the Cached and Similar links you get in Google search results. If you&#8217;ve got [...]]]></description>
			<content:encoded><![CDATA[<p>I hadn&#8217;t done any monkeying around with <a href="https://addons.mozilla.org/en-US/firefox/addon/748/">Greasemonkey</a> for a while until the other day when I came up with this script: <a href="http://github.com/ianoxley/open-selected-links">http://github.com/ianoxley/open-selected-links</a></p>
<p>Any links that are present in the selected text will be opened on the <code>mouseup</code> event, except for the <strong>Cached</strong> and <strong>Similar</strong> links you get in Google search results.</p>
<p>If you&#8217;ve got and suggestions for improvements, let me know in the comments <img src='http://ianoxley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>UPDATE</h3>
<p>The script has been updated so that you now have to press the <code>Ctrl</code> or <code>Cmd</code> key while selecting the text, in the same way that you would <code>Ctrl / Cmd + click</code> to open a link in a new tab.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2010/06/01/greasemonkey-open-selected-links-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stack Overflow Tag Cloud Greasemonkey Script</title>
		<link>http://ianoxley.com/2009/08/06/stack-overflow-tag-cloud-greasemonkey-script/</link>
		<comments>http://ianoxley.com/2009/08/06/stack-overflow-tag-cloud-greasemonkey-script/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:45:06 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[stackoverflow]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=130</guid>
		<description><![CDATA[Stack Overflow is great and I&#8217;m a big fan of the site. However, I&#8217;m not such a big fan of their tags page: Because the tags are ordered solely by popularity and not alphabetically, I find it a bit awkward trying to find a tag I am interested in e.g. if you want to find [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stackoverflow.com/">Stack Overflow</a> is great and I&#8217;m a big fan of the site. However, I&#8217;m not such a big fan of their tags page:</p>
<p><a href="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow.png"><img class="alignnone size-medium wp-image-131" title="screenshot-tags-stack-overflow" src="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow-300x225.png" alt="screenshot-tags-stack-overflow" width="300" height="225" /></a></p>
<p>Because the tags are ordered solely by popularity and not alphabetically, I find it a bit awkward trying to find a tag I am interested in e.g. if you want to find JavaScript it could be located anywhere in the list.</p>
<p>Admittedly there is a search function to help you find tags but I wanted to be able to scan the list more easily and pick out the tags that interest me most. So, to <a href="http://gettingreal.37signals.com/ch02_Whats_Your_Problem.php">scratch my own itch</a>, I created a <a href="https://addons.mozilla.org/firefox/addon/748">Greasemonkey</a> script to transform the current tags page into a <a href="http://en.wikipedia.org/wiki/Tag_cloud">tag cloud</a>:</p>
<p><a href="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow-greasemonkey.png"><img class="alignnone size-medium wp-image-132" title="screenshot-tags-stack-overflow-greasemonkey" src="http://www.strongasanox.co.uk/wp-content/uploads/2009/08/screenshot-tags-stack-overflow-greasemonkey-300x225.png" alt="screenshot-tags-stack-overflow-greasemonkey" width="300" height="225" /></a></p>
<p>Because the tags are in alphabetical order with their font size weighted according to popularity, I find it much easier to find tags I am interested in.</p>
<p>Try it out for yourself and see what you think:</p>
<ul>
<li>Install <a href="http://www.strongasanox.co.uk/greasemonkey/stackoverflow-tag-cloud.user.js">stackoverflow-tag-cloud.user.js</a></li>
<li>Install via <a href="http://userscripts.org/scripts/show/55201">userscripts.org</a></li>
</ul>
<p>And if you have any suggestions for improvements, please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianoxley.com/2009/08/06/stack-overflow-tag-cloud-greasemonkey-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

