-
Notifications
You must be signed in to change notification settings - Fork 2
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
my suggested changes to the profile #1
base: main
Are you sure you want to change the base?
Conversation
…e release files if they are unchanged
Thanks very much for the PR! Ack on most of the changes, but please move your changes to
Oh I see that's a new sqlite file, and it's |
Ideally, I would like to not have the sqlite file, but that is a little beyond my knowledge right now. I'll look into the overrides and see what I can to to clean this up a little. Any suggestions for the best way to add bookmarks outside of including the sqlite? |
When you have a hammer everything looks like a nail sometimes. My tool of choice would probably be to add it within a WebExtension, it would be small, understandable when distrubuted in plain-text, signed by Mozilla when distributed in binary, and if it's just adding bookmarks it's easy to guarantee it does not contain fingerprintable resources. It could have a separate WebExtension just for adding bookmarks, or I could add them to I2P in Private Browsing which provides the Firefox UI integrations in this configuration. It would also be possible to use the WebExtensions update mechanism as a way of updating the bookmarks without doing a point-release of the profile manager. Could be some neat benefits, but it's also a little more work and I've not considered other options very well yet. IIRC, there was a file called |
|
@AmyMoriyama I made something to help in case the WebExtension approach is what we land on, here's what I'm talking about: https://github.com/eyedeekay/Tassel https://eyedeekay.github.io/Tassel |
https://github.com/eyedeekay/I2P-Bookmarks If you want to provide me with a plaintext list of the bookmarks I'll add them here then incorporate the extension into the profile |
58d8116
to
8f5316d
Compare
Never done a pull request before, so, this could be wrong somehow, but this is my attempt at suggesting changes to the profile. Feel free to flip a table or edit or whatever lol