Skip to content

Instantly share code, notes, and snippets.

@miya2000
Created December 2, 2012 03:39
Show Gist options
  • Select an option

  • Save miya2000/4186854 to your computer and use it in GitHub Desktop.

Select an option

Save miya2000/4186854 to your computer and use it in GitHub Desktop.
nicovideo - Q for Opera10.10
// ==UserScript==
// @name nicovideo - Q for Opera10.10
// @include http://www.nicovideo.jp/watch/*
// ==/UserScript==
(function() {
opera.addEventListener('BeforeScript', function(e) {
if (/EmbededWatchData\.js/.test(e.element.src)) {
document.body.constructor = HTMLBodyElement;
}
}, false);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment