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.
You'll need Firefox to use this extension
Extension Metadata
Developer comments
Rate your experience
More information
- Add-on Links
- Version
- 0.1
- Size
- 21.56 KB
- Last updated
- 3 years ago (Apr 10, 2022)
- Related Categories
- License
- Mozilla Public License 2.0
- Version History
Add to collection
More extensions by Thomas PUJOL
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
var allowPaste = function(e){
e.stopImmediatePropagation();
return true;
};
document.addEventListener('paste', allowPaste, true);
Force la possibilité de coller dans un champ.