1 parent 6656ed9 commit 5a56f99Copy full SHA for 5a56f99
1 file changed
scripts/twchallenge.js
@@ -109,6 +109,7 @@ window.addEventListener("message", (e) => {
109
);
110
console.error("Error initializing solver:");
111
console.error(data.error);
112
+ location.href = `${location.pathname}?newtwitter=true`;
113
} else if (data.action === "ready") {
114
solverReady = true;
115
for (let task of solveQueue) {
0 commit comments