Bookmark Bar only on Speed Dial (like chrome)
-
The update to 4.0 has broke the script.
Bookmark Bar is visible all the time. -
-
@TheLich132 and @dpn I updated the code in the original post.
Let me know if it works for you, and thanks for letting me know it was broken
-
@nomadic Thank you very much for updating and fixing script! After quick testing everything works perfectly. Will let you know if something breaks after long run.
-
@nomadic Thank you.
What I didn't realize until today, was that on each update including minor updates like the one we got today, is that, the browser.html has to be re-edited to include the script source, and the script re-added to the Framework Resources folder.
-
@dpn That's the drawback of JS mods. Unlike CSS mods, they are overridden after each update & so you have to re-install them.
-
Error handling response: TypeError: Cannot read property 'url' of undefined at <URL> browser.html:1 Error handling response: TypeError: Cannot read property 'url' of undefined at chrome-extension://mpognobbkildjkofajifpdfhcoklimli/bbntp.js:12:27
-
CSS version is over here: https://forum.vivaldi.net/post/587853
-
Doesn't work anymore.
-
@vitormathews Know it is a bit buried in the replies, but did you try my modified version?
https://forum.vivaldi.net/post/480435
It seems to still work from a quick test.
-
@nomadic Here it didn't work at all.
-
@vitormathews Hmm, how are you adding the mod?
It is a JS mod, so the method for adding it is different from CSS mods. Here are the instructions:
-
@nomadic Ooooh, now it worked. I probably thought it was CSS haha. But there's a CSS that seems to work better, as it don't make the BB flickers for miliseconds when its hotkey is triggered while in a website like yours did:
/* Automate SD Bookmarks Bar */ #browser:not(:has(.startpage)) .bookmark-bar:not(:focus-within) {max-height: 0; overflow: hidden; border:0; z-index:1;}
I got it here and removed some unnecessary functions: https://forum.vivaldi.net/topic/76143/autohide-bookmarks-bar-everywhere-except-inside-speed-dial
But thanks anyway, I'll save it as an alternative in case the CSS stops working. Btw, any way to make a script that do the opposite way: always show the Bookmark Bar in Speed Dial; thus allowing it to be mannualy invoked in regular tabs