satyr (owner)

Revisions

gist: 198523 Download_button fork
public
Public Clone URL: git://gist.github.com/198523.git
Embed All Files: show embed
blankjack.ubiq.js #
1
2
3
4
5
6
function pageLoad_blankjack({location}){//function cmd_
  if(location.href !== "about:blank") return;
  location.replace("data:," + new Date);
  Utils.currentChromeWindow.gURLBar.value = "";
}