79371595

Date: 2025-01-20 14:17:49
Score: 0.5
Natty:
Report link

Try the following:

const event = new Event('input', { bubbles: true });
const input = document.getElementById('input');
input.value = 'new_value';
document.dispatchEvent(event);
Reasons:
  • Whitelisted phrase (-1): Try the following
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: VGneushev