Web Panel
-
NoahDomingues last edited by
@dahotfunk Try using Opera GX, it has a built-in sidebar music player from Opera, I'm not sure whether it's included in other version of Opera browsers. It has background play.
-
Andreas79 last edited by
Would be a great plugin, but don't work. It doesn't load any content and so is useless at this time. Maybe there's a chance to make an update or put this function directly to opera? Great would be the option to add more then one plugin, so that different sites could be loaded (for example other messenger, own toolboxes a.s.o.
-
eNdV20 last edited by
The extension doesn't work if you download it from here, but if you download it from GitHub it does! I just gave it a try to see what happens and it appears to wrok like a charm.
Great extension btw!!
-
Andreas79 last edited by
I found a solution for me: When you've a little bit experience in programming you can make an extension by yourself. I used chatGPT for that. Only problem is, that when you've a website on a webserver outsite of your computer it seems you've to load it in an iframe. And not every site allow this way. Maybe this is also the problem in web panel why it don't load the sites. I've deinstalled the exension, but you coul'd try if it works so set a simple html-file on your main drive (mostly c: ) with an iframe. When you load this file, maybe it loads the website in an iframe (save this file f.e. with text editor (not word) as test.html on your pc, change testurl.com to your URL. and then open file to test if it works in browser. If yes set the path of the file to web panel als page. Does it work?
<!DOCTYPE html> <html> <head> <title>Iframe-Seite</title> <style> /* Stellt sicher, dass der iframe die gesamte Seite einnimmt */ html, body { height: 100%; margin: 0; padding: 0; } iframe { height: 100%; width: 100%; border: none; /* Entfernt den Rahmen des iframes */ } </style> </head> <body> <!-- Einbettung der Webseite in einem iframe --> <iframe src="https://testurl.com"></iframe> </body> </html>
-
MrVue last edited by
@andreas79 I understand the code above but it defeat the purpose on the Opera browser. If there's an extension for this and not working, remove it. If it is working, update it. The purpose code you provide is limited as you mention as most site doesn't allow embed iframe. And if I need to code it myself then what's the purpose of the browser?
-
bootgang last edited by
This plugin doesnt work (possible due to manifest V2 being deprecated? no clue.) but opera already natively allows you to do this (as I found out from a helpful reddit comment)
Go
to the URL "opera://flags/#sidebar-site-panel", enable the flag, restart Opera, click the 3 dots at the bottom of the sidebar, scroll down to Custom Site Panels, and add the specific Reddit URL you want. You can do this with other sites too.Note though that custom site panels are strict. Redirects to other domains won't work and click links to other domains will open them in tabs instead of in that sidebar panel. In the case of a site like outlook.com that redirects to live.com for logging in, you'll have to do that in a regular tab first to get cookies set before things outlook.com will load right in the site panel.
Also note that you can't customize the site panel's icon in the sidebar.
But, have fun with it. - https://www.reddit.com/r/OperaGX/comments/113m6jq/comment/j8wgc6w/
-
Ufuk2024 last edited by
Opera Yan Çubuk ayarlarına, özel site paneli diye bir sekme ekledi , web panel yerine özel site paneline web site ekleyip kesintisiz kullanabilirsiniz.
Şimdilik güzel çalışıyor.