Files
docker-wohnungsbot/replacements.sed
2022-01-25 21:52:13 +01:00

8 lines
257 B
Sed

#!/bin/sed -f
# Remove CtrlAltDelButton
/getElementById('sendCtrlAltDelButton')/,+1d
/<div id="sendCtrlAltDelButton.*$/d
# Replace window title, append favicon
s/\(<title>\)noVNC/\1Wohnungsbot/;T;a <link rel="icon" type="image\/x-icon" href="favicon.ico">