2023-04-30 16:31:36 +02:00
|
|
|
#!/bin/sh
|
2024-09-20 08:17:12 +02:00
|
|
|
#/usr/local/bin/ungoogled-chromium \
|
2024-09-30 18:15:23 +02:00
|
|
|
#export DBUS_SESSION_BUS_ADDRESS="unix:path=/dev/null"
|
2024-11-04 07:13:46 +01:00
|
|
|
export ENABLE_WASM=Yes
|
2024-09-20 08:17:12 +02:00
|
|
|
/usr/local/bin/chrome \
|
2024-09-30 18:15:23 +02:00
|
|
|
--no-first-run \
|
2023-04-30 16:31:36 +02:00
|
|
|
--disable-crash-reporter \
|
|
|
|
--disable-logging \
|
|
|
|
--disable-login-animations \
|
|
|
|
--disable-notifications \
|
2024-09-30 18:15:23 +02:00
|
|
|
--disable-infobars \
|
2023-04-30 16:31:36 +02:00
|
|
|
--disable-dev-shm-usage \
|
2024-09-30 18:15:23 +02:00
|
|
|
--log-level=0 \
|
2023-04-30 16:31:36 +02:00
|
|
|
--hide-crash-restore-bubble \
|
|
|
|
--no-default-browser-check \
|
2024-09-30 18:15:23 +02:00
|
|
|
--high-dpi-support=1 \
|
2024-10-03 11:26:41 +02:00
|
|
|
--force-device-scale-factor=1.5 \
|
2023-12-31 21:59:50 +01:00
|
|
|
--new-window "$@"
|
2023-04-30 16:31:36 +02:00
|
|
|
|
2024-09-30 18:15:23 +02:00
|
|
|
# --bwsi \
|
|
|
|
# --disable-auto-reload \
|
|
|
|
# --disable-breakpad \
|
|
|
|
# --disable-client-side-phishing-detection \
|
|
|
|
# --disable-component-cloud-policy \
|
|
|
|
# --disable-component-update \
|
|
|
|
# --disable-crash-reporter \
|
|
|
|
# --disable-device-discovery-notifications \
|
|
|
|
# --disable-logging \
|
|
|
|
# --disable-login-animations \
|
|
|
|
# --disable-notifications \
|
|
|
|
# --disable-pinch \
|
|
|
|
# --disable-software-rasterizer \
|
|
|
|
# --disable-chrome-browser-cloud-management \
|
|
|
|
# --disable-field-trial-config \
|
|
|
|
# --disable-cookie-encryption \
|
|
|
|
# --disable-cloud-print-proxy \
|
|
|
|
# --dbus-stub \
|
|
|
|
# --cros-disks-fake \
|
|
|
|
# --disable-stack-profiler \
|
|
|
|
# --disable-touch-drag-drop \
|
|
|
|
# --disable-usb-keyboard-detect \
|
|
|
|
# --disable-default-apps \
|
|
|
|
# --disable-histogram-customizer \
|
|
|
|
# --disable-in-process-stack-traces \
|
|
|
|
# --no-service-autorun \
|
|
|
|
# --no-experiments \
|
|
|
|
# --use-gl=egl \
|
|
|
|
# --force-dark-mode \
|
|
|
|
# --enable-features=WebUIDarkMode \
|
|
|
|
# --hide-crash-restore-bubble \
|
|
|
|
# --no-default-browser-check \
|
|
|
|
# --no-proxy-server \
|
|
|
|
# --no-recovery-component \
|
|
|
|
# --password-store=basic \
|
|
|
|
# --structured-metrics-disabled \
|
|
|
|
# --wm-window-animations-disabled \
|
|
|
|
# #--enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \
|
|
|
|
# #--use-gl=egl \
|
2023-04-30 16:31:36 +02:00
|
|
|
# --disable-yuv-image-decoding \
|
|
|
|
# --use-gl=desktop \
|
|
|
|
# --high-dpi-support=1 \
|
|
|
|
# --force-device-scale-factor=1.5 \
|