Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.69 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.69 KB

SimplyFocus

SimplyFocus is a browser extension designed to help you stay focused by blocking distracting websites. It allows you to easily manage a list of sites to block and toggle the blocking feature on and off with a single click.

Features

  • Maintain a customizable list of websites to block
  • Enable/disable blocking with a single click
  • Visual indicator (icon) to show when blocking is active
  • Simple and intuitive user interface

Installation

Firefox Link

Manual

  1. Clone this repository or download the source code.
  2. Open your browser's extension management page:
    • For Chrome: navigate to chrome://extensions
    • For Firefox: navigate to about:addons
  3. Enable "Developer mode" (usually a toggle in the top right corner).
  4. Click "Load unpacked" (Chrome) or "Load Temporary Add-on" (Firefox).
  5. Select the directory containing the extension files.

Usage

  1. Click on the SimplyFocus icon in your browser toolbar to open the popup.
  2. Enter the websites you want to block in the text area, one per line.
  3. Click "Update Site List" to save your changes.
  4. Click "Enable Blocking" to activate the blocking feature.
  5. To disable blocking, click "Disable Blocking" in the popup.

Contributing

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

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Acknowledgments