Skip to content

This project is an experiment showing how to use an extension to access and index certain HTML/DOM tags on a webpage, build those into lists and connect to puppeteer in off-extension files. From there you can bypass the DOM by using shadowRoot and ShadowDOM manipulations to assign these links nodes on the shadow dom. Puppeteer can then click and…

Notifications You must be signed in to change notification settings

callumtoner/A-chrome-extension-that-finds-and-groups-all-link-tags-on-a-webpage-and-puppeteer-scripts

Repository files navigation

install node and npm

Follow directions for your OS.

install puppeteer

npm install puppeteer

run the test

node test.js

About

This project is an experiment showing how to use an extension to access and index certain HTML/DOM tags on a webpage, build those into lists and connect to puppeteer in off-extension files. From there you can bypass the DOM by using shadowRoot and ShadowDOM manipulations to assign these links nodes on the shadow dom. Puppeteer can then click and…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages