Closed gumbarros closed 2 years ago
@riccardoFasan
Hi @gumbarros , sorry for being late, GitHub didn't send me any notification.
I'm very glad that the tool is useful and I'm even more glad you want to submit a PR 🤩.
I removed the Firefox branch and created a script that builds the extension automatically, applying the differences between Chromium-based browsers and Firefox.
Just run npm run build <target_browser>
to use it (target_browser can be firefox
or chromium
).
So you can start your PR directly from develop.
Hi @gumbarros , sorry for being late, GitHub didn't send me any notification.
I'm very glad that the tool is useful and I'm even more glad you want to submit a PR 🤩.
I removed the Firefox branch and created a script that builds the extension automatically, applying the differences between Chromium-based browsers and Firefox. Just run
npm run build <target_browser>
to use it (target_browser can befirefox
orchromium
).So you can start your PR directly from develop.
Thanks for the response 😁, when I have some spare time I will develop the fix.
First things first, congratulations for the tool. I use it everyday. I caught a error. Firefox text is being copied HTML encoded.
Where is the firefox-branch so I can submit a PR with a fix?