• 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
    77649
    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.
    • 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
                            • 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
                                            • 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-