kairi003 / Get-cookies.txt-LOCALLY

Get cookies.txt, NEVER send information outside.
MIT License
367 stars 32 forks source link

Fix: Improve Firefox compat in save/setClipboard #31

Closed kairi003 closed 1 year ago

kairi003 commented 1 year ago

Update the save function to use Blob and URL.createObjectURL for better compatibility with Firefox. Modify the setClipboard function to use navigator.clipboard.writeText for simplification and cross-browser support.

kairi003 commented 1 year ago

related #29

kairi003 commented 1 year ago

For Firefox compatibility,