###Usage Copy the tweaks folder to the same directory as browser.html, then modify browser.html to enable a specific tweak.
Windows: $installdir/Application/1.0.209.3/resources/vivaldi<br>
Mac: $installdir/Contents/versions/1.0.209.3/Vivaldi Framework/resources/vivaldi
If you are not sure where to put the code, paste them under this line
<script src="bundle.js"></script>
###Popup tabs
Show tabbar when hovering the icon on the sidebar and hide tabbar when mouse leaves it
(tabs position must be set to left).
<script src="tweaks/popup-tabs/main.js"></script>
###Audo-hide addressbar
Show addressbar only when focused or page loading(doesn't work when tabs are set to top).
To toggle addressbar manually, move the mouse slowly to the top of the browser.
<script src="tweaks/addressbar/main.js"></script>
By default, buttons on the addressbar are moved to the sidebar, hide them like this:
<script src="tweaks/addressbar/main.js?back=0;rewind=0;reload=0;home=0"></script>
###White skin Modify the color of addressbar and panel.
<link rel="stylesheet" href="tweaks/white/style.css" />
###Menu mod Move the vivaldi menu to the addressbar when native window is enabled(only tested on windows).
<link rel="stylesheet" href="tweaks/menu/style.css" />