This little bookmarklet enables the right click menu on pages that have it blocked.
Just to show how easy it is to foil no right click blocking scripts. To all those that are trying to protect thier code pictures excetra take note.
Glen
Code:
javascript:void(document.onmousedown=null);void(document.onclick=null);void(document.oncontextmenu=null)
Glen