You have checked -100 boxes Pick your side folks.
-120, I just want to make neat patterns :(
Then got a message:
> Chill LOL
Good advice, thanks.
31–40 of 320 posts
Scrolled down randomly, found a swastika, clicked back.
Makes me wonder if it's reasonable to write an algorithm to detect that.
(developer here) this is....more popular than i expected. the server's gonna be having some problems for a while
(developer here) this is....more popular than i expected. the server's gonna be having some problems for a while
That's probably one of these reasons that cross your mind to justify buying new domains. Which is an addiction to some folks (including me)
async function main(){ let elems = Array.from(document.querySelectorAll("#root > div > div.grid > div input")).filter(v=>!v.checked) for(let ee of elems){ await (new Promise(resolve => setTimeout(() => { resolve() }, 500))) ee.click() } }
main()
tried doing: ``` $$('input[type=checkbox]').forEach(elt => elt.click()); ``` and got an alert that said "CHILL LOL". fun site
Scrolled down randomly, found a swastika, clicked back.