Earlier quoted context omitted.
How do you have uBlock do this?
Check "I am an advanced user (required reading)", enter advanced-settings.html, last line is where you define your own uBlock scriptlets. Then in My Filters define *##+js(myscript) this will inject into every(1) executable context of every page. You still need to hotpatch workers/sharedworkers/webworkers(I disable the last one entirely). This way you get some of the control over Chrome browser back. Not so fun fact -…
Thanks for the info about 'delete WebAssembly'