Categories
Uncategorized

Firefox is out, LibreWolf is in!

I started using Firefox in 2004. I mean, I was probably using beta releases before it was officially released. I think it was called m/b even? Anyway, it’s been a long time…

I’ve also been a supporter of Mozilla for a long time. I am a Thunderbird user (also for over 20 years) so it’s safe to say… I’m a fan, but…

Mozilla has made a lot of mistakes in recent years, and while I’m not about to switch to Safari or Chrome (or Chromium) I have switched to LibreWolf.

What is LibreWolf?

LibreWolf is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom.

LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.

And most importantly, there is no AI in LibreWolf. They strip it out. This is the reason I switch. A few months back when I got sick of repeatedly disabling AI stuff in Firefox (and before they said they would add a “disable” button).

I also looked at Waterfox, but I could not get Firefox Sync to work. Sync is probably one of the most important features for me, since I use it on 5 computers, an iPad, and an iPhone on a daily basis.

I’ve come across very few issues with my switch to LibreWolf. I did have to mess with some of the more strict security settings when I started using it, but since then it’s been like using Firefox without the spying / data gathering.

I still have Firefox installed, but don’t use it much. LibreWolf has been great, and I’m glad I made the switch. I can also easily switch back, or still use Firefox if I need to since it’s just another browser in Firefox Sync I can synchronize all my settings to.

For now though, I will stick with LibreWolf.

Categories
Uncategorized

Make. Better.

Make Blog

I’m a fan of the Make Blog, and I’m also a user of a 13″ MacBook Pro, and those two things conflict a little bit.

Just take a look at the screen shot above, it’s what I see with a maximized browser window…

Make Blog

I prefer this view, where the footer is hidden, because 98% of the time I’m on the Make site, I don’t need to know whatever the footer has to tell me, and since the footer is locked in place when you scroll, that’s 22 pixels that are always blocking the content. (On an 800 pixel high screen, even losing 22 pixels can hurt.)

I’m using Mozilla Firefox with the Stylish Plugin to do this.

And here’s the code:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("blog.makezine.com")
{
        div.new-footer {
                display: none !important;
        }

}

You can do a lot more with Stylish, as it lets you edit any CSS that gets loaded into your browser. Check out userstyles.org for more examples, but if you’re handy with CSS you can write your own little snippets like this for all the web sites that you’d like to improve upon in your daily browsing.

Categories
Uncategorized

No Mozilla, No!!!

View Source

Remember when I said Chrome was annoying (and probably hinted they were evil) because they hid the ‘view source’ command?

Welcome to evil Firefox!

And yeah, Firefox also hides the protocol in the latest versions. Luckily it’s fairly easy to unhide it.

Still, I’m not a fan of the layer of chrome being applied to Firefox.

Categories
Uncategorized

Mozilla Supporter

Adopt Mozilla

One more than one occasion, people have asked why I don’t use Google Chrome, or Apple’s Safari, or even Opera or Microsoft Internet Explorer… I think this sums it up pretty well:

Mozilla’s mission is to build user sovereignty into the fabric of the Internet. We work to ensure that the the Internet remains open, interoperable and accessible to all. To do this we build products, we build decentralized participation worldwide, and we build the ability for people to create their own experiences in addition to consuming commercial offerings.

As the “web” changes, I think it’s probably necessary for Mozilla to change as well.

Read the whole thing: Mozilla in the New Internet Era – More Than the Browser.

Categories
Uncategorized

Not Just Yet…

Not Just Yet...

I happened to visit the Chrome Web Store using Firefox, and I was greeted with the following message:

Sorry, we don’t support your browser just yet. You’ll need Google Chrome to install apps, extensions and themes.

Wait… I was using Mozilla Firefox to visit the Chrome Web Store, so why am I posting this?

Because Google has given me hope. See, they said “we don’t support your browser just yet” and with that “just yet” part, I’m going to assume that they will support my browser at some point in the future.

I plan to revisit this post every few months to see if the status has changed.