When I open the developer tools I get the familiar tools, but they are in their own window.
How can I dock them to the bottom of the window?
Developer tools are built directly into the browser. These are the tools that are browser dependent. Most of these tools are common among various browsers and do a range of things, from inspecting elements of a currently-loaded HTML, CSS, and JavaScript.
For Mac users, to open developer tools, select View > Show Developer Menu. A new submenu called Developer will appear on the menu bar. To use the tools, select Developer > Developer Tools. For Windows and Linux users, to open developer tools, go to O Menu > Developer > Developer Tools.
It's possible since Vivaldi snapshot 1.10:
https://vivaldi.com/blog/snapshots/docked-developer-tools-vivaldi-browser-snapshot-1-10-829-3/
Docked Developer Tools We have had a long standing request for the ability to dock Developer Tools. Well, wait no longer, we are introducing this handy feature in our very first 1.10 snapshot. All of you developers who desperately wanted this, can now breathe a sigh of relief. Of course, if you prefer them undocked, that still works too!
It's still not possible however, there are two possibilities.
First, use VivaldiHooks with their devtool.js
hook ( this allows you to dock the devtools doing a right-click in the page and selecting [ DevTools at the right / DevTools at the bottom ] )
Or, running vivaldi with a set port for remote debugging such as:
vivaldi --remote-debugging-port=X # X being a port, e.g: 9222
And opening a web panel at:
localhost:X # X being a port, e.g: 9222
I prefer the latter since it's less glitchy, while the first sometimes "eats" part of the window.innerHeight
of the window being inspected.
It's not possible at the moment.
You can read more about this issue in Vivaldi's community forum
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With