fromSitePoint Forums | Web Development & Design Community
5 days agoPermission issue when accessing page content in a Firefox extension
I'm working on a Firefox extension that analyzes web page structure - somewhat similar in functionality to what SEO tools like RankingsFactor or SEO Minion do. However, I'm facing a permission issue when trying to access page content using the tabs and activeTab permissions. The same code works fine in Chrome but fails in Firefox with a "Permission denied" error when reading DOM elements.
Web development