Hide or show the Messenger chat list based on user interaction. Includes features for resizing and locking Chat list visibility.
These are all versions of this script. Show only the versions where the code changed.
chore: update script for WhatsApp website change
-- Signed-off-by: Kshitiz Sharma (imxitiz) [email protected]
refactor: createBlurEffect should run independent of active state
feat: add blur functionality
feat: immediate update after triple click, page refresh fix
initialize
changeActiveState
notificationBasedOnActiveState
feat: Add Different Behaviors for Left and Right Triple Clicks
Triple Right Click:
Triple Left Click:
Chat list visibility Locking feature added!
Resizable Feature Added: New version includes a resize handle for dynamic adjustment of the chat list width.Persistent Settings: User-defined width is saved using localStorage for future visits and sessionStorage tracks if resizing has occurred.