• 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
    78748
    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.
    • RobertM1966
      RobertM1966 last edited by

      I just installed it.... Guess what ? It doesn't work. I get a pop up telling me that the sight no longer there...

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

        Me too 😞

        Reply Quote 0
          1 Reply Last reply
        • LuisGX987
          LuisGX987 last edited by leocg

          Me Too!!!1!

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

            on opera we get
            www.youtube.com is blocked
            www.youtube.com refused to connect.
            ERR_BLOCKED_BY_RESPONSE

            Reply Quote 0
              Minecrafter1516 1 Reply Last reply
            • MOJOPORRETTO
              MOJOPORRETTO last edited by

              youtube blocked /refused to connect

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

                guys wha you mean youtube works fine for me

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

                  bro why wont it work

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

                    Not updated, do not work anymore. Do not bother with it.

                    Reply Quote 0
                      1 Reply Last reply
                    • A Former User
                      A Former User last edited by

                      shadow2531
                      •
                      3y ago
                      It appears that any site that sends the x-frame-options: SAMEORIGIN header won't load in a sidebar extension that uses an iframe to load the site because Opera is following that security directive and blocking the loading of the site.

                      Installing https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe/related?hl=en-US might help. Make sure to enable it for search page results too so it works for Google sites. If that works for you, you should try to set the extension to only work on the sites used by your sidebar apps.

                      Reply Quote 1
                        Poplt SetarcosDrol 2 Replies Last reply
                      • kyle899
                        kyle899 last edited by

                        I would recommed if you can watch stuff in the background and don't have to keep to on all the time

                        Reply Quote 0
                          SetarcosDrol 1 Reply Last reply
                        • aliciahanie
                          aliciahanie last edited by

                          Unfortunately not working 6/20/2024. Still getting the Youtube is blocked/Youtube refused to connect. Also using with Opera.

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

                            Not working 7/1024 getting the Youtube refused to connect.

                            Reply Quote 1
                              1 Reply Last reply
                            • daur212
                              daur212 last edited by

                              no funciona

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

                                @tricktraps: Totally works https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe/related?hl=en-US

                                Reply Quote 0
                                  1 Reply Last reply
                                • 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
                                            • 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-