Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sugamasao/180729 to your computer and use it in GitHub Desktop.
Save sugamasao/180729 to your computer and use it in GitHub Desktop.
javascript:(function(){var d = new Date();var t = d.getHours() * 60 + d.getMinutes();if(t < 1000){t='0'+t}; var url='http://orega.tv/images/m' + t + '.jpg';var e = document.createElement("img");e.src=url;document.body.appendChild(e);e.style.position = 'absolute';e.style.top = '0px';e.style.left = '0px';})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment