>Once in Dissenter TOR(private window) on pc
>I pasted this link into a tab:
>http://jthnx5wyvjvzsxtu.onion/dnsbls_bypass.php
>in a new tab I opened the board and I got an error again, so tried this: In [Options]; User JS I pasted the 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)
> }
>}
>hit save (page automatically refreshed) and was able to post fine.
>Later I went over to Opera(built in VPN) I'm in US, so I opened it for Europe, got the same error, miffed, went to different board where I got the captcha there to pop up and was able to post fine on Opera, so have 2 options, but prefer Opera over Dissenter/Tor browser.