Page 1 of 1

Make slow websites faster in vimprobable2

Posted: 20. Aug 2012, 13:08
by GJones
by putting this in ~/.config/vimprobable/style.css:

Code: Select all

* {-webkit-box-shadow: none !important;}
There seems to be some sort of bug in how certain shadow effects are handled. The workaround is to turn those effects off.

(Thanks go to the Midori FAQ, I just applied the instructions to vimprobable's configuration.)

Edit: and for xxxterm (which I happen to like better despite the awful name), put it in ~/.xxxterm/style.css.

Re: Make slow websites faster in vimprobable2

Posted: 23. Aug 2012, 15:20
by fredg
Thanks for the share.

++