test from Dissenter Tor pc
been getting errors trying to post
test from Dissenter Tor pc
been getting errors trying to post
went into [Options]
User JS
and pasted this code:
var origAlert = window.alert;
window.alert = function(m) {
if (!/The server took too long to submit your post/.test(m)) {
origAlert(m);
} else {
setTimeout(function() {
$('.submit input').click();
}, 1000)
}
}
and was able to post