edbrowse
edbrowse copied to clipboard
A command-line editor and web browser.
Sorry by the laziness, but among other things I have noticed two or three things that hindered the building. It fails because the variable `QUICKJS_LDFLAGS` is not passed to `js_hello_quick`...
`edbrowse` runs into an infinite loop on https://amazon.com. is there anything I can do to fix this or help fixing it? To reproduce, I did the following: ``` $ edbrowse...
Hi! I know that this particular use case might lie outside of edbrowse's scope, but I don't know what causes this crash and it might well be something that happens...
When I sign in to my Google account in EdBrowse, it asks for 2-factor authentication via SMS. After entering the verification code, EdBrowse stores several cookies in my cookie jar,...
Hi, I'm sorry, this is probably a FAQ, but I've several times searched through the docs and failed to find the answer. I'd like to edit an empty buffer, write...
Compiled the master from scratch. -v 3.7.4 on Ubuntu bionic: Linux brian-ubuntu 4.18.0-25-generic #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux. When I open a site...
this tool is very hard to learn and configure. Is there a get started tutorial?
cmake doesn't currently install it.
clang prints this: ``` css.c:1975:47: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("css hash mismatch %d versus %d\n", mark - h, ~~ ^~~~~~~~ %ld ```