7 lines
337 B
Bash
7 lines
337 B
Bash
#!/bin/bash
|
|
|
|
# Copyright (c) 2022 Alex313031
|
|
|
|
export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
|
|
|
|
./chrome --user-data-dir=./profile --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder
|