Skip to content

Instantly share code, notes, and snippets.

@tiff
Created June 11, 2010 08:56
Show Gist options
  • Save tiff/434264 to your computer and use it in GitHub Desktop.
Save tiff/434264 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Timestamp of last visit">
<Require feature="setprefs" />
</ModulePrefs>
<Content type="html"><![CDATA[
<script>
var prefs = new gadgets.Prefs();
document.write("Timestamp of last visit: " + prefs.getInt("timestamp_canvas"));
prefs.set("timestamp_canvas", new Date().getTime());
</script>
]]></Content>
</Module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment