05:29:25 Any solve to Startpage search plugin just taking you to their website now instead of giving results? They say they're no longer supporting this: https://addons.thunderbird.net/en-US/seamonkey/addon/startpage-https-privacy-search/ 15:45:17 I tried to investigate via the inspector how that Cloudflare's "Verify you are human" thing works, but it seems to be just an empty
element without any content 15:45:27 And no JS errors in the console 15:54:59 does the box populates with an actual checkbox and stuff when you "inspect" the empt space? 15:55:01 --empty 15:55:20 and yes, that thing apparently exploits a bunch of borderline JS and CSS crap 15:55:28 no 15:55:34 nothing happens when I inspect it 15:56:38 it's just an empty div 16:05:39 and after a while it goes to debugger and the debugger says "TypeError: g[h][gL(...)] is not a function" 16:09:01 OK, noticed something really screwy rearding that 16:09:14 Opened a site that always trigger Clownflare's "you human?" challenge 16:09:32 I get a white box where the checkbox should be, inspector tells me it's an empty
at the end 16:09:48 however... the mere act of triggering the inspector there causes the checkbox to render. So far, so normal 16:09:51 BUT 16:10:12 trying to inspect the actual checkbox and its friends... yield no results on the DOM tree! 16:10:27 I mean, the Inspector can find the checkbox or its companion text or the Clownflare logo 16:10:55 but it fails to find anything on the document tree, and if you go back to the source view there.... the empty
is still empty, despite now having childrens! 16:11:01 that's... creepy 16:11:44 Maybe the "checkbox" is really somewhere else and it shares the same absolute position with the empty div 16:12:17 whatever it does, it's confusing the inspector real badly 16:12:22 I mean that it is somewhere else in the source tree but it has position:absolute; 16:13:09 Try disabling CSS, maybe it jumps to somewhere else on the page 16:13:30 I cannot get it to show the checkbox at all. Probably something with my IP 16:20:38 are you using the release version, or a recent nightly? 16:21:34 release 16:22:21 could be that then, I'm using the nightlies