Conversation
…, and correct manifest structure
… flow - Prevented repeated loading of zero-shot and embedding models in transformers.js - Added performance timers and debug logs for model loading - Enabled optional `useFake` flag for offline embedding fallback - Ensured getEmbedding only loads once and is reused across pipeline - Improved background.js init: loads model first, then batches - Refactored StorageManager.js to handle batching with skipEmbedding option - Cleaned up duplicate history handling and CSV updates - Proper third-party and about:blank domain filtering - Models now load once and stay cached across batch operations
- Blocked subdomain-based tracking (e.g., tr.snapchat.com) - Improved logging and CSV protection - Ensured clean IndexedDB and historyData tracking only real user visits - Added analytics.js for tracking user interactions and will host exstension logic
* added prompts * Correct filename casing to resolve import issues on case-sensitive systems * fixed prompt function, took out refernece to nonexisting asset, moved fetch history to front end * putting info from background onto slides * got it to not repeat domains * all slide info in one file * rest of handler slides * fix time range, add in prompts, fix time spent and peak browsing time * Styling * more style * top sites now shows up, still shows up if less than 3 sites * added setting button, will add setting pg content later * more prompts to match background handlers ! changed function that grabs prompt --------- Co-authored-by: tshasan <[email protected]> Co-authored-by: divaldez7464 <[email protected]> Co-authored-by: katesawtell <[email protected]>
Fix/develop2
- Added JSDoc comments to various modules and functions for better clarity and maintainability. - Introduced new scripts in package.json for generating and serving documentation. - Updated background script to expose handler functions for easier debugging. - Refactored database initialization and storage functions to improve error handling and logging. - Enhanced concurrency handling in utility functions based on environment capabilities. - Updated configuration constants for better clarity and added new constants for ML engine configuration. - Improved the logic for counting co-occurrences and trends in browsing history. - Added new functions for fetching unique websites and visit counts per hour. - Cleaned up and organized handler exports for better module management.
Enhance documentation and improve code structure
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.
No description provided.