Skip to content

A Tampermonkey script that protects your ears from sudden loud sounds on pages that contain only a media player. It automatically lowers the volume of such media elements

License

Notifications You must be signed in to change notification settings

rcrishabh/Loud-No-More

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Loud No More 🎧

GitHub release

Welcome to Loud No More, a Tampermonkey script designed to protect your ears from sudden loud sounds. If you've ever been startled by unexpected volume spikes while browsing media-heavy pages, this script is for you.

Table of Contents

Introduction

Loud No More aims to enhance your browsing experience by automatically lowering the volume of media players on websites that contain only audio or video elements. This script works seamlessly with Tampermonkey, Greasemonkey, and Violentmonkey, making it versatile for various users.

To get started, you can download the latest version of the script from the Releases section.

Features

  • Automatic Volume Control: Automatically lowers the volume of media players on specific pages.
  • Compatibility: Works with popular user script managers like Tampermonkey, Greasemonkey, and Violentmonkey.
  • User-Friendly: Simple installation and easy-to-use interface.
  • Customizable: Adjust volume settings as per your preferences.

Installation

To install Loud No More, follow these steps:

  1. Install a User Script Manager: If you haven't already, install a user script manager like Tampermonkey, Greasemonkey, or Violentmonkey.

  2. Download the Script: Visit the Releases section to download the latest version of the script.

  3. Add the Script to Your User Script Manager:

    • Open your user script manager.
    • Click on "Add a new script" or "Import".
    • Paste the downloaded script code into the editor.
    • Save the script.
  4. Enable the Script: Make sure the script is enabled in your user script manager.

Usage

Once installed, Loud No More will automatically monitor pages with media players. You don’t need to do anything special; just browse as you normally would. The script will take care of adjusting the volume for you.

Customization Options

You can customize the volume settings in the script's configuration section. Adjust the default volume level to suit your preferences.

How It Works

Loud No More works by detecting media elements on a webpage. When it finds a media player, it automatically adjusts the volume to a safer level.

  1. Detection: The script scans the page for audio and video elements.
  2. Adjustment: Once a media player is detected, it sets the volume to a predefined level.
  3. User Feedback: The script can display notifications to inform users of volume adjustments.

This approach ensures that you enjoy your media without sudden loud surprises.

Contributing

We welcome contributions to Loud No More! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.

How to Contribute

  1. Fork the Repository: Click on the "Fork" button at the top right corner of the repository page.
  2. Clone Your Fork: Use the command below to clone your fork to your local machine.
    git clone https://github.com/YOUR_USERNAME/Loud-No-More.git
  3. Create a New Branch: Create a new branch for your feature or fix.
    git checkout -b feature-name
  4. Make Your Changes: Edit the code as needed.
  5. Commit Your Changes: Commit your changes with a descriptive message.
    git commit -m "Add feature or fix"
  6. Push to Your Fork: Push your changes back to your fork.
    git push origin feature-name
  7. Create a Pull Request: Go to the original repository and click on "New Pull Request".

We appreciate your contributions!

License

Loud No More is licensed under the MIT License. See the LICENSE file for more details.

Support

If you encounter any issues or have questions, please check the Issues section for solutions or open a new issue.

For the latest updates and releases, visit the Releases section.


Thank you for using Loud No More! Enjoy your browsing experience without the fear of sudden loud sounds.

Packages

No packages published

Contributors 2

  •  
  •