Often you can enter pages, which has disabled paste from Clipboard, like input password or Credit card numbers, which is very silly, because who keeps in memory complex passwords or CC numbers? People like to use password keepers for those things. I found that problem is in:
... b.bind("paste",function(){return!1} ...
How to deal with it? How to unbind interception of paste method?