Many modern pages put lists and cards inside
Shadow DOM - encapsulated pieces of the DOM that standard queries skip. That’s common on aggregators, archives, and app-like UIs.
👉 If you’ve ever seen hundreds of results on screen but
zero links from the extension,
this setting is for you.
The Issue:- Some sites hide their anchors inside Shadow DOM, so a normal scan finds nothing even when the page is full of results.
The Solution:- optional Shadow DOM setting lets Find All and selection pick up links inside those hidden subtrees (with an honest note about performance).
-
Where to enable — Open
Link Grabber Options and turn on
Shadow DOM links (under advanced / extraction-related settings). The UI explains that scanning shadow trees can make pages heavier—turn it off on slow sites or when you don’t need it.
-
What it does — When enabled, extraction walks those hidden subtrees so anchors inside Shadow DOM count toward 'Find All', selection, and the same flows you already use.
Real-world feedback described a search on
Archive.org with hundreds of hits and
no URLs found without this - classic Shadow DOM (or similar encapsulation) territory.