|
|
|
|
|
by yjftsjthsd-h
493 days ago
|
|
> now try and go ahead how you could isolate these instances so they cannot see each other. this leads into a rabbit hole of bad design. Okay, done: PROFILEDIR="$(mktemp -d)"
firefox --no-remote --profile "$PROFILEDIR" --screenshot $PWD/output.png https://xkcd.com
rm -r "$PROFILEDIR"
What's the rabbit hole? |
|