-test- Move sync/trash to toolbar
-
Accidental mod.
I was playing with codes and end to move the sync container to the toolbar. Seems to work correctly even on 2.4JS
setTimeout(function wait() { var sync = document.querySelector(".sync-and-trash-container"); var toolbar = document.querySelector(".toolbar-addressbar.toolbar"); if (toolbar != null) { toolbar.appendChild(sync); } else { setTimeout(wait, 300); } }, 300);
-
Hi, i'm new to Vivaldi and i love it but have a small annoyance, i'd like to move the sync button from the status bar besides the "closed tabs" trash button but have no clue how to achieve that. I tried using this code to see if i get some results i could modify and utilize myself but it just removes the trash button entirely or i actually don't know where it moved. xD
In any case, could you please help?
I just want the Sync button on the left side of the trash button and not on the status bar. It really grinds my gears. -
@theimmersion If you use Vivaldi on more than one device, there's already a sync button besides the trash button. So that might not be the best place to move it. If you don't need the button to check your connection, I'd say just remove it with css.
-
Ppafflick moved this topic from Modifications on