08/06/13 22:35:37 ww2N9nEv0
>>22 >>58
userChrome.js 0.8入れてこのスクリプト突っ込めばどんなフォルダでも消せる(但し見えてる奴に限る)
(function(){
if(location != "chrome://browser/content/places/places.xul") return;
eval("PlacesController.prototype._hasRemovableSelection = function(){ return true; }");
})();