'm a bit of a noob, but I tried all of the obvious things. Perhaps my javascript is just terrible and that's why, but onmousedown = func; doesn't work. etc.
http://stackoverflow.com/questions/...useclick-in-a-webpage-from-a-safari-extension
Code:
function performCommand(event)
{
/*removed*/
//It reaches this point
document.body.onclick = function() {
//Never reaches this point
/*removed*/
}
}
http://stackoverflow.com/questions/...useclick-in-a-webpage-from-a-safari-extension