riccardoFasan / stack-overflow-tweaks-tool

StackOverflowTweaksTool is an extension for chromium based browsers and Firefox made for developers. It enables some UI customizations on any StackOverflow question page.
MIT License
24 stars 1 forks source link

Firefox #1

Closed gumbarros closed 2 years ago

gumbarros commented 2 years ago

First things first, congratulations for the tool. I use it everyday. I caught a error. Firefox text is being copied HTML encoded. image

image Where is the firefox-branch so I can submit a PR with a fix?

gumbarros commented 2 years ago

@riccardoFasan

riccardoFasan commented 2 years ago

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.

gumbarros commented 2 years ago

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.

Thanks for the response 😁, when I have some spare time I will develop the fix.