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

https://github.com/imeiji/github-index-filter

filter your repo star/fork information in index page,过滤 Github 首页个人项目 star/fork 信息
https://github.com/imeiji/github-index-filter

github userscript

Last synced: 3 months ago
JSON representation

filter your repo star/fork information in index page,过滤 Github 首页个人项目 star/fork 信息

Awesome Lists containing this project

README

          

## Github index filter

Filter your repo star/fork information in GitHub index page

### Step 1: install a user script manager

To use user scripts you need to first install a user script manager. Which user script manager you can use depends on which browser you use.

- Chrome: [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) or [Violentmonkey](https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag)
- Firefox: [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/), [Tampermonkey](https://addons.mozilla.org/firefox/addon/tampermonkey/), or [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey/)
- Safari: [Tampermonkey](http://tampermonkey.net/?browser=safari)
- Microsoft Edge: [Tampermonkey](https://www.microsoft.com/store/p/tampermonkey/9nblggh5162s)

### Step 2: install user script

https://greasyfork.org/en/scripts/40284-github-index-filter

### Step 3: use the user script

enter your GitHub username in the script

```javascript
// enter your GitHub username
const yourGitHubUserName = "XXX";
```

------

## 过滤 GitHub 首页个人项目信息
过滤 Github 首页个人项目 star/fork 信息,由于首页 Browse Activity 显示过多个人 repo 信息,严重影响我刷 Github ,因此写了此脚本。

### 第一步:安装一个用户脚本管理器

要使用用户脚本,您首先需要安装一个用户脚本管理器。根据您使用的浏览器不同,可用的用户脚本管理器也有所不同。

- Chrome:[Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) 或 [Violent monkey](https://chrome.google.com/webstore/detail/violent-monkey/jinjaccalgkegednnccohejagnlnfdag)
- Firefox:[Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/)、[Tampermonkey](https://addons.mozilla.org/firefox/addon/tampermonkey/) 或 [Violentmonkey](https://addons.mozilla.org/firefox/addon/violentmonkey/)
- Safari:[Tampermonkey](http://tampermonkey.net/?browser=safari)
- Microsoft Edge:[Tampermonkey](https://www.microsoft.com/store/p/tampermonkey/9nblggh5162s)

### 第二步:安装用户脚本

https://greasyfork.org/zh-CN/scripts/40284-github-index-filter

### 第三步:使用用户脚本

在脚本内填写你的 GitHub 用户名

```javascript
// enter your GitHub username
const yourGitHubUserName = "XXX";
```

## Preview

| ![](https://greasyfork.org/system/screenshots/screenshots/000/010/531/original/before.png?1522860924) | ![](https://greasyfork.org/system/screenshots/screenshots/000/010/532/original/after.png?1522860924) |
| :----------------------------------------------------------: | :----------------------------------------------------------: |
| before | after |

## License

The MIT License