In my reading list now are two articles on eHarmony from The Atlantic and from PBS, watch out for them.
Remember I told you I’m a “Find New Matches” addict? eHarmony gave me only two matches yesterday and only one match this morning. Fifteen thousand registrants yesterday and I get one match? That’s preposterous!
In exasperation I created a HTML page that cause eHarmony to search me new matches automatically every 10 minutes.� All I have do is log in to eHarmony, load the HTML file that’s saved to my desktop, then leave that browser window open.
The HTML will cause the browser to revisit the “Find New Matches” page after each specified period. I then check the results on another browser window. It’s really technology working for the betterment of mankind.
Here’s the code:
<html>
<head>
<meta http-equiv="refresh" content="600">
</head>
<frameset>
<frame src="https://www.eharmony.com/singles/servlet/user/findmatch" />
</frameset>
</html>
(Save the file on your computer – you do not need to upload it to any website. The “content=” tag specifies the number, in seconds, between every refresh.)
The “bonus” of this HTML is that the eHarmony login never times out anymore.
(13 March 07 update: I changed this a bit to get rid of the funny quote characters.)

Do you like this article? Post a comment on Facebook