News (January 2010)

All of the extensions on this site have been successfully tested on Firefox 3.6. If you find any compatibility issues please e-mail me with the full details of the problem.

If Firefox lists an extension as incompatible then please reinstall it using the links on this page.

Popup Count

Version 0.3.7

Install

Install Popup Count 0.3.7

Description

Counts the all-time total number of popups blocked by Firefox, displaying the number in the statusbar. The number of popups blocked on the current webpage is shown in a tooltip.

Frequently Asked Questions (FAQ)

1. How do I move the counter to a new profile?

Find your old profile folder and copy the file called popupcount.dat into your new profile folder.

2. How do I reset the counter?

Find your profile folder and delete or rename the file called popupcount.dat.

Contributors

Release History

0.3.7

  • Fixed an issue with the blocked count not displaying on recent development versions of Firefox.
  • Added support for the new private browsing mode in Firefox 3.5. The blocked count is saved before entering private browsing mode then restored after exiting private browsing mode.

0.3.6

  • Added support for Firefox 3 final.

0.3.5

  • Added support for Firefox 2 final.

0.3.4

  • Added compatibility with the latest nightlies (2006-03-17 and above).

0.3.3

  • Fixed an issue with the status bar icon not showing when the "always display count" option was enabled.

0.3.2

  • Fixed a slight issue with some third-party themes (e.g. Charamel) where the count text would display even when no popup had been blocked. There are still some unfixed problems with always-on mode and third-party themes.
  • Added a German (de-DE) locale, contributed by Patrick Ruh.
  • Added a Brazilian Portuguese (pt-BR) locale, contributed by Fernando Pereira Silveira.

0.3.1

  • Improved the "always display count" option to work with more themes. If you find a theme that still doesn't show the correct icons, please send me the name and version of the problem theme, thanks.
  • Added a Traditional Chinese (zh-TW) locale, contributed by Willy Young.
  • Added a French (fr-FR) locale, contributed by Mori.

0.3

  • New options for always showing the popup count and for showing only the total. The "always display count" option may not appear correctly in certain themes, see the Known Issues section for more details.
  • Added a Dutch (nl-NL) locale, contributed by Tjaard.
  • This extension no longer works on older versions of Firefox, you must be using Firefox 1.0 or above.

0.2.6

  • Fixed the problem with two popup blocked icons appearing on recent nightly builds (sorry for the delay in fixing this issue).
  • Added an Italian (it-IT) locale, contributed by andr3a of eXtenZilla.it.
  • Removed the automatic install.rdf update link due to bandwidth constraints, from now on you'll have to manually check for updates.

0.2.5

  • More accurate popup counting (now counts all timed popups beyond the first one).
  • Fixed the problem with two blocked popup icons showing if a user had both a profile and a browser directory install of Popup Count.
  • New install script.

0.2.4

  • Defaults to showing totals in a tooltip for new users.
  • Resets the tooltip to it's default value when switching to status bar mode.

0.2.3

  • Now uses the correct icon for each theme (inheritance is my friend).

0.2.2

0.2.1

  • Shows the icon in all themes (still uses the default Qute icon though).
  • Option to show the total number of blocked popups in either the status bar or in a tooltip.

0.2

  • Now shows the number of Popups blocked per page.

0.1

  • Initial Release.

Known Issues

  • The "always display count" option may not appear correctly in certain themes. Popup Count 0.3.1 added a hack to find out what icon the theme uses when a popup is blocked, if you find a theme which still shows the wrong icon (or no icon at all) please send me its name and version.

Comments

< Previous page | 1 | 2 | 3 | 4 | 5 | 6 | Next page >

#21 Pike Wednesday, 23rd June 2004

brian,

You're giving far too much credit to this extension it is just a simple counter nothing more. The popup icon is built into Firefox, I believe the reason the icon disappears is that the site redirects immediately after showing the popup. This makes Firefox think you have gone to a different site and so it removes the popup icon.

#22 brian Thursday, 24th June 2004

that makes sense. Perhaps you might want to think of extending the extension to cover this it would be fantastic!

#23 Ryan Thursday, 24th June 2004

I got used to the Google bar in IE making a clicking sound every time a pop-up was block. Just one for the suggestion list.

Thx.

#24 stijn Sunday, 27th June 2004

a question, can you add an option to always show the popup count, when I had IE with Google Toolbar it was always fun braggin to friends like, hah, I blocked 6667 popups in the last 3 months. Now i can't unless I visit a site like popuptest

#25 o1 Friday, 2nd July 2004

