HN user

moho

24 karma
Posts0
Comments9
View on HN
No posts found.

The author got banned from github and gitlab after DMCA takedowns. The code used to be available in those, but I guess he got tired of starting over?

Anyway, extensions are just signed zip files. You can extract them and view the source. BPC sources are not compressed or obfuscated. The extension is evaluated and signed by Mozilla (otherwise it wouldn't install in release-channel Firefox), if you put any stock in that.

In case the author happens to read these - final statement in native CSS nesting is no longer true.

"The only small difference from Sass: for element selectors you need the & prefix. In Sass you could write a { color: red } inside a parent, but native CSS requires & a { color: red }."

It was true for a bit, but fixed within 2-3 releases iirc. You can now freely nav { a { color: red; } }

Don't Download Apps 7 months ago

Installing extensions from file is available on the release build as well, after enabling dev options.

I think the only difference is nightly allows installing unsigned extensions, which I don't personally have a need for (as getting a personal/non-published extension signed is very easy).

Don't Download Apps 8 months ago

While you're there flip general.aboutConfig.enabled to true so you won't have to use the silly config.xhtml URL again.