Add a way to show the scrollbar in the tab list:
- Open the
/opt/vivaldi/resources/vivaldi/bundle.jsfile - Find the following string:
flexDirection:t,width:a
- Add 20000 or any other value:
flexDirection:t,width:a+20000
- Import the
vivaldi_ui.cssfile - Add the following string to
browser.html:
<script src="vivaldi_ui.js"></script>
- Copy the
vivaldi_ui.jsfile to the/opt/vivaldi/resources/vivaldifolder. - Restart the browser to see the changes!
Tips for debugging Vivaldi:
Run Vivaldi with the debugging port:
vivaldi --remote-debugging-port=32167
Open localhost:32167, find the window and use the dev tools to hack Vivaldi!