Add GitHub Sponsors funding option

- Create .github/FUNDING.yml to enable Sponsor button in repo sidebar
- Add Support section to README with sponsor link

Closes #46
This commit is contained in:
Tommy D. Rossi
2026-02-11 20:36:05 +01:00
parent 674e7c73ad
commit 8ffaa9333b
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
github: remorses
+4
View File
@@ -255,6 +255,10 @@ Example: summarize CDP traffic counts by direction + method:
jq -r '.direction + "\t" + (.message.method // "response")' ~/.playwriter/cdp.jsonl | uniq -c jq -r '.direction + "\t" + (.message.method // "response")' ~/.playwriter/cdp.jsonl | uniq -c
``` ```
## Support
If Playwriter is useful to you, consider [sponsoring the project](https://github.com/sponsors/remorses).
## Known Issues ## Known Issues
- If all pages return `about:blank`, restart Chrome (Chrome bug in `chrome.debugger` API) - If all pages return `about:blank`, restart Chrome (Chrome bug in `chrome.debugger` API)