-
Notifications
You must be signed in to change notification settings - Fork 9
Implementation of all the core features of the extension #11
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
base: main
Are you sure you want to change the base?
Conversation
aashan10
commented
Feb 10, 2025
- communication channel between the facebook document and the extension application
- reactive storage so that everything can instantly update while also maiantaining persistance between sessions
- settings UI
- reactive storage of settings and posts - mechanism for communication between page and extension
Added dark mode support for the extension with the base work being of #7 |
Thanks to @subigya-js. I have added your commits regarding the dark mode works into this pull request and made the necessary adjustments for it to work. |
Introduced strategies for parsing the content from dom element. This configurations allows each field to be parsed differently (for example author might be parsed using css query selectors whereas timestamp might be parsed using regular expressions). |
PS: If anyone has seen the "🚀 boost #boost" comment in fb, that is from the extension. Got me a rate limit in commenting posts, but at least we know that it works. |
@ashiishme have a look at this if you have time. |