-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Labels
Description
The extension fails to target and process elements when viewing the Patreon Collection page. The existing CSS selectors are returning empty sets - I assume the page has undergone a UI update, moving to a CSS-in-JS framework (Styled Components).
Furthermore, the page source contains a series of invalid nested anchor tags (an within an ), causing the browser to misinterpret the DOM tree and breaking standard descendant selectors - though these can be worked around.
To Reproduce
Steps to reproduce the behavior:
- Go to any Patreon Creator's 'Collections' tab.
- Select any collection
- Click the 'Condensed View' button
- Open WebToEpub
- See error - no links detected
Expected behavior
Links should appear
Screenshots

Reactions are currently unavailable