Skip to content

ranmerc/whatsapp-contact-panel-hider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Contacts Panel Hider

Small hack of a extension to hide/collapse contact list panel on WhatsApp Web.

Avaiable for Firefox

Not published for Chrome but it works over there too.

Usage

Hiding Contacts Panel

This extension adds a new button to the UI which you can click to hide the contact panel.

Before clicking hide button

After clicking hide button

You can press the button again to unhide the side panel.

Collapsing Left Panel

You can also collapse the whole left panel by hovering over and clicking on the button present on the right middle of left panel. The button will not be visible without hover.

Before clicking collapse button

After clicking collapse button

You can press the button again to expand the left panel.

Development

  1. Install web-ext
  npm install --global web-ext
  1. Build the extension
  web-ext build --ignore-files "./images" "README.md" -n whatsapp_contacts_panel_hider-${version}.zip

This will create a deployable zip file in web-ext-artifacts directory. You can install this zip file in Firefox manually.

All previous versions available in web-ext-artifacts directory.

References

Releases

No releases published

Packages

No packages published