iam traing to make a tampermonkey script auto paste some text in text box but iam confusied after many ways iam still not able to make it, i already try document.execCommand("Paste") but nothing document.execCommand("Paste") doesn't work! "Copy" and "cut" works fine.
document.getElementById("email").execCommand('Paste');