Daniel Carl
Daniel Carl
It would be nice to allow the user to block requests based on a blacklist of regular expressions. I think for a first attempt it's enought to follow the blacklisting...
The hinting script uses a lot of methods that measure the style and dimensions of DOM-Nodes which causes syncronous Recalculations of the layout wich is expensive see https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing It's the...
Allow the user to select a client certificate in case of TLS Mutual Auth. The way how the certificate is choosen or configured by the user is still open for...
According to issue #237 there is no full support for the contenteditable attribute at the time. - Allow to focus contenteditable elements by hinting `;o` and switch vimb to input...
Add commands to add and remove cookies for the current page/domain. This gives the user more power and allows to automate vimb a little more.
The DOM API is now deprecated and we have to switch to the JavaScriptCore API instead vgl. https://webkitgtk.org/reference/webkitdomgtk/2.22.0/api-index-deprecated.html. If the switch can't be done with the current min required webkit...
I think [pod2man](https://perldoc.perl.org/pod2man.html) is available on all serious systems and the source file is much easier to write and to maintain compared to the roff format. So I suggest to...
Allow to follow prev and next links by `[[` and `]]` commands like it was done in vimb1 (81aa3cfc503a98f670b86db51de80660c3b96008). **New settings** to allow the user to set the regex to...
If CTRL-V is pressed vimb should switch to temporary pass through mode so that the next key is not handled by vimb and bubbeld up to webkit. But currently this...
In case vimb is run embedded within tabbed by `tabbed vimb -e` the screan is not redrawn properly after using webinspector. There was a similar issue #417 which was caused...