Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggling userChrome.css or userContent.css options overwrites/deletes them without a warning #112

Open
CheesecakeCG opened this issue Jun 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@CheesecakeCG
Copy link

CheesecakeCG commented Jun 11, 2023

If you toggle those options and you had already had a userChrome.css or userContent.css file, you will loose it. The addon should probably only edit these files to add it's CSS rules, and make a backup before doing so. At the very least, there should be a warning that those options could result in data loss.

I'm using Pywalfox v2.0.11 and Firefox 113.0.2

@CheesecakeCG CheesecakeCG changed the title Disabling userChrome.css or userContent.css options deletes them without a warning Toggling userChrome.css or userContent.css options overwrites/deletes them without a warning Jun 11, 2023
@Frewacom Frewacom added the enhancement New feature or request label Jun 11, 2023
@brosasaki
Copy link

Adding on that this is a pretty important issue, I just lost my userChrome to this :( please have it so a backup is made at least. It would also be nice to have the added rules tacked on to the bottom of the file instead of replacing all of them. Or even just put a copy-paste field with a single import command to add the enhancements from their own file if that's possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants