Skip to content
Snippets Groups Projects
README.md 998 B
Newer Older
  • Learn to ignore specific revisions
  • Daniel Müller's avatar
    Daniel Müller committed
    # BBB Volume Slider - Userscript
    ## What does it do?
    
    
    Daniel Müller's avatar
    Daniel Müller committed
    This userscript injects a simple volume slider into Big Blue Button sessions. The slider adjusts 
    the volume of all audio output created by Big Blue Button which helps with the problem of audio 
    beeing way too loud for some lecturers.
    
    Daniel Müller's avatar
    Daniel Müller committed
    
    
    Daniel Müller's avatar
    Daniel Müller committed
    ![Example1](docs/screenshot.png)
    
    Daniel Müller's avatar
    Daniel Müller committed
    
    ## How can I use it?
    
    This project is implemented as a userscript which means a userscript manager is needed to use it. The code was 
    tested with [Tampermonkey](https://www.tampermonkey.net) on firefox but should work on every browser with any 
    userscript plugin.
    
    
    ### Install and use with tampermonkey
    
    
    Daniel Müller's avatar
    Daniel Müller committed
    1. Install tampermonkey from [tampermonkey.net](https://www.tampermonkey.net)
    2. Install the userscript by clicking [volume slider userscript](https://code.fbi.h-da.de/istddmue2/bbb-volume-slider-userscript/-/raw/master/bbb-volume-slider.user.js). This should prompt the installation.
    
    Daniel Müller's avatar
    Daniel Müller committed
    3. __Make sure to always look at the code before installing userscripts__
    4. Profit