Merge commit '2cfb637451441e5bd51dbfb736598ee33b7e8323' into feature-clean

This commit is contained in:
2024-11-28 02:41:36 +03:00
52 changed files with 2497 additions and 2950 deletions

View File

@@ -103,23 +103,6 @@
origin: "https://modrinth.com",
});
});
let attempts = 0;
function syncAgreeState() {
const primaryButton = document.querySelector(
".qc-cmp2-summary-buttons button:last-of-type",
);
if (primaryButton) {
primaryButton.click();
} else {
attempts++;
if (attempts < 10) {
setTimeout(syncAgreeState, 1000);
}
}
}
syncAgreeState();
</script>
</body>
</html>