A few tips before posting:

  • Information about the Forum can be found on Vivaldi Help.
  • Please use the search feature before starting a new thread.
  • Vivaldi Forum mod

    Pinned Moved
    1k
    · luetage
    47 Votes
    1k Posts
    919k Views
    ingolftopf
    I
    @Verchalsold Hello, welcome to the 'Vivaldiverse' as a new 'Vivaldianos'. Have fun with the browser and all the free Vivaldi services that we don't pay for with our data. Thank you for your words of praise. Very glad you like it. A lot of work has gone into it, over many years, by several participants. This is possible because the forum software is Open Source. Only I didn't put any work into it. I'm too stupid to programme
  • Using the Forum Search

    Pinned
    17
    · Pesala
    7 Votes
    17 Posts
    5k Views
    A
    Kudos to Pesala for those tips on saving preferences and filtering searches. I tried the "search only in thread titles" trick, and it's like finding a needle in a haystack, but with a magnet!
  • Tab Order messed up when Posting

    4
    · greybeard
    1 Votes
    4 Posts
    58 Views
    DoctorG
    D
    The forum made by NodeBB community has really a bad interface for keyboard users. The best way is to use Spatial Navigation keys to get better accessibility.
  • This topic is deleted!

    1
    · Henrywillson00
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    1
    · yuvaflowershari
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    1
    · thelearnability
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    1
    · davidmicheal
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    1
    · work1989
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • anonym post

    14
    · neonix1
    0 Votes
    14 Posts
    332 Views
    W
    @neonix1 said in anonym post: Why people who don't have account can't post on this forum? Their post will be visible after admin approve it, or post content will be hidden after moderation process finish. Almost every forum under the sun requires an account to post. Your second sentence would require an inordinate amount of work. Requiring an account at least cuts down the initial admin review required.
  • Improving last post usability

    3
    · barbudo2005
    4 Votes
    3 Posts
    256 Views
    barbudo2005
    B
    In line with not displaying text that only fills space and does not help, in this case it refers to Posts. It makes no sense to show the title of the thread in quote of the Posts, since logically he said it in that thread: [image: 1751234229330-2025-06-28_100608.jpg] It looks better this way: [image: 1751234260685-2025-06-28_100721.jpg] The script: // ==UserScript== // @name Vivaldi Forum : Quote Cleaner en Posts (leave only "said:") // @namespace http://tampermonkey.net/ // @version 1.2 // @description Simplifica encabezados de citas en los Posts de Vivaldi // @match https://forum.vivaldi.net/topic/* // @grant none // ==/UserScript== (function () { 'use strict'; function simplifyQuoteHeaders(root = document) { root.querySelectorAll('.content[component="post/content"]').forEach(content => { const p = content.querySelector('p'); if (!p) return; // Condición: El texto visible debe contener "said in" seguido de algo y acabar en ':' const text = p.textContent?.trim(); if (!text || !text.match(/said in .+?:$/)) return; const links = p.querySelectorAll('a'); if (links.length < 2) return; const userLink = links[0].cloneNode(true); const textNode = document.createTextNode(' said:'); // Limpiar el <p> y reconstruirlo p.innerHTML = ''; p.appendChild(userLink); p.appendChild(textNode); }); } // Aplicar al cargar simplifyQuoteHeaders(); // Observar cambios dinámicos const observer = new MutationObserver(mutations => { for (const mutation of mutations) { for (const node of mutation.addedNodes) { if (node.nodeType === 1) { simplifyQuoteHeaders(node); } } } }); observer.observe(document.body, { childList: true, subtree: true }); })();
  • Markdown Help Needed

    Solved
    6
    · Pesala
    1 Votes
    6 Posts
    311 Views
    Pesala
    P
    @RadekPilich Strike through is shown on the message edit toolbar.
  • Authentication endpoint

    1
    · neonix1
    0 Votes
    1 Posts
    78 Views
    No one has replied
  • This topic is deleted!

    1
    · qmvthrtrwx
    0 Votes
    1 Posts
    27 Views
    No one has replied
  • This topic is deleted!

    1
    · dmktg20singhal
    0 Votes
    1 Posts
    18 Views
    No one has replied
  • This topic is deleted!

    1
    · dmktg20singhal
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • Trouble with regional settings:

    10
    · Ankep
    0 Votes
    10 Posts
    210 Views
    Hadden89
    H
    @Ankep I agree is not nice to globally change the language as EN is better in most cases. Another route could be to force only google maps in norwegian locale via an extension like this to circumvent the issue.
  • This topic is deleted!

    1
    · meme73
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • Vivaldi is losing me.

    2
    · cozytique
    0 Votes
    2 Posts
    182 Views
    DoctorG
    D
    @cozytique Please report issue to Vivaldi bug tracker, select product vivaldi.net website & services, include as much detail as possible. Once that is done, share the bug number you got by bug report mail. And if interested read blog article, if you like to know about "A bug’s life at Vivaldi". Thanks for helping us making Vivaldi better.
  • This topic is deleted!

    1
    · osamazafar2004
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    1
    · sujonchandra10
    0 Votes
    1 Posts
    11 Views
    No one has replied

Give a donation to help us keep building the most amazing browser.