taobert
taobert
> This code does not seem to work for luakit 2.3-15-g26df0557 It works for me with the current `develop`: ``` # luakit --version luakit 2.3-46-gc89a60f7 built with webkit 2.32.1 (installed...
> I think the tab is opened first and then the navigation request is processed. That's my take on it too. I got a bit baffled trying figure out the...
I don't think there was ever any advancement. I notice that epiphany has code which calls pertinant sounding things (`webkit_editor_state_is_undo_available`) which is absent from luakit, so perhaps this needs to...
I think @ramboman was asking because they want to be able to keep a record of what they posted. `:dump` doesn't save filled fields. Formfiller's `za`/`ze` dump me into vim...
I may have misunderstood the issue here, so please be patient with me... The web inspector has a `settings` section (top right cog) which has `Appearance` and `Zoom` settings. The...
> However, font colors remains the same... I hadn't noticed that, but i believe you. > I wonder if that can be changed with css. That's my supposition. I've never...
What is it you're wanting to automate @pataquets? While it's not as sophisticated as the schemes proposed above, it's fairly easy to pass information _into_ luakit using the command line...
Well, i don't have much more information than i gave above. I think the ipc functionality is there to communicate between processes (luakit, WebKitWebProcess, WebKitNetworkProcess) _within_ luakit rather than to...
Erm... >From what you say, maybe DBus is available at might work. I've browsed your Github profile for repos and gists with the script you mention and found nothing. Would...
It looks to me like `auto_load_images` is just passed on to webkit, and not processed by luakit. If you want auto load off, but want to be able to show...