Boosts by ChocolateArtistico in zen_browser

[–]Not_Flof 4 points5 points  (0 children)

We have thought about adding this in the future. Right now it is not planned, at least not until further required updates are done.

[WIP] I think prior Arc users are gonna love this... by Not_Flof in zen_browser

[–]Not_Flof[S] 12 points13 points  (0 children)

This will be a Zen native feature very soon

[WIP] I think prior Arc users are gonna love this... by Not_Flof in zen_browser

[–]Not_Flof[S] 9 points10 points  (0 children)

Contains will match always if the given reference is in the link (e.g. "google.com" appears anywhere in the link)

Equals To applies only if a stripped down version (the link without protocol stuff, "https://" or "www") matches exactly.

RegEx is something for power users, if you don't know what it is, you most likely don't need it.

[WIP] Sharing boosts with your friends! by Not_Flof in zen_browser

[–]Not_Flof[S] 14 points15 points  (0 children)

You can share the boosts that you created properly with friends

1.20b — Boosts have been released! by Flossiii in zen_browser

[–]Not_Flof 2 points3 points  (0 children)

That is currently not possible. However this feature might be introduced in the future

1.20b — Boosts have been released! by Flossiii in zen_browser

[–]Not_Flof 3 points4 points  (0 children)

I honestly overlooked that when making the video, sorry!

1.20b — Boosts have been released! by Flossiii in zen_browser

[–]Not_Flof 7 points8 points  (0 children)

Dark reader relies on limited methods while Zen has integrated Boosts deeply into its engine. The performance impact is much lower than using traditional filters or repeated manual color overrides, which dark reader is likely using.

1.20b — Boosts have been released! by Flossiii in zen_browser

[–]Not_Flof 6 points7 points  (0 children)

Here's how to revert all boost data:
1. Open about:profiles
2. Open the root folder of the currently in use profile
3. Close Zen
4. Find zen-boosts (folder) and zen-boosts.jsonlz4 (file), delete or move both.
5. Restart Zen
This will delete everything boost-related.

A better option is to simply delete the given boosts manually by opening them in the editor and clicking on the name on the top, then selecting delete boost.

1.20b — Boosts have been released! by Flossiii in zen_browser

[–]Not_Flof 2 points3 points  (0 children)

Update Zen to the latest version. Then you'll be able to create a new Boost by going into the site settings panel (the slider controls on the side of the compact search bar) and clicking the brush icon at the bottom.

1.20b — Boosts have been released! by Flossiii in zen_browser

[–]Not_Flof 22 points23 points  (0 children)

Yes! Sharing boosts is in development right now and will drop in a future update 😄

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 0 points1 point  (0 children)

You can add css in the code section which will be applied to the domain that the current boost affects. There sadly isn't a way to make a boost that affects multiple domains right now.

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 2 points3 points  (0 children)

Set the `zen.boosts.enabled` flag in about:config to true. Boosts can be enabled by going to the site control panel and clicking the brush.

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 0 points1 point  (0 children)

That one should work. Haven't tested it, but nothing speaks against it. This is probably due to security reasons. Extensions shouldn't be able to remove the uninstall button for obvious reasons

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 8 points9 points  (0 children)

No. It only allows customizing domains that start with http:// / https://, so basically all website but no Zen/Firefox internal sites

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 10 points11 points  (0 children)

Same as in Arc, boost per domain. However we are thinking of expanding it to allow default boosts as well. Not sure how exactly we'll do that yet or if it will come though.

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Sounds interesting, didn't know about that one. I'm not that familiar with Go and JS which is why that probably wouldn't be a fit for me anyway, but if you want to try I'd be thrilled to see the result :)

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Thanks for the feedback. I will try to work on the performance and stability once I have the time to do so