Clean up contributor metadata
This commit is contained in:
@@ -13,7 +13,7 @@ const chrome = spawn("google-chrome-stable", [
|
|||||||
"--headless=new", `--remote-debugging-port=${PORT}`, "--hide-scrollbars",
|
"--headless=new", `--remote-debugging-port=${PORT}`, "--hide-scrollbars",
|
||||||
"--no-first-run", "--no-default-browser-check",
|
"--no-first-run", "--no-default-browser-check",
|
||||||
"--window-size=1420,790", "--force-device-scale-factor=1",
|
"--window-size=1420,790", "--force-device-scale-factor=1",
|
||||||
"--user-data-dir=/tmp/claude-light-profile", "about:blank",
|
"--user-data-dir=/tmp/ihasmail-light-profile", "about:blank",
|
||||||
], { stdio: "ignore" });
|
], { stdio: "ignore" });
|
||||||
|
|
||||||
const json = async (p) => { for (let i = 0; i < 60; i++) { try { return await (await fetch(`http://127.0.0.1:${PORT}${p}`)).json(); } catch { await sleep(250); } } throw new Error("no chrome"); };
|
const json = async (p) => { for (let i = 0; i < 60; i++) { try { return await (await fetch(`http://127.0.0.1:${PORT}${p}`)).json(); } catch { await sleep(250); } } throw new Error("no chrome"); };
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ const PORT = 9333;
|
|||||||
const chrome = spawn("google-chrome-stable", [
|
const chrome = spawn("google-chrome-stable", [
|
||||||
"--headless=new", `--remote-debugging-port=${PORT}`, "--hide-scrollbars",
|
"--headless=new", `--remote-debugging-port=${PORT}`, "--hide-scrollbars",
|
||||||
"--no-first-run", "--no-default-browser-check", "--disable-gpu",
|
"--no-first-run", "--no-default-browser-check", "--disable-gpu",
|
||||||
`--user-data-dir=/tmp/claude-shots-profile`, "about:blank",
|
`--user-data-dir=/tmp/ihasmail-shots-profile`, "about:blank",
|
||||||
], { stdio: "ignore" });
|
], { stdio: "ignore" });
|
||||||
|
|
||||||
const json = async (path) => {
|
const json = async (path) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user