Chris
Chris
I implemented a small prototype as discussed in #572. It's super basic and I don't expect you to add it to the library, just wanted to show you some results...
Hi, I stumbled upon this library via this [post](https://screenshotone.com/blog/how-to-hide-cookie-banners-when-taking-a-screenshot-with-puppeteer/#automatic-cookie-consent-libraries). The post seems to be a bit outdated as the library has changed, for example it doesn't export the `@duckduckgo/autoconsent/dist/autoconsent.puppet.js` any...
Port of [`isProbablyReaderable`](https://github.com/mozilla/readability/blob/main/Readability-readerable.js) from Mozilla. In the [other PR](https://github.com/adbar/trafilatura/blob/8e6afae6e0b933f6503572484af3606ec2a13698/trafilatura/readability_utils.py), I have used BeautifulSoup and in this I'm using the LXML functions to select the nodes. For whatever reason, there seems...
**Describe the bug** The TS types for CJS are not exported correctly, which causes the `"module": "node16"` and `"moduleResolution": "node16"` to report errors. See this repo for reproduction: https://github.com/zirkelc/happy-dom-types-node16 **Screenshots**...
Still work in progress. EDIT: - added `jsdom` for comaprison This PR adds `happy-dom` as a potential replacement for `domino` due to the issues described in #378 A new benchmark...
Dash `-` missing in link:
### What area(s) will this request affect? App, Deployment ### What type of change do you want to see? New feature ### Overview Allow to specific the config by path...
### What area(s) will this request affect? App, Running your code locally ### What type of change do you want to see? New feature ### Overview When `shopify app dev`...
### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...
The current implementation of `readability_lxml` and the original project [readability.js](https://github.com/mozilla/readability/tree/main) is out of sync, so it would make sense to update the `readability_lxml` implementation to benefit from potentially newer feature...