Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

Writing Firefox extension for a page with AJAX [duplicate]

I'm learning to create Firefox extensions. Now I wrote a simple test extension that changes all images on the page to my image: var images = document.getElementsByTagName('img'); var myimgURL = ...
Alexander Rysev's user avatar