- Experiment ID
2026-06-web-translate-dom-guard- Experiment Type
- apex / installation
- Analysis Summary
- Reduces cases where browser page translation breaks the Discord web app.
- Why It Matters
- Users who enable browser translation on Discord web may see fewer broken screens or non-working controls.
- Detailed Description
- At the web app entrypoint, Discord guards DOM insertion and removal so browser translation changes are less likely to break the page structure.
- This is an installation-level experiment, and the treatment can disable the guard.
- Focus Area
- Discord web translation stability
- Importance
- medium
- Default Config
{
"enabled": true
}- Variations
{
"1": {
"enabled": false
}
}