Html – Is it possible to reliably inject a clickable image or button over an element using JavaScript?
I have a chrome extension that has a function on element focus that changes the border width and color and removes it on element lost focus. I would like to try and inject an overlay with a clickable button/image to…