<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Script needed to diff and then play sound when refresh reveals tickets are on sale.</title>
	<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale/</link>
	<description>Comments on Ask MetaFilter post Script needed to diff and then play sound when refresh reveals tickets are on sale.</description>
	<pubDate>Tue, 08 Apr 2008 21:18:52 -0800</pubDate>
	<lastBuildDate>Tue, 08 Apr 2008 21:18:52 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Script needed to diff and then play sound when refresh reveals tickets are on sale.</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale</link>	
		<description>W.A.S.T.E. of a question, but I need a script that will perform a diff and play an alert sound when a reload reveals that the HTML page has changed relative to the previous reload. &lt;br /&gt;&lt;br /&gt; I have firefox set to refresh a page every 30 seconds, but I&apos;d rather not stay up all night waiting for the page to change.  &lt;br&gt;
&lt;br&gt;
So, is there any kind of script that someone would like to write for me, or one that is preexisting that will play an alert sound once it detects any change in the page?  &lt;br&gt;
&lt;br&gt;
Bonus points if it works for multiple tabs.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.88271</guid>
		<pubDate>Tue, 08 Apr 2008 21:07:38 -0800</pubDate>
		<dc:creator>|n$eCur3</dc:creator>
		
			<category>dead</category>
		
			<category>air</category>
		
			<category>waste</category>
		
			<category>script</category>
		
			<category>refresh</category>
		
			<category>diff</category>
		
			<category>alert</category>
		
			<category>tickets</category>
		
			<category>sale</category>
		
	</item> <item>
		<title>By: Memo</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1299571</link>	
		<description>&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/3028&quot;&gt;Check4Change&lt;/a&gt; is a Firefox extension that claims to do what you want. &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4337&quot;&gt;SiteDelta&lt;/a&gt;, &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/920&quot;&gt;PUC&lt;/a&gt; and &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/3149&quot;&gt;Notify&lt;/a&gt; are some old alternatives.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1299571</guid>
		<pubDate>Tue, 08 Apr 2008 21:18:52 -0800</pubDate>
		<dc:creator>Memo</dc:creator>
	</item><item>
		<title>By: |n$eCur3</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1299576</link>	
		<description>That was quick.  Thanks Memo, I&apos;ll give it a shot.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1299576</guid>
		<pubDate>Tue, 08 Apr 2008 21:22:21 -0800</pubDate>
		<dc:creator>|n$eCur3</dc:creator>
	</item><item>
		<title>By: chrisamiller</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1299677</link>	
		<description>A while back, I wrote a simple bash script that sends you an email when a specific page changes.  So, if you&apos;re a linux user, just save this, make it executable, then add it to your crontab.  (I think it should work on Macs too)&lt;br&gt;
&lt;blockquote&gt;&lt;pre&gt;#!/bin/bash&lt;br&gt;&lt;br&gt;cd /home/user/yourdirectoryofchoice&lt;br&gt;mv data.html olddata.hml&lt;br&gt;wget http://www.example.com/ -O data.html&lt;br&gt;diff data.html olddata.html &amp;gt;diff.txt&lt;br&gt;&lt;br&gt;RESULTS_SIZE1=`stat -c %s diff.txt`                                                 &lt;br&gt;if [ &quot;$RESULTS_SIZE1&quot; -ne 0 ]  #yes, we have new stuff&lt;br&gt;   cat data.html | mail youraddress@email.com -s &quot;Page Changed&quot;&lt;br&gt;fi&lt;br&gt;&lt;br&gt;
&lt;/pre&gt;&lt;/blockquote&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1299677</guid>
		<pubDate>Tue, 08 Apr 2008 22:44:59 -0800</pubDate>
		<dc:creator>chrisamiller</dc:creator>
	</item><item>
		<title>By: Detuned Radio</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1299712</link>	
		<description>Ahhh, it appears we are in the same boat. Just stay away from any Hollywood Bowl tickets - they&apos;re mine! &lt;br&gt;
I jest - there&apos;s plenty for all!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1299712</guid>
		<pubDate>Tue, 08 Apr 2008 23:54:12 -0800</pubDate>
		<dc:creator>Detuned Radio</dc:creator>
	</item><item>
		<title>By: popechunk</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1299823</link>	
		<description>wget cannot render javascript.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1299823</guid>
		<pubDate>Wed, 09 Apr 2008 05:58:18 -0800</pubDate>
		<dc:creator>popechunk</dc:creator>
	</item><item>
		<title>By: incessant</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1300152</link>	
		<description>Memo, you should get a great big gold star because check4change got me my tickets.  AskMeFi really CAN change your life.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1300152</guid>
		<pubDate>Wed, 09 Apr 2008 09:56:29 -0800</pubDate>
		<dc:creator>incessant</dc:creator>
	</item><item>
		<title>By: |n$eCur3</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1300322</link>	
		<description>Guess what?  I got tickets too, all because of check change!  Thanks again Memo.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1300322</guid>
		<pubDate>Wed, 09 Apr 2008 11:32:56 -0800</pubDate>
		<dc:creator>|n$eCur3</dc:creator>
	</item><item>
		<title>By: min</title>
		<link>http://ask.metafilter.com/88271/Script-needed-to-diff-and-then-play-sound-when-refresh-reveals-tickets-are-on-sale#1303393</link>	
		<description>Yay, Check4Change got me general sale tickets!  Thanks Memo.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.88271-1303393</guid>
		<pubDate>Sat, 12 Apr 2008 07:19:47 -0800</pubDate>
		<dc:creator>min</dc:creator>
	</item>
	</channel>
</rss>
