Fun concept! Here is what I see as possibilities to own the website, with gradual power: make a client using a single socket that refreshes every 1/3 second [1] ; add multithreading and have 133 [2] sockets open at the same time to make requests; use multiple servers to execute the previous program. You also have to keep in mind that you will get busted very quickly if you just spam your name ; you have to check that you're not currently the owner of the website.<p>Nice idea though!<p>[1] <a href="https://github.com/rileyjshaw/own-this-website/blob/master/server/main.js#L63" rel="nofollow">https://github.com/rileyjshaw/own-this-website/blob/master/s...</a><p>[2] <a href="https://github.com/rileyjshaw/own-this-website/blob/master/server/main.js#L76" rel="nofollow">https://github.com/rileyjshaw/own-this-website/blob/master/s...</a>