Skip to content

Instantly share code, notes, and snippets.

@cute
Created March 30, 2012 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cute/2246109 to your computer and use it in GitHub Desktop.
Save cute/2246109 to your computer and use it in GitHub Desktop.
Fix Weibo Comment Click Bug in Opera 11.62
// ==UserScript==
// @name Fix KeyboardEvent
// @namespace weibo
// @include http://weibo.com/*
// @include http://www.weibo.com/*
// ==/UserScript==
(function (){
window.KeyboardEvent=window['KeyboardEvent']||null;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment