a random operate banner

/operate/ - Endchan Operations

Let us know what's up


New Reply on thread #10253
X
Max 20 files0 B total
[New Reply]

[Index] [Catalog] [Banners] [Logs]
Posting mode: Reply [Return]


> try to make thread

> open captcha in new tab

> wrong answer or expired captcha

> 20 times in a row

> then "500 server error"

FIX YOUR SHIT ODILI

https://2hu-ch.org/

it's the same server as endchan's public address

except it's probably just as alive,  oh well.
at least i actually make sure it's working good. mostly.

 >>/10257/ 
> click reload

I did, 20 times, and it kept saying "wrong answer or expired captcha". that's the issue

> wtf

if you can complete no cookie captcha with javascript disabled in the same tab then post some screenshots and a tutorial




 >>/11327/
You can select these particular elements you want to hide with the :nth-child(x) selector, where the x is the number of the element.
The elements of the form is in the table and the "Password" and "Drawing" fields are in the 5th and 6th table rows, or in the 4th and 5th if you force anonymity via your board's settings (ie. no "Name" field).
Then you can use display: none; css rule to hide elements (there are other options, if you prefer something else you can use that ofc);
Since no other table rows on the page you could use the following:

tr:nth-child(4), tr:nth-child(5) {
  display: none;
}

Or:

tr:nth-child(5), tr:nth-child(6) {
  display: none;
}

Depending on the Name field, as I wrote above. This is important, you don't want to hide captcha accidentally or something.



Post(s) action:


Moderation Help
Scope:
Duration: Days

Ban Type:


7 replies | 0 file
New Reply on thread #10253
Max 20 files0 B total