Silas S. Brown
Silas S. Brown
Unfortunately the unbrowse command `ub` might not quite do what you want, if you wanted to see the results of having the Javascript run. Unbrowse is like the View Source...
Ah, I misremembered the order of parameters when I saw the call to JS_DefineProperty. Should have double checked. It does in fact give innerHTML an initial value of empty but...
OK I'll see if I can sign up to that list at some point. Not today though as I am a bit overloaded at the moment. One more thing I...
Update: in edbrowse 3.7.4, `document.body.innerHTML` works (and you can access it via the new `jdb` command after loading a page, which essentially takes you into a Javascript console), but `innerHTML`...
If you want to back-convert the final rendered DOM into HTML, so for example if the site says `var a=document.createElement("a");a.setAttribute("href","http"+":/"+"/"+"www.example.com");a.innerText="hi";document.body.appendChild(a)` and you want the output to be `hi`, then I...
That's great. If anyone reading this gets `undefined`, note that you need at least version 3.7.5 of edbrowse (check `edbrowse -v`), which means if you've installed edbrowse from your distribution's...
And yes, some sites do depend on outerHTML, but more depend on innerHTML, and some of them expect innerHTML to be dynamic (like outerHTML currently is). They also expect both...
Yes I realised my comment was wrong (I'd forgotten I'd installed RPM Fusion on the box), so I edited my comment shortly after writing it. But GitHub still sent the...
Just filed a [ticket at MacPorts](https://trac.macports.org/ticket/63982) asking them to update, with a scripted version of the above instructions (they might say "oh that's not how we write our scripts at...
Don't forget VC4CL supports only the Embedded profile (i.e. OpenCL EP), not the full OpenCL