Anonymous ID: 96ae16 March 6, 2021, 12:57 p.m. No.13164383   🗄️.is 🔗kun   >>5072

>>13164382

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