stevenwdv / fathom-shadow-demo

Demo of https://github.com/stevenwdv/fathom-shadow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fathom Shadow demo

This repository gives a demo of the functionality added by fathom-shadow compared to fathom-web. fathom-shadow makes some small changes to fathom-web to also match elements inside open Shadow DOM, with some help of query-selector-shadow-dom.

First run:

npm install

This should install the necessary packages and create dist/bundle.js. Next, open demo.html. You should see that fathom-shadow detects one email field inside Shadow DOM while fathom-web detects none. The dummy ruleset used can be found in detect.js.

About

Demo of https://github.com/stevenwdv/fathom-shadow


Languages

Language:HTML 62.6%Language:JavaScript 37.4%