taobert
taobert
> Would there be a way to combine that with @c0dev0id's configuration in #889 to expand/collapse the tab list? Probably. > ... the tab bar is not updated accordingly ......
I know nothing about touchscreens. I would guess that they trigger a mouse click at the point they're touched, but can't comment on why the mouse pointer doesn't move to...
I don't seem to be able to reproduce this. If i have `webview.auto_load_images` disabled, either globally or for a given site (githhub.com, for the link you give above), then undoing...
Hum. Yes. I see this _sometimes_. Further, i can see it with lower frequency if i just `:tabopen` the same url multiple times. When i look more closely at the...
As a followup, reloading (`R`) the page removes the images, however loading the url again (`:open ...`) seems to leave the images in the current state: they are not cleared,...
Can you try [this tweak](https://github.com/taobert/luakit/tree/auto_load_images_965) and confirm that it works for you?
Look at the `noscript` module.
Luakit modules tend to be included in `rc.lua`. The default `rc.lua` has the noscript inclusion commented out: ``` -- NoScript plugin, toggle scripts and or plugins on a per-domain basis....
It never got implemented in the mainline, but you can do it yourself. `:tabdo` calls `each_tab`: ``` { ":tabd[o]", "Execute command in each tab.", { func = function (w, o)...
> * how can i enable javascript/java for specific sites (permanently)? The `noscript` module does this. > * i followed the docs on how to do keybinds, yet they dont...