an option to always have the popup count displayed would be awesome :)

#26 Andrew Sunday, 4th July 2004

Do you have a version that runs on Mozilla 1.7? Was running Firefox 0.9, but it could not display some pages I regularly use.

#27 Pike Sunday, 4th July 2004

Andrew,

No my extensions are Firefox only.

Firefox 0.9 uses the same rendering engine as Mozilla 1.7 so I'm not sure how changing browsers could make a difference, did you try a new profile?

#28 Dilip Sunday, 4th July 2004

Sorry, I may be being stupid, but how do I see the total number of popups blocked all time? It says something about a tooltip - what do I type/where do I look?

Thanks

#29 Dilip Sunday, 4th July 2004

Forget it - have fixed it now.

Thanks - nice extension.

#30 o1 Monday, 5th July 2004

Here's something I figured out so far, put this into your UserChrome.css, replace the url(*.png) with whatever icon you want for your popup blocker. Unfortunately, I don't know how to make it call the all time stats yet :(

#page-report-button {
display: -moz-box !important;
list-style-image: url(popup-unblocked.png) !important;
padding: 3px 3px 3px 3px !important;
}

#page-report-button[blocked] {
display: -moz-box !important;
list-style-image: url(popup-blocked.png) !important;
padding: 3px 3px 3px 3px !important;
}

[Edited to match what we finally settled on - Pike]

#31 o1 Monday, 5th July 2004

Wow i'm sorry for the spam don't know how that happened :(

Anyway here's another extra tweak for the above

Open the popupcount.jar file (search if you can't find it)

Go to content/popupcount/popupcountOverlay.xul

Change :

"margin: 0; padding: 1 1 3px 3px"

To :

"margin: 0; padding: 3px 3px 3px 3px"

[This step is no longer necessary see the previous comment - Pike]

#32 Raccoon Tuesday, 6th July 2004

I would like to see Popup Count add a context menu listing each of the popup window titles, and allow the user to individually select a window they wish to open, or select "Open All Blocked Popups".

#33 Pike Wednesday, 7th July 2004

Raccoon,

That would mean all the popups would have to be downloaded so that their titles could be read. I don't think the pros outweigh the cons of doing that.

#34 o1 Thursday, 8th July 2004

u rock Pike! thanks for making it always display :)

#35 Gross Thursday, 15th July 2004

Can you make an updated test version of Popup Count for the Firefox nightly build? It works well but has a conflict with the Popup block icon and the status bar. Seems like 2 Popup block icons are shown (one for popup block option, the other is Popup count - doesn't show number but only in bubble) and this messed up the status bar. They've changed the position of the Popup block icon to the right (not left).

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040714 Firefox/0.9.1+

#36 Pike Thursday, 15th July 2004

Gross,

Could you try installing the latest version from this page and let me know if it makes any differenece? Thanks.

#37 Gross Thursday, 15th July 2004

No double icon anymore but the popup count can be seen on the status bar including the total number of popup blocked. Even when there is no popup, it display the number 0.

#38 jeton Saturday, 17th July 2004

Pike, i remember using this on Firefox 0.8, then it showed the icon with the 'i' letter.
but . on 0.9 it doesn't show it. i've just installed it from this site.
it shows on the bottom left of the status bar and icon with an 'x', which i think is from firefox.

any help?

p.s. when i will be able to use it, could you tell me how can i change the icon that displays there?
i want to use another icon :)

thanks.
Great job on the other extensions btw.
bookmark backup is a must for me ;)

#39 Pike Saturday, 17th July 2004

Gross,

I'll fix this properly sometime in the next week or two in the meantime see my workaround here:

http://forums.mozillazine.org/viewtopic.php?p=656357#656357

jeton,

So it doesn't show numbers at all? I don't know why that is, do you have any other extensions installed that might conflict with Popup Count?

To change the icon you could replace the file called Info.png in the Firefox/chrome/classic.jar or you could add an extry to your userChrome.css file, something like:

#page-report-button {list-style-image: <nameoffile> !important;}

#40 Noah Monday, 19th July 2004

I think jeton's problem is an theme conflict. I've found that the reason for many of my status bar icons not appearing at all.

I personally use Noia's 2.0 (eXtreme) 2.7 theme. Now, it finally shows the Update icon but still not the Livemark icon. :(

< Previous page | 1 | 2 | 3 | 4 | 5 | 6 | Next page >

Add comment

Add your comment in the box below (you may use Quake-style colour codes in your name).



Back to the Extension page