By default, Firefox does not allow you to paste stuff into the dev tools console. You have to manually type "allow paste" into the console to enable pasting.
To get rid of this protection, go to about:config
and set the setting devtools.selfxss.count
to some high value, like 100.