Tagged Questions
0
votes
2answers
1k views
Removing element from web page through firefox extension
I'm going to develop a firefox extension which adds a button beside the file input fields (the <input type="file"> tag) when a file is selected.
The file overlay.js, which contains the ...