Implementation of all the core features of the extension#11
Open
aashan10 wants to merge 12 commits intoaskbuddie:mainfrom
Open
Implementation of all the core features of the extension#11aashan10 wants to merge 12 commits intoaskbuddie:mainfrom
aashan10 wants to merge 12 commits intoaskbuddie:mainfrom
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
Author
Author
|
Added dark mode support for the extension with the base work being of #7 |
Author
|
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. |
Author
|
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). |
Author
|
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. |
Author
|
@ashiishme have a look at this if you have time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

