79639876

Date: 2025-05-27 05:58:42
Score: 1
Natty:
Report link
  1. Open the site.

  2. Press Ctrl+Shift+I (Windows/Linux) or Cmd+Option+I (Mac) to open DevTools.

  3. Go to the Console tab.

  4. Paste and hit enter the following :

    document.querySelectorAll('input').forEach(input => input.onpaste = null);

  5. Now try pasting again.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arindam Deka