Browser extension that demonstrates the Web Annotation Discovery mechanism: subscribe to people’s annotation collections/‘feeds’, to see their notes on the web; and create & publish annotations yourself.

index.module.scss 158 B

12345
  1. /* Protect our widgets from page style rules (but this won’t work if those rules have higher specificity..). */
  2. .container,
  3. .container * {
  4. all: revert;
  5. }