yorkxin / copy-as-markdown

A browser extension to copy tabs and links as Markdown
MIT License
529 stars 81 forks source link

Permission needed to read and change data in Firefox 109.0 (64-bit) och MacOS #116

Closed panomitrius closed 1 year ago

panomitrius commented 1 year ago

Summary

I can't use the plugin on latest Firefox 109.0 (64-bit) on MacOS Ventura (M1)

Reproduction Steps

  1. Installing the plugin, granting basic permissions

Expected Behavior

Actual Behavior

Reproducible Environment

yorkxin commented 1 year ago

Thanks for contacting me. I am also using Firefox 109 on macOS 13.1 but I am able to use the plugin. Could you tell me which version of Copy as Markdown are you using, and what feature have you tried but not success? Thanks.

panomitrius commented 1 year ago

Oh, it seems to work now. Previously I used to select text, and then right click and select copy as markdown. But now that option isn't there. Just regular copying text seems to copy it as markdown though. And clicking on the md-addon-icon and chose, for example "Current tab link" works well too. Guess I was only confused about the GUI.

yorkxin commented 1 year ago

Thanks for the update. I am sometimes confused by the UI too. It seems that Firefox finally implemented a restriction to extension permissions that 'only allows it to read website data when clicking the icon'. I'll take a closer look to this issue and see if there is anything I can do to dismiss the warning.