Update 2024-09-30 18:15 OpenBSD/amd64-t14
This commit is contained in:
parent
6fea572d72
commit
777a26e36b
90
.bin/chrome
90
.bin/chrome
@ -1,61 +1,59 @@
|
||||
#!/bin/sh
|
||||
#/usr/local/bin/ungoogled-chromium \
|
||||
#export DBUS_SESSION_BUS_ADDRESS="unix:path=/dev/null"
|
||||
/usr/local/bin/chrome \
|
||||
--bwsi \
|
||||
--enable-easy-off-store-extension-install \
|
||||
--disable-3d-apis \
|
||||
--disable-angle-features=allowETCFormats \
|
||||
--disable-auto-reload \
|
||||
--disable-breakpad \
|
||||
--disable-client-side-phishing-detection \
|
||||
--disable-component-cloud-policy \
|
||||
--disable-component-update \
|
||||
--enable-chrome-browser-cloud-management \
|
||||
--enable-chrome-browser-cloud \
|
||||
--no-first-run \
|
||||
--disable-crash-reporter \
|
||||
--disable-device-discovery-notifications \
|
||||
--disable-features=WebAssembly,AsmJsToWebAssembly,WebAssemblyStreaming \
|
||||
--disable-logging \
|
||||
--disable-login-animations \
|
||||
--disable-notifications \
|
||||
--disable-pinch \
|
||||
--disable-vulkan-surface \
|
||||
--disable-software-rasterizer \
|
||||
--disable-gpu-process-crash-limit \
|
||||
--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-wayland-ime \
|
||||
--disable-default-apps \
|
||||
--disable-infobars \
|
||||
--disable-dev-shm-usage \
|
||||
--disable-gaia-services \
|
||||
--disable-gpu-early-init \
|
||||
--disable-histogram-customizer \
|
||||
--disable-in-process-stack-traces \
|
||||
--no-service-autorun \
|
||||
--no-experiments \
|
||||
--use-gl=egl \
|
||||
--disable-wayland-ime \
|
||||
--enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \
|
||||
--force-dark-mode \
|
||||
--log-level=0 \
|
||||
--hide-crash-restore-bubble \
|
||||
--js-flags=--noexpose-wasm \
|
||||
--noexpose-wasm \
|
||||
--no-default-browser-check \
|
||||
--no-proxy-server \
|
||||
--no-recovery-component \
|
||||
--password-store=basic \
|
||||
--structured-metrics-disabled \
|
||||
--wm-window-animations-disabled \
|
||||
--high-dpi-support=1 \
|
||||
--new-window "$@"
|
||||
|
||||
#--use-gl=egl \
|
||||
# --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 \
|
||||
# --disable-yuv-image-decoding \
|
||||
# --use-gl=desktop \
|
||||
# --high-dpi-support=1 \
|
||||
|
@ -31,6 +31,7 @@ then
|
||||
-o -iname "*.hh" \
|
||||
-o -iname "*.hpp" \
|
||||
-o -iname "*.lua" \
|
||||
-o -iname "*.java" \
|
||||
-o -iname "*.gmk" \
|
||||
-o -iname "*.pl" \
|
||||
-o -iname "*.sh" \
|
||||
|
Loading…
Reference in New Issue
Block a user