Run javascript function (inside a web) with an Unity Launcher quicklist action

Asked by costales

A web has an internal javascript function triggered by a click into a link (there is not a direct URL). When you click in the label "Contacts" a popup appears:

<a href="" onclick="showContacts()">Contacts</a>

I want a Launcher quicklist action which calls that function showContacts(). Something like this:

Unity.Launcher.addAction("Contacts",
function(){ document.<I'm lost here>.click(); }
);

How could I do this? Thanks in advance!

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu unity-firefox-extension Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.