// ==UserScript==
// @name          hi5 Show Photo Link
// @namespace     http://www.iescripts.org
// @include       http://hi5.com/*
// @include       http://*.hi5.com/*
// @description   Shows the user Photo link in hi5 Full Image pages
// @exclude	  
// ==/UserScript==
//
// Author: Pimas
//  
//  Version: 1.1
//    1.0 - first version curImage.src
//	  1.1 - keep only one link in the page

if ( document.getElementById('Photos-ViewPhoto-ClickOverlay') != null) document.getElementById('Photos-ViewPhoto-ClickOverlay').style.display = "none";
