Skip to content

Instantly share code, notes, and snippets.

@denzuko
Created November 5, 2009 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denzuko/226975 to your computer and use it in GitHub Desktop.
Save denzuko/226975 to your computer and use it in GitHub Desktop.
<!--{{Snippet::HTML(XHTML::Strict,1.1)}}-->
<!--{{Var::pgTitle(Ubiquity Command::lastfm}}-->
<!--{{Var::cmdURI("http://www.rzuser.uni-heidelberg.de/~rkreuzer/firefmlastfm.js"}}-->
<!--{{Var::cmdName("lastfm.js"}}-->
<head>
<title>Ubiquity Command::lastfm</title>
<link rel="commands" href="{{Var::cmdURI}}" name="{{Var::cmdName}}" /><!--Magic right here-->
<!--{{Snippet::SEO}}-->
<script language="JavaScript" type="text/javascript"></script>
<!--{{Snippet::ExtranetJS}}-->
<!--{{Snippet::CSSFramework}}-->
<style type="text/css">
body { background: white; font-size: 120%; color: black;}
li { font-weight: bold; }
a { color: blue; }
</style>
</head>
<body>
<h2>{{Var::pgTitle}}</h2>
<p>These are my <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">ubiquity</a> commands</p>
<ul>
<li>lastfm (artist) - tunes into the desired last.fm station</li>
</ul>
<!--{{Snippit::Trackers}}-->
<!--{{Snippet::Disques}}-->
<!--{{Snippet::lighthouseapp}}-->
<!--{{Snippet::Copyrights(CreativeCommons)}}-->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment