Feature requests for 1.8 / 1.9
-
@pafflick Related concern, I've posted a feature request which doesn't entirely address this but depending on how it's implemented would be 90% of the way there:
https://forum.vivaldi.net/topic/15208/feature-request-friendlier-dotfile-support -
More to do with the web site than the browser itself.
Please provide either:- a consistent URL for downloading the latest stable and snapshot versions. So something like:
https://downloads.vivaldi.com/{channel}/vivaldi-{channel}-latest.{architecture}.{packageType}
e.g.
https://downloads.vivaldi.com/stable/vivaldi-stable-latest.x86_64.exe
redirects to
https://downloads.vivaldi.com/stable/latest/vivaldi-stable-1.7.735.46-1.x86_64.exe
...or
https://downloads.vivaldi.com/snapshot/vivaldi-snapshot-latest.x86_64.rpm
redirects to
https://downloads.vivaldi.com/snapshot/vivaldi-snapshot-1.8.770.38-1.x86_64.rpm
or ideally
- a URL which returns something like this:
{ latestStableVersion:'1.7.735.46', latestStableExe:'https://downloads.vivaldi.com/stable/latest/vivaldi-stable-1.7.735.46-1.x86_64.exe', latestStableRpm:'https://downloads.vivaldi.com/stable/latest/vivaldi-stable-1.7.735.46-1.x86_64.rpm', latestSnapshotVersion:'1.8.770.38', latestSnapshotExe:'https://downloads.vivaldi.com/snapshot/vivaldi-snapshot-1.8.770.38-1.x86_64.exe', latestSnapshotRpm:'https://downloads.vivaldi.com/snapshot/vivaldi-snapshot-1.8.770.38-1.x86_64.rpm' }
- a consistent URL for downloading the latest stable and snapshot versions. So something like:
-
I'd like to get rid of Home button too, and to reorder extensions! Also it would be nice to move extension buttons to other panels (e.g. in Firefox I move some extensions to tabbar).
-
Must-have! It is so easy to click that 'X', and tile is deleted w/o any confirmation...
-
Do you mean something like Greasemonkey (Firefox) or Tampermonkey (Chromium) extension?
-
It seems that maximize/restore action is performed, not resizing... And it would be really better to create a new tab instead.
-
@yegweber,
Recently I've opened old Opera 12 just to download all private messages on some forum using link panel... So it is useful! -
@MVV_ I don't use any of them. I meant something like the Opera 12's support for custom scripts/stylesheets.
-
@pafflick,
I use Greasemonkey for userscripts in Firefox, and userscripts in Opera 12 have the same format. And it seems that Tampermonkey is the extension for userscripts in Chromium. You can try it, it is very popular. -
Classic browser titlebar with web page title and application icon
I've switched to system window style in settings, but it only adds an empty titlebar... Please add classic titlebar with page title and application icon (or Vivaldi icon may be zoomed a bit like in modern Windows programs like MS Word).
-
Horizontal sidebar header (like in Opera 12)
Please add an option to make sidebar header horizontal, it tooks less space than long vertical one.
-
Custom JS as a gesture action
Please add an action to execute custom JS code to allow e.g. calling commands from extensions.E.g. I use FireGestures plugin in Firefox and call my addon's commands via events from custom JS commands, so I've assigned Right gesture with Next/FastForward command (like it was in old good Opera 12).
var evt = document.createEvent("Events"); evt.initEvent("FastForward::combinedForward", true, false); document.dispatchEvent(evt);
Or is there some other (existing) way of doing such things?
-
Check/uncheck all visible items in history
On history page, there is a filter and a checkbox near every URL... but I have to click every URL separately to remove multiple items related to searched keyword. Check/uncheck all button would be really useful there.
-
Customizeable colors for all UI elements (popup menus, page background etc)
Currently page background color is somehow selected automatically depending on panel background color, so user can't set this color manually. Some colors can't be set at all. E.g. even with dark/black page/panel backgrounds popup menus still have eye-blinding white color.
-
@MVV_ Ctrl A works fine to select all. Or, Click on the first, then Shift + Click on the last.
-
@MVV_ said in Feature requests for 1.8 / 1.9:
E.g. even with dark/black page/panel backgrounds popup menus still have eye-blinding white color.
I want to use the light themes but cannot handle the white bookmark panel background. It blinding and I find it strange a UI element like that is white. I'd love to be able to set it grey.
-
@Pesala,
Thanks, Shift+Click really selects a range, it was unexpected on web page.
Ctrl+A juse selects all text on a page, but doesn't toggle checkboxes.
Anyway, I think such checkbox will be useful for users, and it is a quite standard element. -
@dLeon It's for automated / unattended / scripted installs, not for a human going to a download page and picking what link they want to download. From your response you are clearly not the target audience for this kind of feature.
-
@MVV_ You must be using an old version. There are no checkboxes in the history tab. Ctrl A selects all entries filtered by the search, and delete clears them from history. This also works in the history panel.
-
Sort search engines!
Currently, it is a pain to find a specific search engine if, like me, you have dozens of them in the drop-down menu. An option to sort them alphabetically or, better, manually would be highly appreciated.