After updating NS I get a series of error messages here: Error: gKablRulesObj.injectFunctions is null
Source file: chrome://kabl/content/kabl-inserter.js
Line: 102
Code: Select all
for (var i=0, func=null; func=gKablRulesObj.injectFunctions[i]; i++) { Is NS interfering with "dotted objects inserting" in this case, the code is Mozilla's?
luntrus