Privacy Possum 的评价
Privacy Possum 作者: cowlicks
LiaraTsoni 的评价
评分 4 / 5
来自 LiaraTsoni,6 年前Tell me WHY are you using a UI library for display a couple of checkboxes ? What it will be the next time ? A virtual machine ? An add-on has to be light and efficient com'on.
UPDATE :
Thx for your reply, I understand. But I'm not talking about the code size. The size doesn't really matter, I'm just need a couple of bytes for doing a infinite loop. Using a library take more CPU and memory than vanilla. Using it one time isn't really a problem, but when you have five add-ons with five dependencies each... Grrrr ! Anyway you're doing a good job, thanks for your add-on.
UPDATE :
Thx for your reply, I understand. But I'm not talking about the code size. The size doesn't really matter, I'm just need a couple of bytes for doing a infinite loop. Using a library take more CPU and memory than vanilla. Using it one time isn't really a problem, but when you have five add-ons with five dependencies each... Grrrr ! Anyway you're doing a good job, thanks for your add-on.
开发者回应
发布于 6 年前Hi, thank you for your comment. I plan on using react later to expand the features the popup has. There have been quite a lot of requests for this. As well as an options page. I may switch to a smaller library in the future. Adding react also helped fix several UI bugs, and makes the current UI easier to build on.
FWIW, adding react only adds ~35kb to the packaged file, a %15 increase. Unpacked it is ~120kb. However the public suffix list, and multi-domain first party list combined are 160kb. So I didn't think it was a very significant size bump.
FWIW, adding react only adds ~35kb to the packaged file, a %15 increase. Unpacked it is ~120kb. However the public suffix list, and multi-domain first party list combined are 160kb. So I didn't think it was a very significant size bump.