did you know... #114
Replies: 9 comments 1 reply
-
This looks interesting. I'll take a closer look at this. |
Beta Was this translation helpful? Give feedback.
-
sometimes I get 59 results, sometimes 60 |
Beta Was this translation helpful? Give feedback.
-
what does it show on headless? 🤔 |
Beta Was this translation helpful? Give feedback.
-
@prescience-data I refactored the css test here:
@Thorin-Oakenpants
|
Beta Was this translation helpful? Give feedback.
-
did you just use a cat? lulz .. he's walking backwards I wanted to detect headless as well, and there's a few github repos about it, antoine's one I think for sure. I also checked the bugzillas on headless to find FF specific traits, but I got nothing -- https://bugzilla.mozilla.org/describecomponents.cgi?product=Firefox -- scroll down and click headless opera, in order, just clicking run in fiddle
FF
|
Beta Was this translation helpful? Give feedback.
-
Are you on the Lots of chatter about some of the more edge techniques you've implemented, and less exposed discussing there if you are... 🕵 |
Beta Was this translation helpful? Give feedback.
-
😆 #cat {
display: inline-block;
transform: scaleX(-1);
} |
Beta Was this translation helpful? Give feedback.
-
ahh, here we go ... https://github.com/ThomasAitken/Bot-Blocker |
Beta Was this translation helpful? Give feedback.
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1692609#c3
rAF = request animation frame? |
Beta Was this translation helpful? Give feedback.
-
... that you can use css animation to detect the the hertz of the monitor ... click the last test and count the results in 1 second. At least that's what I'm sure it's related to. The frame can only refresh as often as the monitor allows it. So a 120Hz monitor will return 120 results etc (except I don't have a plethora of monitors lying around to test)
You could of course test it in a half second and
* 2
the resultbelow is my shitty little test page I had locally for some timing shit concepts / tests .. which I've been meaning to tzp-style and add to the test index
click me for details
Beta Was this translation helpful? Give feedback.
All reactions