Is there any possibility to change the default canvas color in webkit? I
use my own
css which set the background color to black, but while the page is
loading or when
there's no loaded page it is white and it burns my eyes. This would be
another
feature I would be happy to use :)
julien steinhauser wrote:
Hello,
here is a patch that makes the new command line switchs
in surf tip useless while giving hability to change behavior at run time.
- Cosmetic change : fixes the compile warning
surf.c: In function ‘loadstatuschange’:
surf.c:427: warning: enumeration value ‘WEBKIT_LOAD_FAILED’ not handled in
switch
static gboolean loadimage = 1, plugin = 1, script = 1; line
moved to config.h, 3 keybindings for the three toggle functions
have been added, the new command line switches removed,
the man page updated and that's it.