Tampermonkey is a generic plugin for web browsers that allows you to do different things on websites.
The plugin is installed in Tampermonkey, and allows you to copy some text to your clipboard outside of Proxmox, then right click inside a Proxmox VM (likely a *nix based terminal), which will then paste the text on your clipboard in.
Since the script emulates typing on the keyboard, we've found there are slight differences with different keyboard layouts. Change the values in the `needs_shift` variable depending on your keyboard layout if a particular character isn't pasting correctly for you.
It's a very simple Javascript plugin, so if you have a problem, it's very easy to change.