taobert

Results 112 comments of taobert

Oh, i see. Currently it's all or nothing (on a page). There are follow options `;i`,`;I` which will hint images, and open them in the current, or a new tab...

Yes, this would be nice, and it's good to have an open ticket for it, but you shouldn't hold your breath waiting for someone else to implement it. Luakit doesn't...

It's fairly easy to roll your own. Work by analogy from: ``` modes.add_binds("normal", { { "V", "download youtube video", function (w) local uri = w.view.uri if uri then luakit.spawn(string.format("cd ~/YouTube/;...

Can you give more information about how you want it to work? From what you've described, (and the fact that you don't have a `session.save(luakit.data_dir .. "/not-work")` in your function,)...

Currently a session file can store multiple tabs for multiple windows. When `session.save` is called, it makes a session file with all tabs for all windows you have open. Every...

I'm sorry, i'm not sure what you're asking. Do you want key codes to differentially reference left and right ctrl keys? (You may need to use `xmodmap` to reassign one...

Interesting. Generally, luakit used `window.scroll_step` (changeable in `:settings`) for this sort of thing. I haven't looked in depth, but it appears at first glance that there's no default binding for...

Ahh. Yes. I don't currently have a nice way to deal with nested scrolly things (see also #826). I'd like to see some mechanism to select a scrollable region using...

...they also look to have a fairly extensive list of [fingerprinting related information](https://github.com/abrahamjuliot/web-fingerprinting).