--- title: Removing "Collaborator Spam" from Your GitHub Feed route: /github-collaborator-spam date: 2015-09-07 description: Devious GitHub users are adding prominent members as collaborators to their repositories in an attempt to gain exposure. Here's how to stop it. hidden: true --- I'm sick of seeing this garbage on GitHub.  Project owners shamelessly adding dozens upon dozens of famous open source developers, in an attempt to get a link to their project on as many GitHub feeds as possible (while [chalking it up to "username errors"](https://github.com/joni2back/angular-filemanager/issues/59)). To be honest, I don't really care what repositories my friends get added to - even if legitimately. The feature has never proven useful to me. **Here's how to get rid of it.** ## Using [AdBlock Plus](https://adblockplus.org/) We can remove the spammy elements from the page using a custom AdBlock filter. First, open up your extension settings (I'm using Chrome):  Then, click the "Add your own filters" tab, enter the following filter string, and click "Add Filter": ``` github.com##.alert.member_add ```  This filter is made up of three parts: - `github.com` - the domain on which to filter - `##` - a separator - `.alert.member_add` - the CSS selector, matching the various `