>>535
replaceでの書き換え好きじゃなくて使わないから自信ないけど
var str = PlacesCommandHook.bookmarkPage.toString();
PlacesCommandHook.bookmarkPage = eval("(" + str.replace(/description\s=.*/g,"description = '';") + ")");