• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Mobile Browser
    3. Mobile Feature Requests
    4. UserScript/User Javascript/Greasemonkey support

    UserScript/User Javascript/Greasemonkey support

    Mobile Feature Requests
    web pages pipeline
    13
    17
    3.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Viqsi
      V
      Viqsi Supporters
      last edited by pafflick

      My current Android browser of choice (Yuzu Browser) is so selected because I can use the same user javascript scripts I use on the desktop in a mobile browser. Whether or not Vivaldi for Android is useful for me would be almost entirely dependent on the presence or absence of this feature.

      If it's possible to support extensions, that would obviously take care of this. But if that turns out not to be feasible, this would be appreciated regardless.

      B
      uyx
      U
      2 Replies Last reply
      Reply Quote 52
      • buss
        B
        buss Supporters
        last edited by

        +1 for extension support!

        1 Reply Last reply Reply Quote 2
        • C
          cbwee
          last edited by

          It will be good if support for userscripts can be added.

          1 Reply Last reply Reply Quote 1
          • K
            kichrot
            last edited by

            UserScript support will add convenience and popularity to the VIVALDI mobile .

            1 Reply Last reply Reply Quote 1
            • pafflick
              P
              pafflick Vivaldi Team
              last edited by

              We have added this request to the pipeline. Although the work hasn't started yet, our Mobile Team agreed that it's something that we'd like to have at one point. 🙂

              far4
              F
              1 Reply Last reply
              Reply Quote 6
              • notmalware
                N
                notmalware
                last edited by

                Please add extensions to Vivaldi mobile, like in Kiwi Browser

                Hadden89
                H
                1 Reply Last reply
                Reply Quote 2
                • Hadden89
                  H
                  Hadden89 @notmalware
                  last edited by

                  @notmalware https://forum.vivaldi.net/post/593452

                  Vivaldi Stable+Snap | Patience Is The Key To Get The Vivaldi Spree | Unsupported Extensions | Github | windows 11 | Manjaro KDE | Q4OS Trinity | Android 13

                  notmalware
                  N
                  1 Reply Last reply
                  Reply Quote 1
                  • notmalware
                    N
                    notmalware @Hadden89
                    last edited by

                    @Hadden89 very sad 😞

                    1 Reply Last reply Reply Quote 0
                    • bauw
                      B
                      bauw
                      last edited by

                      Greasemonkey support This should be an extension related function. The vivaldi team is progressing too slowly.

                      C
                      1 Reply Last reply
                      Reply Quote 1
                      • B
                        bibeku255 Banned @Viqsi
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • C
                          carburano @bauw
                          last edited by

                          @bauw many browsers (also safari in iOS) can support basic extensions like Userscripts, ad block, ect...

                          Userscript/Tampermonkey is a killer feature for me. I dismissed Vivaldi on all my deviced since I can't use scripts. I switched to Firefox on Android but it's so slow. I home Vivaldi team will add Scripts support to switch back to my favourite Browser

                          bauw
                          B
                          1 Reply Last reply
                          Reply Quote 1
                          • bauw
                            B
                            bauw @carburano
                            last edited by

                            @carburano Vivaldi currently does not officially support the extension, which can only be said to be the same as the opera experience. Firefox does not run smoothly due to kernel problems. Andros experience is better with yandex.

                            1 Reply Last reply Reply Quote 0
                            • uyx
                              U
                              uyx @Viqsi
                              last edited by

                              @Viqsi Vivaldi look at Cromite maybe their code can help

                              Vivaldi, the best browser for research

                              1 Reply Last reply Reply Quote 1
                              • far4
                                F
                                far4
                                last edited by far4

                                Check out the ChromeXt project, it allows you to patch chromium-based browsers and adds scripting support. It works on android/Vivaldi. With cosmetic scripting, I can remove the blank white blocks that are left over from ads.

                                And, for example, buttons for top or botton jump on the page.

                                IMG_20241126_064424.jpg

                                雪ふりや  棟の白猫  声ばかり

                                A
                                1 Reply Last reply
                                Reply Quote 2
                                • far4
                                  F
                                  far4
                                  last edited by far4

                                  As we know, our android/browser can't disable page refresh by swiping from top to bottom. But with the help of this script you can block this annoying function. It's very simple 🙂
                                  and it works, and it's reliable.

                                  // ==UserScript==
                                  // @name     Disable Refresh on Scroll
                                  // @description     Disables pull-to-refresh but allows overscroll glow effects.
                                  // @author   junior1q94
                                  // @match    *://*/*
                                  // @version  1.1
                                  // @grant    GM_addStyle
                                  // @namespace https://greasyfork.org/users/1113142
                                  // ==/UserScript==
                                   
                                  (function() {
                                    'use strict';
                                   
                                    GM_addStyle(`
                                      html, body {
                                        /* Disables pull-to-refresh but allows overscroll glow effects. */
                                        overscroll-behavior-y: contain;
                                      }
                                    `);
                                  })();
                                  
                                  

                                  But on mastodons or html-version DDG this script doesn't work for some reason. I don't know why.
                                  If you use it in combination Kiwi browser + Violent monkey, then pull-to-refresh blocking works everywhere.

                                  雪ふりや  棟の白猫  声ばかり

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    ankit21 @far4
                                    last edited by ankit21

                                    @far4 thanks for this , its become the best of the android world just by the added userscripts which do almost everything that a extension can, and also thanks for the script u provided, i was also going to need something like that, and i would highly suggest people lurking here to try this.

                                    1 Reply Last reply Reply Quote 0
                                    • far4
                                      F
                                      far4 @pafflick
                                      last edited by

                                      @pafflick said in UserScript/User Javascript/Greasemonkey support:

                                      our Mobile Team agreed that it's something that we'd like to have at one point.

                                      It's been two years, is there any news about in-build script manager?
                                      Or is the locomotive of our desires still in the same place?

                                      雪ふりや  棟の白猫  声ばかり

                                      1 Reply Last reply Reply Quote 0
                                      Loading More Posts
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • 1 / 1
                                      • First post
                                        Last post

                                      Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                                      Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status