Unsolved I there anywhere Vivaldi UI's React unbundled javascript file ?
-
In browser.html, I found CSS and bundled javascript file included.
I can edit CSS but where I can get the unbundled javascript (react) file ? so I can edit it as well. -
@muhammadarif
styles/common.* -
Hi @Aaron thanks, but not exactly common.js which attach to the DOM, not the main script.
I mean how can I get unbundle version of vendor-bundle.js and background-common-bundle.js
-
@muhammadarif
I can only cut & paste
Wait for other guys to help you. -
@muhammadarif There isn't an unbundled version available.
There used to be a set of mods to override certain parts of
bundle.js
called Vivaldi Hooks, but that broke when the packing style was changed.I will be trying to revive the functionality with a Python script that will directly edit
bundle.js
with the changes. I already did a proof of concept with PowerShell for the simplest hook mod, but it helped me realize that Python would be a better medium to use.
It sounds like you might have some valuable experience. If you want to help re-write some of the hook mods, let me know. The base Python script should be done by the end of the week, but deciphering the changes made by the hooks and where to place them will take more time.
-
Thanks for the info. @nomadic