Fix issue #81: Implement download bridge via meetings.html#82
Fix issue #81: Implement download bridge via meetings.html#82yurimoreno wants to merge 1 commit into
Conversation
… to support Brave and MV3 limitations
|
I managed to resolve issue #81 using AI tools on the IDE. I tested locally, and it works. Please review it carefully @vivek-nexus since it's made by an AI. 😅 |
|
@yurimoreno thanks for taking the time to contribute with this PR. Open PR #69 also implements nearly the same solution to solve download issues in FireFox. I am not ready to open the cross browser pandora's box yet, since it adds a lot of nuances and requires more rgiorous testing and maintenance . I might get to it in the future, but right now, I would avoid going ahead with this solution for two reasons:
To solve your issue, I would suggest the following options:
|
|
@yurimoreno Just published v3.3.1, which has an option to skip downloading text file if you are using a webhook. So with this, you could set up Google Docs integration and skip downloading text files all together. This might help you use the extension comfortably in other browsers. |
Closes #81. This PR implements a download bridge via meetings.html to handle Brave browser and MV3 limitations where data: downloads from service workers might ignore filenames or fail.