
MuteTabsMatchingPattern par RheingoldRiver
Toggles mute of all tabs matching pattern
5 utilisateurs·trices5 utilisateurs·trices
MĂ©tadonnĂ©es de lâextension
Captures dâĂ©cran

Ă propos de cette extension
Lets a user specify a pattern to match all currently-open tab titles against, and then mutes all tabs matching that pattern on button click or hotkey press (Ctrl+Shift+O).
Example patterns you might use (the asterisks are part of the pattern):
If you want this to be a system-global hotkey (Windows), you can use it in conjunction with this AutoHotKey script:
Repo: https://github.com/RheingoldRiver/MuteTabsMatchingPattern
Example patterns you might use (the asterisks are part of the pattern):
*YouTube*
*Twitch
If you want this to be a system-global hotkey (Windows), you can use it in conjunction with this AutoHotKey script:
SetTitleMatchMode 2
^!+x::
IfWinActive ahk_class MozillaWindowClass
{
Send, ^+O
return
}
IfWinNotExist ahk_class MozillaWindowClass
return
ControlSend,ahk_parent, ^+O
return
Repo: https://github.com/RheingoldRiver/MuteTabsMatchingPattern
Noté 0 par 1 personne
Autorisations et donnéesEn savoir plus
Autorisations nécessaires :
- Accéder aux onglets du navigateur
Plus dâinformations
- Version
- 1.0
- Taille
- 21,78Â Ko
- DerniĂšre mise Ă jour
- il y a 6 ans (9 mars 2020)
- Catégories associées
- Historique des versions
- Ajouter Ă la collection