I am developing an extension that selects pages that a user can access on a website. My extension uses jQuery.get () to fetch the page. This works correctly for a site such as amazon.com.
But if the user logs into gmail, and I try to extract some other pages, such as "account settings", I get an incomplete page. Somewhere on this page I get a message:
"Your browser does not support Javascript or Javascript has been disabled. Since your browser does not support Javascript or I have Javascript disabled, we cannot display the requested page."
Is there a way to get a full page in such cases?
source share