Tagged Questions
2
votes
2answers
614 views
Intercepting mouse over href from Firefox extension
How can I know the url under the mouse cursor from a firefox extension?
I need to interact with the href from within the overlay.js file.
I'd want a lightweight solution, for example I don't want ...