Created
October 30, 2010 14:43
-
-
Save miya2000/655356 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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