• 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
    78071
    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.
    • 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
                        • justacoolkid
                          justacoolkid last edited by

                          not "notsostupid" actuly
                          its "MaysonD13" replying to "notsostupid".

                          Reply Quote 0
                            1 Reply Last reply
                          • 1234565432e
                            1234565432e last edited by

                            How do you UNinstall addons.

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

                              @cslibby: How to enable it ?

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

                                saves time well

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

                                  @burnout426 can use change to use also for soundcloud or other streaming platforms ,, as now player is just for what opera suggesting , so or i downgrade or make my streaming player ,,,,

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

                                    @burnout426 said in Sidebar for YouTube™:

                                    @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.

                                    can make it my streaming player like that?! as opera player cant use anymore youtube or soundcloud i would like included bandcamp ,,,, as musician i m avoid that platform now opera is involve with ,,,,

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

                                      You can add the sites you want to the sidebar without an extension.

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

                                        @burnout426: Long live for burnout426, thanks bro!!!🛐

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

                                          it blocked me how do i fix that

                                          Reply Quote 0
                                            memografix 1 Reply Last reply
                                          • memografix
                                            memografix @MikaKillshot4 last edited by

                                            @mikakillshot4: It blocked the same here on Opera GX.

                                            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-