Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of MuteTabsMatchingPattern

MuteTabsMatchingPattern by RheingoldRiver

Toggles mute of all tabs matching pattern

0 (0 reviews)0 (0 reviews)
5 Users5 Users
Download Firefox and get the extension
Download file

Extension Metadata

Screenshots
Settings page
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):
*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
Rated 0 by 0 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
0
4
0
3
0
2
0
1
0
No reviews yet
Permissions and dataLearn more

Required permissions:

  • Access browser tabs
More information
Version
1.0
Size
21.78 kB
Last updated
6 years ago (9 Mar 2020)
Related Categories
  • Other
Licence
GNU General Public Licence v2.0 only
Version History
  • See all versions
Add to collection
Report this add-on
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.