Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add native cookies support with drop-in existing code #24362
Comments
|
Checklist
Description
With recent issues regarding cookies support compliance issues with the wide variety of tools people are using, I thought it might be prudent to look into native cookies extraction. Hopefully fewer problems for users, and fewer support requests for devs that have more important things to do! To make it easier I looked for already completed code that should be able to drop-in supplement youtube and found browser-cookie3 which supports chrome and firefox on Linux, OSX, and Windows:
Thank you for your hard work and your consideration. I only hope that something like this can make everyone's life easier in the long run.