Skip to content

Instantly share code, notes, and snippets.

@miya2000
Created October 30, 2010 14:43
Show Gist options
  • Save miya2000/655356 to your computer and use it in GitHub Desktop.
Save miya2000/655356 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name yahoo comics
// @include http://comics.yahoo.co.jp/*
// @include http://view.books.yahoo.co.jp/*
// ==/UserScript==
window.opera.defineMagicVariable('flagBrowser', function (curVal) { return true; }, function (newVal) { });
window.opera.defineMagicFunction('CheckBrowser', function () { return true; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment