From dbfdb41fbd08a01def17848713f5628821a78f4c Mon Sep 17 00:00:00 2001 From: Seitarou Date: Sun, 24 Feb 2013 22:33:55 +0900 Subject: [PATCH] =?UTF-8?q?Firefox=20+=20Scripish=20=E3=81=A7=E5=8B=95?= =?UTF-8?q?=E4=BD=9C=E3=81=95=E3=81=9B=E3=81=9F=E9=9A=9B=E3=81=AB=20consol?= =?UTF-8?q?e.log=20=E3=83=97=E3=83=AD=E3=83=91=E3=83=86=E3=82=A3=E3=81=B8?= =?UTF-8?q?=E3=81=AE=E4=BB=A3=E5=85=A5=E3=81=AE=E9=81=95=E5=8F=8D=E3=81=8C?= =?UTF-8?q?=E7=99=BA=E7=94=9F=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=9F?= =?UTF-8?q?=E3=82=81=E4=BF=AE=E6=AD=A3=E3=81=97=E3=81=9F=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=81=AB=E4=B8=8D=E5=82=99=E3=81=8C=E3=81=82=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=9F=E3=82=81=E5=86=8D=E4=BF=AE=E6=AD=A3=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userscript/tumblr_tornado.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userscript/tumblr_tornado.user.js b/userscript/tumblr_tornado.user.js index 3749634..470ccda 100644 --- a/userscript/tumblr_tornado.user.js +++ b/userscript/tumblr_tornado.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Tumblr Tornado // @namespace https://github.com/poochin -// @version 1.2.9.2 +// @version 1.2.9.3 // @description Tumblr にショートカットを追加するユーザスクリプト // @include http://www.tumblr.com/dashboard // @include http://www.tumblr.com/dashboard?oauth_token=* @@ -383,7 +383,7 @@ "}", ].join('\n'); - if (typeof console) { + if (typeof console == 'undefined') { console = {log: function(){}}; }