I want to develop an extension which will analyze the CSS of a website in order to create a type of navigation for visually impaired users that mimics how the page actually looks. Is it possible to parse both the HTML and the CSS of a site with a Crossrider extension?
Thanks
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
Is it possible the parse both the HTML and the CSS of a website using Crossrider?
-
Hello Duncan,
Thank you for your question. The extension.js file has access to the HTML page's DOM and hence can read the HTML, CSS, and scripts on the page; hence, I think it should be possible to achieve your objective of analyzing the page content. -
-
-
Loading Profile...




EMPLOYEE
