An open API service indexing awesome lists of open source software.

https://github.com/ArtBIT/xgroups

Allows adding x.com users to groups, storing in localStorage, and displaying group tags below avatar
https://github.com/ArtBIT/xgroups

greasemonkey greasemonkey-script tampermonkey tampermonkey-script tampermonkey-userscript

Last synced: about 1 year ago
JSON representation

Allows adding x.com users to groups, storing in localStorage, and displaying group tags below avatar

Awesome Lists containing this project

README

          

# XGroups
[![GitHub license](https://img.shields.io/github/license/ArtBIT/xgroups.svg)](https://github.com/ArtBIT/xgroups) [![GitHub stars](https://img.shields.io/github/stars/ArtBIT/xgroups.svg)](https://github.com/ArtBIT/xgroups) [![awesomeness](https://img.shields.io/badge/awesomeness-maximum-red.svg)](https://github.com/ArtBIT/xgroups)

XGroups is a [UserScript](https://www.tampermonkey.net/) script, that allows you to organize user to groups, and to show group indicators bellow the user avatars.

# Demo
https://github.com/user-attachments/assets/ab5491c8-f810-47cd-b062-916303fb09c3

# Installation
Install the UserScript extension for your browser:
- Chrome: [Install Link](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)
- Firefox: [Install Link](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/)
- Edge: [Install Link](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)

Then install the script from this repo.
[Link](https://github.com/artbit/xgroups/raw/master/dist/xgroups.userscript.js)

# Build manually
- Clone this repository
- run `npm install`
- run `npm run build`

# License

[MIT](LICENSE.md)