XQuickBlock is a Chrome extension designed to add mute and block functionalities directly to the user elements on X. This extension automatically adds buttons to user name elements, allowing users to quickly mute or block other users. Without having to go through the menus and confirmation dialogs.
- Mute and Block Users: Adds mute and block buttons to user name elements.
- Batch Actions: Allows muting or blocking of all users in a given context at once with a control-click.
- Debounced Actions: Ensures efficient processing of user actions.
- Automatic Updates: Observes DOM changes to dynamically add buttons to new user elements.
-
Download from Chrome Web Store:
- Visit the Chrome Web Store page.
- Click "Add to Chrome" to install the extension.
-
Install from Source:
- Clone this repository:
git clone https://github.com/bezalel6/XQuickBlock.git
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" at the top right corner.
- Click "Load unpacked" and select the cloned directory.
- Clone this repository:
-
Activate the Extension:
- The extension will automatically add mute and block buttons to user elements when enabled.
-
Mute or Block a User:
- Click the mute or block button next to a user name element to perform the desired action.
- Hold
Ctrl
and click the button to apply the action to all visible users on the page.