<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>typewriting tag: greasemonkey</title>
	<link href="http://typewriting.org/tag/greasemonkey/"/>
	<updated>2006-09-18T08:31:10-07:00</updated>
	<id>http://typewriting.org/tag/greasemonkey/</id>
	<subtitle>Most recent articles on typewriting.org for tag: greasemonkey</subtitle>
<author>
				<name>Scott Reynen</name>
			</author><entry>
					<title>Browse Like a Pirate</title>
               		<link href="http://typewriting.org/2006/09/18/Browse_Like_a_Pirate/"/>
					<content type="xhtml">
						<div>
							<p><a href="http://www.talklikeapirate.com/">Talk Like a Pirate Day</a> is a yearly event in which many people talk like a pirate, especially online. But not nearly enough people talk like a pirate, so for tomorrow's Talk Like a Pirate Day, I wrote <a href="http://greasemonkey.makedatamakesense.com/browse_like_a_pirate/">a Greasemonkey script to force the entire web to talk like a pirate</a>. An example with Browse Like a Pirate enabled:</p>
<div style="overflow: auto;">
<img src="http://makedatamakesense.com/image/browse_like_a_pirate_sample.png" alt="New York Times Browsed Like a Pirate"/>
</div>
<p class="caption">New York Times Browsed Like a Pirate</p>
							<p><a href="http://typewriting.org/2006/09/18/Browse_Like_a_Pirate/#comments">Comment</a></p>
						</div>
					</content>
					<updated>2006-09-18T08:31:10-07:00</updated>
                	<id>http://typewriting.org/2006/09/18/Browse_Like_a_Pirate/</id>
				</entry><entry>
					<title>Microformat Greasemonkey Scripts</title>
               		<link href="http://typewriting.org/2006/06/21/Microformat_Greasemonkey_Scripts/"/>
					<content type="xhtml">
						<div>
							<p>Yesterday I made <a href="http://greasemonkey.makedatamakesense.com/callto_tel/">a Greasemonkey script</a> to detect telephone numbers in <a href="http://microformats.org/wiki/hcard">hCards</a> and wrap them in <a href="http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/netmeet/nm3_1l4o.asp">callto: links</a> to launch <abbr title="Voice Over Internet Protocol">VOIP</abbr> tools (e.g. <a href="http://skype.com/">Skype</a>). This is the kind of thing I do to satisfy my own curiosity, assuming no one will ever use. Another such project was the <a href="http://greasemonkey.makedatamakesense.com/google_hcalendar/">Google hCalendar</a> Greasemonkey script I did a while back, except I did that one in exchange for a free <a href="http://www.oreilly.com/catalog/greasemonkeyhks/">book</a>. And it's now being <a href="http://upcoming.org/tools/microformats/ycalhcal.user.js">used by Yahoo</a>.</p>
							<p><a href="http://typewriting.org/2006/06/21/Microformat_Greasemonkey_Scripts/#comments">Comment</a></p>
						</div>
					</content>
					<updated>2006-06-21T19:58:28-07:00</updated>
                	<id>http://typewriting.org/2006/06/21/Microformat_Greasemonkey_Scripts/</id>
				</entry><entry>
					<title>Western Iowa Advantage</title>
               		<link href="http://typewriting.org/2006/06/07/Western_Iowa_Advantage/"/>
					<content type="xhtml">
						<div>
							<p><a href="http://www.westerniowaadvantage.com/">The Western Iowa Advantage website</a> went "live" (no longer a placeholder) yesterday. I’ve been working on it, along with other people and among other projects, for the past month or so. Everyone at work seems pretty excited about the result. I suspect the enthusiasm is largely due to the visual look of the site. It’s pretty. People like pretty.</p>
