From 8ffaa9333b6acf6d6cbeee5bd7eaa0827c9108c2 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Wed, 11 Feb 2026 20:36:05 +0100 Subject: [PATCH] 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 --- .github/FUNDING.yml | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..a70a731 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: remorses diff --git a/README.md b/README.md index 167fd65..861e7ec 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,10 @@ Example: summarize CDP traffic counts by direction + method: 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 - If all pages return `about:blank`, restart Chrome (Chrome bug in `chrome.debugger` API)