diff --git a/firefox/content/overlay.js b/firefox/content/overlay.js index 21dbf0c..5041296 100644 --- a/firefox/content/overlay.js +++ b/firefox/content/overlay.js @@ -50,6 +50,7 @@ if (typeof Disconnect == 'undefined') { blocked = blocked && service.blocked; } } + if (count > 100) count = '99+'; return {count: count, blocked: blocked}; },