Paste Enabler by Thomas PUJOL
Addon that allows to paste into a web page, even if it is blocked. When you are on a web page that prohibits it, click on the extension icon. It will force the possibility of pasting.
680 Users680 Users
Extension Metadata
More information
- Add-on Links
 - Version
 - 0.1
 - Size
 - 21.56 KB
 - Last updated
 - 4 years ago (Apr 10, 2022)
 - Related Categories
 - License
 - Mozilla Public License 2.0
 - Version History
 - Add to collection
 
var allowPaste = function(e){
e.stopImmediatePropagation();
return true;
};
document.addEventListener('paste', allowPaste, true);
Force la possibilité de coller dans un champ.