Icon for Microformats Reader

Microformats Reader

A browser extension that brings the Indieweb to the surface!

A browser extension that brings the Indieweb to the surface!

This extension parses the webpages you visit to find specially tagged data such as h-cards, rel links, and webmention endpoints, then displays that content in a consistent format.

Currently supported data:

Most standard fields for these containers are supported. However, you may find that some sites use non-standard tags, or use tags in non-standard ways. These may not be displayed at all, or you may be able to view their raw data as JSON objects. If you find cases which you think should be supported please open an issue and I will try and include them.

Hints and tips:

  • Hover over any data to view its microformat type.
  • Control + right click any data to copy it to your clipboard.

Changelog

1.0.275

Many more microformat tags supported, now available for Firefox + Chrome.
  • Now available for Firefox

  • Updated for Chrome with manifest v3

  • Completely rewritten with Typescript and React.

  • Support for more microformat containers:

  • Much more adaptive UI tries to show the available content in the most suitable format.

  • User options to hide containers that are not of interest.

0.5

XFN support and bugfixes

Webmention endpoint now correctly handles relative URLs.

Thanks to David Millar for these contributions:

  • XHTML Friends Network (XFN) links are now supported
  • Phone numbers are now linkified
  • Icon fixes and improvements
  • Better handling of missing content
  • Minor bug fixes