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.

web-annotation-discovery-we.../src/content_script/ index.module.scss
6 lines
158 B

  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. }