🫐
Highlights
Pinned Loading
-
-
Start chrome in stateless mode
Start chrome in stateless mode 1#!/bin/bash
2set -e
3# ~/bin/chrome-new
4TMPDIR=`mktemp -d /tmp/chrome-XXXXX`
5/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=$TMPDIR --no-first-run --autoplay-policy=no-user-gesture-required --no-make-default-browser "$@"
-
-
-
netty/netty
netty/netty PublicNetty project - an event-driven asynchronous network application framework
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.