Update ff.sh
Browse files
ff.sh
CHANGED
|
@@ -85,7 +85,7 @@ export HOME="$RUNTIME_DIR"
|
|
| 85 |
while true; do
|
| 86 |
# 使用优化过的 profile 启动
|
| 87 |
firefox --no-remote --display=:0 --profile "$PROF_DIR" \
|
| 88 |
-
--width 1024 --height 768 --new-instance "https://
|
| 89 |
sleep 5
|
| 90 |
done
|
| 91 |
EOF
|
|
|
|
| 85 |
while true; do
|
| 86 |
# 使用优化过的 profile 启动
|
| 87 |
firefox --no-remote --display=:0 --profile "$PROF_DIR" \
|
| 88 |
+
--width 1024 --height 768 --new-instance "https://google.com"
|
| 89 |
sleep 5
|
| 90 |
done
|
| 91 |
EOF
|