From cee9249bded7b231347888dee84b474a2b67820c Mon Sep 17 00:00:00 2001 From: Quinten0508 <55107945+Quinten0508@users.noreply.github.com> Date: Sat, 15 Feb 2025 23:58:25 +0100 Subject: [PATCH] add disclaimer for chromium browsers wrt cookie extraction --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0e7c634..d681533 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ I only wrote this npo-specific wrapper script. This repository and its contents are published for educational purposes only. +# Usage warning +The python package `browser_cookie3` doesn't seem to be functional out of the box on Chrome versions `>= 104.0.5112.102`, and I haven't been able to find an alternative. For now, if you use any chromium-based browser and get an error like `PermissionError: [Errno 13] Permission Denied , [follow the workaround here](https://github.com/borisbabic/browser_cookie3/issues/180#issuecomment-1587691954). + # Setup * `git clone https://gitea.quinten0508.com/quinten/npo` * `cd npo`