#1878·rrweb

[Feature Request]: Make rrweb more stealth to prevent detection by captchas

Author: ghostCreated Jun 16, 2026Updated Jun 16, 2026
Labelsfeature request

Preflight Checklist

  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

What package is this feature request for?

rrweb

Problem Description

Hello,

Currently, using rrweb on pages that contain for example reCAPTCHAs is practically impossible. ArkoseLabs, reCAPTCHA, hCaptcha - most of them detect that certain native functions have been overridden. This lowers our score to a very low level, resulting in extremely difficult CAPTCHAs or completely preventing us from using many sites. The solution, instead of simple monkey patching, is to complexly override many remnants, such as this puppeteer extension do:

https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth/evasions/_utils

Proposed Solution

Implement the same solution as puppeteer extra or create some research how we can do it in better, easier way

Alternatives Considered

Just leave it as it is

Additional Information

No response