Skip to content

A simple Chrome extension that hides UI elements in Confluence pages for distraction-free writing.

License

Notifications You must be signed in to change notification settings

yogi7y/zenfluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zenfluence

A simple Chrome extension that hides UI elements in Confluence pages for distraction-free writing.

Features

  • Hides specific UI elements in Confluence pages
  • Toggle visibility with keyboard shortcut: Ctrl+Shift+Z (Windows) or Cmd+Shift+Z (Mac)
  • Automatically handles dynamically loaded elements
  • Creates a clean, focused writing environment

Installation

  1. Clone this repository
  2. Open Chrome and go to chrome://extensions/
  3. Enable "Developer mode"
  4. Click "Load unpacked" and select the repository folder

Usage

  1. Navigate to any Confluence page
  2. Press Ctrl/Cmd+Shift+Z to toggle zen mode on/off
  3. Enjoy distraction-free writing and editing!

Customization

To hide additional UI elements:

  1. Open content.js
  2. Add your selectors to the elementsToHide array:
const elementsToHide = [
  '[data-testid="object-header-container"]',
  // Add your selectors here:
  '[data-testid="another-element"]',
  ".some-class",
  "#some-id",
];

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

About

A simple Chrome extension that hides UI elements in Confluence pages for distraction-free writing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published