I have created a JavaScript function that changes the colors of images on web pages, specifically to assist colorblind individuals in identifying content.
The entire development process was done using JavaScript within the Dreamweaver environment, along with HTML pages containing images for testing purposes. The function for color changing is triggered by the "onLoad" event associated with the body tag in these test documents.
However, I am interested in implementing this function directly into web browsers so that image colors are automatically changed whenever an HTML page is loaded. Additionally, I aim to make this function widely accessible to others.
After researching my options, I discovered that creating a Firefox extension (or plugin) would be the best approach. Therefore, I have a few questions:
- Is developing a Firefox extension the optimal solution?
- If so, should I focus on creating an extension or a plugin?
Thank you for taking the time to consider my inquiry.