biancadanforth / tracking-protection-shield-study

A Shield study to determine the optimal messaging, if any, for Tracking Protection in Firefox.
0 stars 3 forks source link

WIP - Get values for new tab page variation #4

Closed biancadanforth closed 6 years ago

biancadanforth commented 6 years ago

Forking from https://github.com/rhelmer/tracking-protection-study/tree/e2fb49a238d68481de9598a2f3bd6fa8c7b0ba74, which forks from https://github.com/mozilla/blok

webextension "just works" to show a badge in a pageAction with # trackers blocked. It's always < 30, so only 2 digits are needed for # trackers on the badge. Need to check time saved per page on the badge to see if 2 digits is also sufficient there.

Still re-wiring bootstrap portion...

biancadanforth commented 6 years ago

Unfortunately, after meeting with Jacqueline, the UX designer for this project, on 12/14, the pageAction icon must be made with XUL for the user to be able to read the digits. This means a webExtension-based UI, as attempted here, is not possible.