<p>But what I find most interesting about the site is something no one else will ever notice: it’s very semantic. The markup describes the data. The news is all <a href="http://microformats.org/wiki/hatom">hatom</a>, the events are all <a href="http://microformats.org/wiki/hcalendar">hcalendar</a>, and the personal and organization information is all <a href="http://microformats.org/wiki/hcard">hcard</a>. You can run <a href="http://www.randomchaos.com/software/firefox/greasemonkey/googlehcalendar/">my greasemonkey</a> script and import the events into Google Calendar. You can run the hcards through <a href="http://suda.co.uk/projects/X2V/">Brian Suda's X2V</a> and get them into your address book. You can use <a href="http://placenamehere.com/article/185/SubscribingTohAtomFeedsWithNetNewsWire">Chris Casciano's NetNewsWire script</a> to subscribe to the news without bothering with a separate feed (although there is a separate feed too).</p>
<p>And who is going to do these things? I expect absolutely no one. Certainly no one I know of using the site. So why do I bother? I don’t know. I don’t know why I like data so much. I don’t know why people like pretty things so much. Maybe some day I’ll figure it all out. Meanwhile, I make websites.</p>
							<p><a href="http://typewriting.org/2006/06/07/Western_Iowa_Advantage/#comments">Comment</a></p>
						</div>
					</content>
					<updated>2006-06-07T22:27:28-07:00</updated>
                	<id>http://typewriting.org/2006/06/07/Western_Iowa_Advantage/</id>
				</entry><entry>
					<title>Google hCalendar</title>
               		<link href="http://typewriting.org/2006/04/14/Google_hCalendar/"/>
					<content type="xhtml">
						<div>
							<p><a href="http://randomchaos.com/software/firefox/greasemonkey/googlehcalendar/">Google hCalendar</a> is a Firefox Greasemonkey script I made. It looks for <a href="http://www.randomchaos.com/microformats/base/?key=vevent">pages with</a> <a href="http://microformats.org/wiki/hcalendar">vevents</a> and inserts a button to add each found event to Google Calendar. <strike>I'm still working out some time zone oddities</strike> Apparently many of the sites using hCalendar have improper time zone markup (e.g. every event is marked as <a href="http://www.google.com/search?q=define:utc">UTC</a>-7 at <a href="http://upcoming.org/">Upcoming.org</a>), but it otherwise seems to work fine. Now I'm looking forward to my <a href="http://microformats.org/discuss/mail/microformats-discuss/2006-April/003669.html">free book</a>. Oddly enough, I'm actually working on another project right now in exchange for free magazines. You can keep your <a href="http://en.wikipedia.org/wiki/Attention_economy">attention economy</a>; I'm going back to bartering. Will code for interesting reading.</p>
							<p><a href="http://typewriting.org/2006/04/14/Google_hCalendar/#comments">Comment</a></p>
						</div>
					</content>
					<updated>2006-04-14T11:24:52-07:00</updated>
                	<id>http://typewriting.org/2006/04/14/Google_hCalendar/</id>
				</entry><entry>
					<title>Completely Idiotic</title>
               		<link href="http://typewriting.org/2006/02/19/Completely_Idiotic/"/>
					<content type="xhtml">
						<div>
							<p><a href="http://randomchaos.com/software/firefox/greasemonkey/completely_idiotic/">Completely Idiotic</a> is a Firefox Greasemonkey script to automate <a href="http://emptybottle.org/glass/2006/02/completely_idiotic.php">Stavros the Wonderchicken's "Completely Idiotic" game</a>. Example screen capture from foxnews.com:</p>
				<img src="http://www.randomchaos.com/images/completely_idiotic/completely_idiotic.gif"/>
							<p><a href="http://typewriting.org/2006/02/19/Completely_Idiotic/#comments">Comment</a></p>
						</div>
					</content>
					<updated>2006-02-19T15:03:16-08:00</updated>
                	<id>http://typewriting.org/2006/02/19/Completely_Idiotic/</id>
				</entry><entry>
					<title>A Google Ad Tornado</title>
               		<link href="http://typewriting.org/2005/03/21/A_Google_Ad_Tornado/"/>
					<content type="xhtml">
						<div>
							<p>It seems all the cool kids are <a href="http://weblog.delacour.net/archives/2005/03/before_the_revolution.php">critiquing</a> and/or <a href="http://weblog.burningbird.net/archives/2005/03/21/ads-are-gone/">getting rid of</a> Google ads, but I'm holding out. I like the idea of targetted advertising, as it promises to add value to, rather than distract from content. For example, if I'm reading about a used Honda for sale, I would appreciate some links to companies selling related products, such as the used Honda parts ads I currently see on my <a href="http://weblog.randomchaos.com/?date=2004-12-04&amp;title=car+for+sale">Honda sale post</a> (since sold). On the other side, of course, I like reducing my website expenses.</p>

