diff options
-rwxr-xr-x | .local/share/bin/brave | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/share/bin/brave b/.local/share/bin/brave index 2792fe5..1dea360 100755 --- a/.local/share/bin/brave +++ b/.local/share/bin/brave @@ -4,4 +4,5 @@ # you're not the only user on the system # --remote-debugging-port=9222 \ /usr/bin/brave \ + --load-extension="$XDG_CACHE_HOME/mode/chromium" \ "$@" |