Gustav Ernberg von Heijne
Gustav Ernberg von Heijne
27% should probably be 24% (table says 0.2374)
Fix for alternative spelling of plural for ex. indices, matrices.
Added a simple uninstall generator.
Also noticed this is present in the help center code samples - not sure how it's synced between examples here and the HC.
### Is your feature request related to a problem? Please describe. I need the ability to inject scripts early on a page's lifecycle. This means the `evaluate_script` tool is not...
Adds a parameter "initScript" to be used to inject a script into the page load before other scripts execute. [Page.evaluateOnNewDocument](https://pptr.dev/api/puppeteer.page.evaluateonnewdocument) See #567