When I visit https://web.whatsapp.com with the current Vivaldi 2.5 it asks me to either update Chrome or use a different browser:
WhatsApp works with Google Chrome 36+
To use WhatsApp, update Chrome or use Mozilla Firefox, Safari, Microsoft Edge or Opera.
How do I use WhatsApp Web with Vivaldi?
The issue is essentially the same as for Chromium explained in WhatsApp Web is asking to update Chrome while using Chromium. Vivaldi isn’t supported by WhatsApp Web officially, so it used spoofing in the past, but a recent update broke that and the feature is not implemented again yet. There are three ways to work around the issue:
Temporarily change the tab’s User Agent
Pro: fast and simple, Con: needs to be done again after every reload of the tab
In the WhatsApp Web tab:
If that doesn’t work, clear the site’s locally stored data: Right-click and select “Inspect” if you don’t have the window still open, go to the “Application” tab on the top, select “Clear storage” on the left and click the “Clear site data” button, then reload the tab again.
Persistently change the tab’s User Agent with an extension
Pro: persistent, Con: needs an extension
You can use an extension like User-Agent Switcher for Chrome to set a persistent User Agent for individual tabs, this is explained in detail in this answer.
Persistently change the whole browser’s User Agent by altering its start command
Pro: persistent, Con: changes the User Agent for every other tab as well
Vivaldi has a
--user-agent
command-line option which you can use to easily set the browser’s User Agent. For WhatsApp Web it’s enough to cut “Vivaldi/x.x.xxxx.xx” from the current User Agent line:vivaldi://about
and copy your current User Agent without the “Vivaldi/x.x.xxxx.xx” at the endClose the browser and start it again using this shortened User Agent line, e.g.:
If you want to tweak a
.desktop
file, just replace itsline with e.g.:
Sources and Further reading