Show me your web panels
-
@Hadden89 said in Show me your web panels:
These ^^
chrome-extension://abmpcbnpaeldlelmkgpcgkbgeeiamejn/popup.html (Extension manager) chrome://extensions/ chrome://downloads/ chrome://settings/siteData chrome://flags/ chrome-extension://hkhcjamebchhnoddfipklniglomopkcm/popup.html?webpanel (scriptblocker) chrome-extension://fhcgjolkccmbidfldomjliifgaodjagh/popup/popup.html (cookieblocker) chrome://about/ (which redirects to vivaldi://vivaldi-urls/) https://www.ilmeteo.it/meteo/<city>/amp (meteo) https://web.whatsapp.com/ (WA web) https://www.tablesgenerator.com/markdown_tables (MD down table generator) chrome-extension://pbmjbnlhfagmhpikbdplnoaldlbdkljj/theme_dark.html (another ext manager) https://www.w3schools.com/colors/colors_picker.asp (show shades of chosen color)
What ?
-
How do you find links of extensions ?
OK, it is working (BuiltWith):
chrome-extension://dapjbgnjinbpoindlpdmhochffioedbn/popup.htmlWhat are security risks of doing it ? (LastPass ?)
-
How do you find links of extensions ?
Open the extension popup, secondary click and add the page as web panel.
What are security risks of doing it ? (LastPass ?)
It's just another way of accessing the popup. If you click extension button nothing different happens, it's only in a bubble instead of a webpanel.
-
Open the extension popup, secondary click and add the page as web panel.
Can you explain it in different words, please ? I do not understand how. "secondary click". Screenshot if possible please.
-
@Stagger_Lee Secondary click is another phrase for right click or open context menu. I use it because some people use "reversed" mouse (ideal would be the one not discriminating keyboard users, but…)
And the Add page as a webpanel, or how is it in English version, is easy to find.
-
Thank you, I found it out. Problem is non of my 4 extensions show in Web Panel. Nothing happens when I click on Add Page to Web Panel. Restarted browser too.
Of some 10 extensions only one showed in Web Panel. One without popup, but full window view. -
@Stagger_Lee Uh… strange, but true
A difficult way, then:
- Get the extension ID (enable Developer mode in extensions to see them)
- Find url used by the extension for popup
- navigate to your profile directory (last row in
vivaldi://about
) - go to Extensions folder, then to folder named with ID of the extension
- there's a version folder, navigate there
- open
manifest.json
file - find
browser_action
area, thendefault_popup
inside it
- navigate to your profile directory (last row in
- Build the url
chrome-extension://
- ID
- popup url
- Add the url as a web panel (I hope I don't have to describe this step
)
-
Last row in vivaldi://about is vivaldi://webrtc-logs or vivaldi://restart/.
vivaldi://about opens nothing special, just some Vivaldi specific links. Some 30-50 of them.
"List of Vivaldi URLs" is the Title of vivaldi://about Page.Seems as the same bug, or my Settings options weirdly set:
https://forum.vivaldi.net/topic/8158/bug-setting-vivaldi-about-as-start-page-redirects-to-vivaldi-vivaldi-urls -
@Stagger_Lee
vivaldi://version
should work. -
Ah OK, this one. I could find it by myself.
-
@Alkalin0 said in Show me your web panels:
To load normal websites into the sidebar is awesome. I love it for things like google translating. The one thing that bothered me was that those websites are clearly not optimised to be displayed like this.
I found a way to adjust them with the extension Osprey. Osprey is a tool to add extra css to webpages. If you set all styles in a media query below 600px or so; it will only apply in your panel but not in the regular view.
ps. You will have to click the home button to refresh.Extension link:
https://chrome.google.com/webstore/detail/osprey/ekjapccimkannnfgcnnoajhfdglobgak?hl=enGood idea this, except I'm stuck on exactly what style/media query I'd need to write for this to work with, say, Gmail?
-
This post is deleted! -
Super-duper trio - Telegram, RSS and Notes. Using them third day, but already can't imagine browsing without these things) Very, very cool stuff.
-
@select Gettr, retalk,my local news, parler, Zedge, webmail set up, a few more items. I'm finding this very useful and once I got the hang of it useful! Kinda reminds me of the old #irc days, I believe I did see that someplace around here. Good luck
-
Flags
vivaldi://flags
Service workers
vivaldi://serviceworker-internals
Extensions
vivaldi://extensions/
Vivaldi links (also in my signature)
Blacklight
Wikipedia
All Calculators
Wolfram Alpha
Mercury Rising Data encrytion
Blue Velvet Editor
Teknik
GoFile
Internet Radio
Mini Paint
Is it Down?
Lemmy
Raddle -
YouTube Panel
It’s not hard to modify the code to suit your preferences. Save the edited code to disk with an *.html extension, then add it as a Web Panel.
- Change the width and height attributes of the embedded video frames
- Change the URLs of the videos
- Change the title
- Change the headings
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><META NAME="Generator" CONTENT="Notepad"><META NAME="Keywords" CONTENT="Opera Web Panel"><META NAME="Author" CONTENT="Bhikkhu Pesala"><Title>YouTube</Title> <H4>Religion</H4> <iframe width="240" height="135" src="https://www.youtube.com/embed/8GOQp0fTIo4" frameborder="0" allowfullscreen></iframe> <H4>Science</H4> <iframe width="240" height="135" src="https://www.youtube.com/embed/iMDTcMD6pOw" frameborder="0" allowfullscreen></iframe> <H4>Nature</H4> <iframe width="240" height="135" src="https://www.youtube.com/embed/mSB71jNq-yQ" frameborder="0" allowfullscreen></iframe> <H4>Music</H4> <iframe width="240" height="135" src="https://www.youtube.com/embed/_OH9kdeLEX4" frameborder="0" allowfullscreen></iframe> <H4>Comedy</H4> <iframe width="240" height="135" src="https://www.youtube.com/embed/jxo81Ok9Urk" frameborder="0" allowfullscreen></iframe>
-
@Pesala , you can use the Blue Velvet Edito, there you can select and copy the content of your interests of a webpage and paste it in the editor. The editor by default save the archive in html format to your HD, with the original layout of the page and all links in it. Because of this I have the editor in the Web Panel.
-
Ppafflick moved this topic from Desktop on