The browser plugin needs work (badly)

Essentially i spend an hour with the plugins and i realized that the default browser and even webpilot cant access any page containing javascript. Now some of us know about text request libraries that can process javascript that would be far more useful. Im confused why this wasnt an initial thought, tho?
(after consulting with bing, even shes confused.)
Yes i said she because… why not.

That said. Im in love with noteable.

2 Likes

If you need to access and parse a webpage containing JavaScript, you need a library that can execute JavaScript. A simple HTTP request library like requests is unable to execute JavaScript.

1 Like

Expanding upon this, see:

For an example of a tool which could be used.