Ausgangslage: Synchroner Code. Einfach zu lesen, klarer Programmablauf:
const ergebnis1 = synchroneFunktion1();
const ergebnis2 = synchroneFunktion2();
tueWasMitErgebnis(ergebnis1, ergebnis2);| // ==UserScript== | |
| // @name Make Z-Wave Alliance Member Login accessible for 1Password | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-11-13 | |
| // @description ...because it does not work out of the box | |
| // @author AlCalzone | |
| // @match https://sdomembers.z-wavealliance.org/LoginPage* | |
| // @run-at document-end | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=z-wavealliance.org | |
| // @grant none |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |