tombloo
最新版はなんかfirebugないと動かない。
--- chrome/content/library/00_Components.js.orig 2007-12-03 11:55:00.000000000 +0900
+++ chrome/content/library/00_Components.js 2007-12-04 23:22:39.000000000 +0900
@@ -50,7 +50,7 @@
// ----[Utility]-------------------------------------------------
function log(msg){
- if(DEBUG)
+ if(getPrefValue('extensions.tombloo.debug'))
typeof(console)!='undefined'? console.log.apply(console, arguments) : ConsoleService.logStringMessage(''+msg);
}
var debug = log;
adhocすぎるけどこうするとうごく。
深追いしようと思ったけどよくわからないのでやめた><