rviscomi / NoPe

Home Page:https://nope-two.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoPe is an app to visualize how real Chrome users respond to notification permission prompts. The data comes from the public Chrome User Experience Report (CrUX) project as an experimental metric.

See data/bigquery.sql for the query that powers the app. All sites that have had notification permission data since January 2020 and have ever been ranked in the top 10k are included (737 origins).

The data represents users' response rates to Chrome's notification permission prompt, aggregated at the origin level (per-website). The response rates are grouped into four types:

  • Accept: the user actively agreed to enable notifications
  • Deny: the user actively rejected enabling notifications
  • Dismiss: the user actively closed the prompt without accepting or denying it
  • Ignore: the user didn't interact with the prompt at all

Note that as of version 80, Chrome has a quieter permission UI for notifications. This new UI is automatically enabled for users who typically block notifications and on sites with low acceptance rates.

About

https://nope-two.vercel.app

License:Apache License 2.0


Languages

Language:JavaScript 99.6%Language:CSS 0.4%