Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 693 Bytes

readme.md

File metadata and controls

31 lines (23 loc) · 693 Bytes

Add a way to show the scrollbar in the tab list:

  1. Open the /opt/vivaldi/resources/vivaldi/bundle.js file
  2. Find the following string:
flexDirection:t,width:a
  1. Add 20000 or any other value:
flexDirection:t,width:a+20000
  1. Import the vivaldi_ui.css file
  2. Add the following string to browser.html:
<script src="vivaldi_ui.js"></script>
  1. Copy the vivaldi_ui.js file to the /opt/vivaldi/resources/vivaldi folder.
  2. 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!