-
Notifications
You must be signed in to change notification settings - Fork 7
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
Loging every action #258
Comments
another extension that I have done some work on implements this by a global debug variable that if enabled will console.log() events would that be useful? or is this intended for integration with other scripts? |
The best solution to this is likely saving to And as you said @IsaacHatton, manipulating the existing DOM elements is unmaintainable without consistent selectors. |
Yep I agree with @dclstn here, if this is done in real time I'm sure another extension could be written to look at the localStorage and that one can deal with the UI changes if that's a particually desired feature. |
https://discord.com/channels/1217438562107002940/1217438562107002943/1248651789713014825 It has also been requested that messages content be logged |
Could we potentially implement a feature where every event in the Chrome extension is logged in local storage and displayed as notifications either in the content script or the extension popup?
For instance:
Notifications:
14 - 05 - 2024, 12:32 | User123 half swiped the chat
14 - 05 - 2024, 13:12 | User123 Opened the chat
14 - 05 - 2024, 15:46 | User123 typing...
... and so on.
The text was updated successfully, but these errors were encountered: