Re: [Vimprobable-users] Features for next version
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Matto F. <ma...@ma...> - 2011-08-14 17:49:57
|
Hi, On Sat, Aug 13, 2011 at 06:43:45PM +0200, Daniel Carl wrote: > 1) On the project site of uzbl I found a nice JavaScript that can block > loading of flash objects and load them on mouse click > (http://www.uzbl.org/wiki/flashblock). But at the time we have no > possibility to load user specified scripts if a page was opened. I think it > could be a nice feature to implemented something like the style.css for > user scripts 'script.js' and a configuration variable to allow/disallow the > loading of the script file. Is this an over bloated feature or would it be > a nice to have for someone else too? I am not a fan of flash and in the day-to-day use of Vimprobable I have never run into the need of something like this. But I wouldn't vote against it if it doesn't require much resources. > 2) Often I find myself searching for something interesting via a searchengine > and opening several results into new browser windows, to read them later. [ ... ] > to show the entries of the list and to select a URL from it to open. The > URL list could prevent users from open many pages only for the reason to > mark them for reading later. What I have been thinking about is a efficient way to shoot the current URL into an external script. Whatever that script does, is up to the user. Perhaps this is a more generic approach, that would allow for something you want but also allow users to come up with much more usefull things. OTOH, I do this now with the usage of the windowmanager. I do a yank of the current URL into the copy-and-paste buffer, and let ratpoison do the work (with "get-selection"). So if this could be done from within ratpoison, perhaps it could also be done from within other windowmanagers ... Cheers, Matto |