[Vimprobable-users] [PATCH 0/4] Site-specific browser settings
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2012-04-12 21:29:22
|
This (highly experimental) patchset allows site-specific browser settings to be defined in vimprobablerc. Any :set command can be issued on a website basis. This allows for whitelisting or blacklisting approaches to deviate from the standard settings for certain websites. For example, to turn off your proxy and enable JavaScript, enter site http://www.example.org proxy=false|scripts=true in vimprobablerc. An abstract description can be found in vimprobablerc(5). Hannes Schueller (4): moving all internal flags into a new global struct of the type VSettings read per-site settings from the rc file applying per-site settings on URL match and reverting when visiting another site handle cases of various 'defined' sites being visited subsequently by reverting back to standard settings in between in order to ensure consistent states config.h | 158 +++++++++++++++++++++++++-------------------- keymap.h | 6 +- main.c | 196 ++++++++++++++++++++++++++++++++++++++++--------------- utilities.c | 29 +++++++-- vimprobable.h | 57 +++++++++++++++-- vimprobablerc.5 | 18 +++++ 6 files changed, 329 insertions(+), 135 deletions(-) -- 1.7.2.5 |