Control de volumen con rueda / clic medio alterna silencio
Netflixにおいて、マウスホイールで音量を調整します。
中クリックでミュートの切り替えをし、ボリューム数値を見やすく表示します。
自分用にClaudeAIにより作成しているため、改造・修正・使用において、全て自己責任で行ってください。
音量の増減値を1%から変更したい場合は、volumeの値を0.01から変更して下さい。
ホイールによって下がる音量限界最小値を1%などにしたい方はご自分でClaudeなどで編集して下さい。
※自身も使っているので、自身が使っていて使えなくなったら更新すると思います。
その他にもコードを投稿しています。
█ Updated 2026-0414-07:30 v0.2
- video上でのみ、動作するように修正しました。
- We've updated it so that it only recognizes objects in videos.
┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
This script allows you to adjust the volume on Netflix using the mouse wheel.
Middle-clicking toggles mute and displays the volume level clearly.
Since I created this for my own use with ClaudeAI, please use, modify, or alter it entirely at your own risk.
If you want to change the volume increment/decrement from 1%, adjust the `volume` value from 0.01.
If you want to set the minimum volume level that can be reached by scrolling down to 1% or another value, please edit the script yourself using Claude or a similar tool.
*Since I use this myself, I will likely update it if it stops working for me.
I have also posted other code.