VivaldiHooks - more useful mods!
-
Vivaldihooks stopped working since a month (1.11) and on github there are no more updates after 13 july, den_po fixed it for some 1.11 snapshot and then something broke again in newer snapshots and stable.
-
Then the fix for 1.11 won't work. I looked at the code, but the javascript parts all rely on React and I don't see through. @den_po is clearly on another level. VivaldiHooks is an impressive collection of mods, the sole but painful downside being that you are dependent on another person to do all the work/make it all function. For that reason alone I stopped running Hooks a long time ago.
-
@luetage
Agreed, I just decided to be patient and wait for Vivaldi to develop.
Only make a couple of css changes to not show the secure site info in the addressbar and not
show the Vivaldi button.
From this...
To this...
-
Anyone knows if the .js for vivaldi button can be used without hooks? I tried to put it in browser.htm, but it searches (obviously) jdhooks.
-
@Hadden89 No, the only thing you can run without jdhooks.js are the css mods I suppose.
-
@luetage said in VivaldiHooks - more useful mods!:
@Hadden89 No, the only thing you can run without jdhooks.js are the css mods I suppose.
So I have to wait for better native button placement
It was the only js mod I used with speed dial geometry, but this is not workaroundable at all with pure css xD
So any js mod require jdhooks or only the ones which has it in the script? -
What does the Vivaldi button js do? Just take the Vivaldi button and place it in address bar? If so that can be achieved with pure javascript too I think, with very little code. I just can't test this, because I have no Vivaldi button. But if you tell me what the class, or better even ID, of the Vivaldi button is, I can set you up.
-
If you have both the tabs and the address bar on the top of the window, you can achieve having the vivaldi button be in the address bar with the following CSS, no JS needed. (Although, I admit, moving it in such a way is not the cleanest solution),
/* Move Vivaldi Button to address bar */ #browser:not(.minimal-ui) #header button.vivaldi {top: 35px; z-index: 2} #browser:not(.minimal-ui).maximized #header button.vivaldi {top: 32px } #browser:not(.minimal-ui) #main .toolbar-addressbar .toolbar {margin-left: 30px} #browser:not(.minimal-ui) #tabs-container {margin-left: -30px}
-
-
For anyone wondering, we finished this mod in private chat, so it's resolved.
-
Is there any point getting in to these now, do they still work ?
-
@vuccappella For now it's better the "old" browser.html > custom.css / custom.js way. I fear Vhooks it's not updated for latest builds.
-
VivaldiHooks seems not to work properly on Vivaldi 1.13 ... The browser only launches with an empty window. Any updates planned ?
I was waiting for the bookmark button in Vivaldi 1.4 (understood it was planed for this release) but I'm disappointed it wasn't implemented though. -
@bigbill as written some months ago, VivaldiHooks stopped working since 1.11 and there is no trace of den_po in 7 months. You can forget about this mod until he's back. You have to make do with custom.css mods.
-
Hi guys. I just wanna say VivaldiHooks has been updated
-
@den_po Oh, welcome back!
-
Welcome back!
-
I just downloaded the new vivaldihooks from github and applied my extra js mods, it feels so good to have it back with the extra functionalities.
-
Re: VivaldiHooks - more useful mods!
Such a productive month. A lot of work has been done. If someone is interested, there is a commit history: https://github.com/justdanpo/VivaldiHooks/commits/master
I think I should write some kind of documentation describing VivaldiHooks "API" and some aspects of Vivaldi internals.
-
@den_po Thanks again. Some docs could help to spread mods based on jdhooks, so yes, if you can please do it