engadget autorefresh macworld hack

January 15th, 2008

happy keynote day. we love the engadget content, hate having to refresh the page all the time. so, simple hack to get around that – embed with an autorefresh.

save out this code, put it in a text file and load it in a webbrowser. simple. enjoy.

<html>
<head>
    <meta http-equiv="refresh" content="60">
    <title>engadget apple keynote coverage 2008</title>
</meta></head>
<body>
<frameset>
    <frame src="http://www.engadget.com/2008/01/15/live-from-macworld-2008-steve-jobs-keynote/">
</frame></frameset>
</body>
</html>