Intercept and replace paste behavior with fast simulated typing (works across most sites)
Intercept and replace paste behavior with fast simulated typing (works across most sites). To work for only specific sites change 
// @match        *://*/*
to something like
// @match        https://academy.cs.cmu.edu/*
for example.