MuteTabsMatchingPattern by RheingoldRiver
Toggles mute of all tabs matching pattern
You'll need Firefox to use this extension
Extension Metadata
Screenshots
About this 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
Rate your experience
PermissionsLearn more
This add-on needs to:
- Access browser tabs
More information
- Version
- 1.0
- Size
- 21.78 KB
- Last updated
- 5 years ago (Mar 9, 2020)
- Related Categories
- License
- GNU General Public License v2.0 only
- Version History
Add to collection
More extensions by RheingoldRiver
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet
- There are no ratings yet