<p>Shelley apparently had a problem with <a href="http://philringnalda.com/blog/2005/03/003347.php">oil rig ads showing up</a> in <a href="http://weblog.burningbird.net/archives/2005/03/15/save-anwr/">her post opposing drilling in ANWR</a>. I only wish my ads worked so well. Too many of my posts display ads for weblog tools. The navigational text on every page seems to be overpowering the actual content in Google's topic-determination algorhythm. I'm going to revamp my weblog so that post titles are more prominantly part of the URL, and descriptions are more descriptive. If this doesn't make my ads more relevant, I'll consider getting rid of them. But I'm defining relevancy liberally.</p>

<p>I don't mind when pro-Bush ads show up in my anti-Bush posts. That's related, if ironically so. I have a faith that knowledge is ultimately good. That's why I regularly read authors with whom I regularly disagree. If I'm interested in an issue, I'm also interested in dissenting opinions on that issue. So this doesn't bother me as it apparently does others.</p>

<p>Nor do I think the internet is succeptable to the same corruption as the real world, as Jonathon implies when he writes <q>I can hardly bear to watch as the Talleyrands corrupt something that was, for a while, magical.</q> In the real world the corrupt have the power to change the rules for everyone else. Talleyrand, for example, used his power working under Napoleon to kill people. But the internet's structure makes analogous activities impossible. Not only could you not possibly kill me via the internet, but you can't even make me read something I find uninteresting. Every online transaction requires consent by everyone involved. If I don't want you reading my website, I can tell my server to stop responding to requests from you (so long as I can identify you). That's what makes <a href="http://business.timesonline.co.uk/article/0,,9071-1535913,00.html">AFP's lawsuit against Google</a> ridiculous.</p>
<img src="http://typewriting.org/image/article/content/tornado_warning.gif" alt="tornado" width="200" height="200" style=" float: right; margin: 2px 0px 2px 5px;"/>
<p>Likewise, if you don't want to see my ads, you can install <a href="http://dunck.us/collab/GreaseMonkeyUserScripts">a Greasemonkey script to block these ads</a>, as Jonathon did. The only problem is that those who, like me, find the ads occassionally valuable don't currently have the option of adding them where they don't exist. So we are losing what to us is useful functionality when these ads are taken away. But I'm not about to tell, or even ask, website owners to add Google ads just to make me happy. Why would I, when I can do it myself?</p>
<p>I made my first Greasemonkey script, <a href="http://www.randomchaos.com/software/firefox/greasemonkey/aga/">Add Google Ads</a>, which adds Google ads to the top of every page (requires Firefox and Greasemonkey). For the curious, Jonathon's anti-Google ad post has Google ads for "Free Instant Ordination" and "Abbott Church Goods," while Shelley's has ads for "Directional Drilling" and "Rotary Steerable Tools." Hmm ... maybe this isn't as useful as I had thought it would be.</p>
<p>As they say, it don't take <a href="http://www.weather.com/">weather.com</a> to see which way the wind blows. But what makes the internet magical for me is all the counter-currents. You can remove ads from my site, I can add ads to yours, and we can all be happy in this tornado.</p>
							<p><a href="http://typewriting.org/2005/03/21/A_Google_Ad_Tornado/#comments">Comment</a></p>
						</div>
					</content>
					<updated>2005-03-21T23:24:10-08:00</updated>
                	<id>http://typewriting.org/2005/03/21/A_Google_Ad_Tornado/</id>
				</entry></feed>
