I would like to know what the opposite of this function that prevent copy and cut in the site:
$('body').on('cut copy', function (event) {
event.preventDefault();
});
I want to revert this function in some pages, that is why I would like to know