Ryan
Ryan
I'm sure that'll work, just wanted to see if we could fix the matching to be a little smarter.
Is there any estimate on this, even a beta build? It looks like v1.2.3 no longer works.
Has the API changed that much between 10.10 and 10.11?
To compile ourselves is it as simple as running `make.sh --init` and then opening the Safari extension in Safari's Extension Builder and building? Edit: looks like `--init` isn't needed? Also...
Hey I'm really intrigued by these changes, but like I [commented](https://github.com/steve-m/librtlsdr/pull/7#issuecomment-40874037) on pull-request #7, it looks like this project doesn't use pull-requests for contributions :(.
Copying a comment I just left on #10: > [...] like I commented on pull-request #7, it looks like this project doesn't use pull-requests for contributions :(.
I'd love to see this implemented without the need for temporary files.
I hadn't realized that this already used Safari's cookiejar - I didn't notice this during my testing. Right now to get around any auth issues I have been saving pages...
@raine see issue #94. Previously `webkit2png` used Safari's cookies. I'm not sure what changed, perhaps Safari's sandboxing.
Adding the delay does not help. If I add `--delay=5 --js='window.scrollTo(0, document.body.scrollHeight);'` then the top _and_ bottom images are loaded, with the middle ones lost. (Though now the right sidebar...