05:26:19 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:42:11 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:42:20 And no JS errors in the console 15:51:53 does the box populates with an actual checkbox and stuff when you "inspect" the empt space? 15:51:55 --empty 15:52:13 and yes, that thing apparently exploits a bunch of borderline JS and CSS crap 15:52:22 no 15:52:27 nothing happens when I inspect it 15:53:32 it's just an empty div 16:02:33 and after a while it goes to debugger and the debugger says "TypeError: g[h][gL(...)] is not a function" 16:05:54 OK, noticed something really screwy rearding that 16:06:08 Opened a site that always trigger Clownflare's "you human?" challenge 16:06:26 I get a white box where the checkbox should be, inspector tells me it's an empty
at the end 16:06:42 however... the mere act of triggering the inspector there causes the checkbox to render. So far, so normal 16:06:44 BUT 16:07:05 trying to inspect the actual checkbox and its friends... yield no results on the DOM tree! 16:07:21 I mean, the Inspector can find the checkbox or its companion text or the Clownflare logo 16:07:48 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:07:54 that's... creepy 16:08:37 Maybe the "checkbox" is really somewhere else and it shares the same absolute position with the empty div 16:09:11 whatever it does, it's confusing the inspector real badly 16:09:15 I mean that it is somewhere else in the source tree but it has position:absolute; 16:10:02 Try disabling CSS, maybe it jumps to somewhere else on the page 16:10:23 I cannot get it to show the checkbox at all. Probably something with my IP 16:17:31 are you using the release version, or a recent nightly? 16:18:27 release 16:19:14 could be that then, I'm using the nightlies