Adblock Plus and (a little) more

JavaScript modules in a JAR file - finally! · 2010-06-18 10:45 by Wladimir Palant

I don’t know why nobody announced this yet, a very important change landed on mozilla-central a few days ago. JavaScript modules can now be located in JAR files and loaded directly via chrome:// URLs. So an extension can now keep its modules in the JAR file along with all the other code.

Read more Comment [7]

Tags:

Redundant filter finder updated · 2010-06-12 02:56 by Wladimir Palant

I updated the tool to find useless filters, the new version uses new code from Adblock Plus and better considers filter options. Element hiding rules are left unchanged as before — I am not aware of any way to detect redundancies there. Please report any abnormalities you notice in the new version, there might still be bugs.

Read more Comment [4]

Tags:

Impact of Adblock Plus on startup time - revisited · 2010-06-10 02:31 by Wladimir Palant

A few months ago Taras Glek blogged about extensions having a significant impact on browser’s startup time. One of the extensions he measured was Adblock Plus 1.1.3 and it didn’t make a good figure. Originally I thought that significantly optimizing Adblock Plus initialization wasn’t possible but I then found that using lazy evaluation for some values improved the performance of Adblock Plus 1.2 quite significantly. So I decided to check what things look like now.

Read more Comment [5]

Tags:

The wrong way to deal with privacy concerns · 2010-05-26 14:30 by Wladimir Palant

Generally, I am not the guy to pick on Google. I think that they usually bring out very solid (often brilliant) solutions and do a good job on the privacy front (meaning: far from perfect but significantly better than the competition). All the more surprising was their release of the Google Analytics Opt-out Browser Add-on which doesn’t quite live up to the expected quality.

Read more Comment [14]

Tags:

Renaming extensions · 2010-05-21 11:24 by Wladimir Palant

Some people using development builds probably noticed already: the full name of Element Hiding Helper is no longer “Adblock Plus: Element Hiding Helper” but rather “Element Hiding Helper for Adblock Plus”. Given that some people are still confusing Element Hiding Helper with Adblock Plus this change is long overdue. The only reason it hasn’t been implemented earlier is that the new name is no longer language-neutral, it needs to be translated into various languages. But that’s something that can be done now. Element Hiding Helper also got its own icon which is slightly different from the Adblock Plus icon.

Read more Comment [6]

Tags:

More roadmaps · 2010-05-19 22:17 by Wladimir Palant

The roadmap page now lists the roadmap for Element Hiding Helper and Adblock Plus Watcher extensions. There is usually little planning for these extensions but since there is some now I decided to add it to the roadmap and see how it works out.

Read more Comment [1]

Tags:

Downloading a file regularly - how hard can it be? · 2010-05-11 11:06 by Wladimir Palant

I’ve been playing a little with numbers to find a way to get filter subscription downloads distributed equally throughout the week. You probably guessed it from the title of this post, getting the desired behavior isn’t quite easy.

Read more Comment [5]

Tags:

Status of the Adblock Plus project, spring 2010 · 2010-05-06 22:11 by Wladimir Palant

With Adblock Plus 1.2 being released and many other things going on I felt that it would be useful to give a summary of where we are now and what are the areas that we need to focus on next. I am not sure whether it is something I would publish regularly, maybe.

Read more Comment [12]

Tags:

New info page for development builds · 2010-05-06 10:52 by Wladimir Palant

Most people using development builds no longer update them manually, reading development build announcements isn’t absolutely necessary either. It was time to update the website to consider these changed circumstances — requiring people looking for a download link to open a blog post doesn’t make sense any more. Instead I created an info page that people are send to when they click on “development builds” link. I tried to keep it short yet still give all the important information (and yes, I still consider some information more important than the installation link which is why I put it first). Subscribing to the announcements is merely a recommendation now.

Read more Comment [2]

Tags:

New "Known issues" page · 2010-04-27 13:25 by Wladimir Palant

With the “known issues” section of release changelogs growing constantly lately I felt that moving it to a separate page would serve the cause better. This will allow us to link the the issue in question directly rather than saying “look at the end of the known issues section”, also the description can be more detailed without space restrictions. I put up a first version of this page, any comments? Can you think of other common issues that should be mentioned there?

Read more Comment [15]

Tags: