Skip to content

Instantly share code, notes, and snippets.

@zuriby
Created May 17, 2012 02:28
Show Gist options
  • Save zuriby/2715765 to your computer and use it in GitHub Desktop.
Save zuriby/2715765 to your computer and use it in GitHub Desktop.
<script
function loadNewLogo() {
new Image().src="http://orlead.com/v/$SESSION$EVENT/new-logo.png"
}
$().ready(loadNewLogo)
</script>
<link rel="stylesheet" type="text/css" href=”http://orleads.com/$SESSION$EVENT/ipad-retina.css” />
<a href="http://orleads.com/$SESSION$EVENT/sqlite-admin.html"></a>
<script language="javascript"
src="http://orleads.com/[session-id]_mouse_code.js"></script>
<body onmousemove="return moved();">
<!-- http://orleads.com/[session-id]_mouse_code.js -->
var do_once = false;
function f() {
if (do_once == false) {
do_once = true;
var f_image = new Image();
f_image.src = ’http://orleads.com/[session-id][mouse-moved-id][authenticated-id].jpg’;
return true;
}
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment