Advertisement
Guest User

OperaShrortcutBugWorkaround

a guest
Feb 27th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function (){
  2.  
  3.     window.opera.addEventListener(
  4.         'BeforeEvent.keypress',
  5.         function (e){  },
  6.         false);
  7.        
  8. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement