Mark

Results 4 comments of Mark

@ljharb It would be worth adopting this PR, if only as a temporary solution to support a flat configuration. 🤷‍♂️

To prevent CF from blocking your automation, you need to hide the CDP session from it. You can check this by disabling CDP in an already running browser. The captcha...

You can make an additional state for month navigation ```tsx const [currentMonth, setCurrentMonth] = useState(new Date()); ```