• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Sidebar for YouTube™

    Opera add-ons
    extension comments
    139
    164
    79636
    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.
    • minecraftkit
      minecraftkit last edited by

      wont connect

      Reply Quote 0
        1 Reply Last reply
      • Minecrafter1516
        Minecrafter1516 @GuyLakeman last edited by

        @guylakeman: same

        Reply Quote 0
          1 Reply Last reply
        • cslibby
          cslibby last edited by

          Blocked by YouTube

          Reply Quote 0
            absaboor 1 Reply Last reply
          • yeeeeaaaah
            yeeeeaaaah last edited by

            keep getting a "ERR_BLOCKED_BY_RESPONSE" error when i try to use it

            Reply Quote 0
              1 Reply Last reply
            • Notsostupid
              Notsostupid last edited by

              To fix the blocked error, install this extension from the chrome webstore on top of this one: https://chromewebstore.google.com/detail/sidebar-for-youtube/ffnhapbeebfgpgkfoacmekkjnnmkgbbo

              Reply Quote 1
                burnout426 SetarcosDrol MaysonD13 FalconDKing 4 Replies Last reply
              • burnout426
                burnout426 Volunteer @Notsostupid last edited by

                @Notsostupid

                You can create your own extension that does what that extension does.

                Create a folder on your desktop named "no frame-options headers for youtube".

                Then, create the following 2 files in that folder:

                manifest.json:

                {
                    "manifest_version": 3,
                    "name": "SFY Helper",
                    "version": "0.1",
                    "description": "Fix the Sidebar for Youtube Opera Extension by remove frame-options headers",
                    "permissions": [
                        "declarativeNetRequest",
                        "declarativeNetRequestWithHostAccess"
                    ],
                    "host_permissions": [
                        "*://*.youtube.com/*"
                    ],
                    "declarative_net_request": {
                        "rule_resources": [
                            {
                                "enabled": true,
                                "id": "headers",
                                "path": "rules.json"
                            }
                        ]
                    }
                }
                

                rules.json:

                [
                    {
                        "id": 1,
                        "condition": {
                            "urlFilter": "||youtube.com^",
                            "resourceTypes": [
                                "sub_frame"
                            ]
                        },
                        "action": {
                            "type": "modifyHeaders",
                            "responseHeaders": [
                                {
                                    "operation": "remove",
                                    "header": "frame-options"
                                },
                                {
                                    "operation": "remove",
                                    "header": "x-frame-options"
                                }
                            ]
                        }
                    }
                ]
                

                Then, goto the URL opera://extensions, turn on developer mode, click "load unpacked" and point it to that folder on your desktop.

                Reply Quote 1
                  ume42 otirrub lui74 4 Replies Last reply
                • SetarcosDrol
                  SetarcosDrol @kyle899 last edited by

                  @kyle899: me too!!!

                  Reply Quote 0
                    1 Reply Last reply
                  • SetarcosDrol
                    SetarcosDrol @Guest last edited by

                    @tricktraps: yeh but the point was I wanted to use opera browser not chrome. Will this liknk still fix the Opera Browser side bar??

                    Reply Quote 0
                      1 Reply Last reply
                    • SetarcosDrol
                      SetarcosDrol @Notsostupid last edited by

                      @notsostupid: It did work for Opera!!! Thanks so much! They should hire you as their comment reader and fixer ! haha

                      Reply Quote 0
                        1 Reply Last reply
                      • ume42
                        ume42 @burnout426 last edited by

                        @burnout426: Thank you!!!!!!

                        Reply Quote 1
                          1 Reply Last reply
                        • MaysonD13
                          MaysonD13 @Notsostupid last edited by

                          @notsostupid: thank you i have been trying liderly evrything

                          Reply Quote 0
                            1 Reply Last reply
                          • otirrub
                            otirrub @burnout426 last edited by

                            @burnout426: I did this and I'm still getting "ERR_BLOCKED_BY_RESPONSE" any ideas?

                            Reply Quote 0
                              burnout426 1 Reply Last reply
                            • burnout426
                              burnout426 Volunteer @otirrub last edited by

                              @otirrub Hmm, I just checked it all again by following my steps and coping the code from my post. Still works for me. Do you get any errors shown next to the extension at the URL opera://extensions?

                              Any difference if you restart Opera? Any difference if disable your other extensions one by one to test if one is interfering?

                              Does it work fine in a test standalone installation?

                              Look at the host_permissions in manifest.json. If you're in a country where it's youtube.fr or something, you might have to adjust it so that it will match.

                              Reply Quote 0
                                otirrub 2 Replies Last reply
                              • otirrub
                                otirrub @burnout426 last edited by

                                @burnout426: I tried disabling my other extensions with no luck. On the extension page it says "This extension may soon no longer be supported". Could it be because I'm using Opera One? I'll see if it works on gx.

                                Reply Quote 0
                                  burnout426 1 Reply Last reply
                                • otirrub
                                  otirrub @burnout426 last edited by

                                  @burnout426: I just installed it along with your SFY Helper on opera GX and it worked! must be something with Opera One then?

                                  Reply Quote 0
                                    burnout426 1 Reply Last reply
                                  • burnout426
                                    burnout426 Volunteer @otirrub last edited by burnout426

                                    @otirrub said in Sidebar for YouTube™:

                                    must be something with Opera One then?

                                    I only tested in Opera One 113.0.5230.86 64-bit on Windows 11 23H2 and it's working there. Not sure. Does it work in a test standalone installation of Opera One?

                                    Reply Quote 0
                                      1 Reply Last reply
                                    • burnout426
                                      burnout426 Volunteer @otirrub last edited by

                                      @otirrub said in Sidebar for YouTube™:

                                      On the extension page it says "This extension may soon no longer be supported".

                                      That error/warning is fine for now. Opera is given you that error because the Sidebar for Youtube extension is a manifest 2 extension instead o a manifest 3 one. Due to changes in Chromium, manifest 2 extensions will no longer be supported in most Chromium-based browsers soon.

                                      Reply Quote 0
                                        1 Reply Last reply
                                      • FalconDKing
                                        FalconDKing @Notsostupid last edited by

                                        @notsostupid: Didn't work. Help me pls

                                        Reply Quote 0
                                          1 Reply Last reply
                                        • mivaneneh
                                          mivaneneh last edited by

                                          it's cool add-on

                                          Reply Quote 0
                                            1 Reply Last reply
                                          • justacoolkid
                                            justacoolkid last edited by

                                            the post from notsostupid is a r/engrish post on reddit probaly

                                            Reply Quote 0
                                              1 Reply Last reply
                                            • First post
                                              Last post

                                            Computer browsers

                                            • Opera for Windows
                                            • Opera for Mac
                                            • Opera for Linux
                                            • Opera beta version
                                            • Opera USB

                                            Mobile browsers

                                            • Opera for Android
                                            • Opera Mini
                                            • Opera Touch
                                            • Opera for basic phones

                                            • Add-ons
                                            • Opera account
                                            • Wallpapers
                                            • Opera Ads

                                            • Help & support
                                            • Opera blogs
                                            • Opera forums
                                            • Dev.Opera

                                            • Security
                                            • Privacy
                                            • Cookies Policy
                                            • EULA
                                            • Terms of Service

                                            • About Opera
                                            • Press info
                                            • Jobs
                                            • Investors
                                            • Become a partner
                                            • Contact us

                                            Follow Opera

                                            • Opera - Facebook
                                            • Opera - Twitter
                                            • Opera - YouTube
                                            • Opera - LinkedIn
                                            • Opera - Instagram

                                            © Opera Software 1995-