Open the site.
Press Ctrl+Shift+I
(Windows/Linux) or Cmd+Option+I
(Mac) to open DevTools.
Go to the Console tab.
Paste and hit enter the following :
document.querySelectorAll('input').forEach(input => input.onpaste = null);
Now try pasting again.