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 信息
- Host: GitHub
- URL: https://github.com/imeiji/github-index-filter
- Owner: iMeiji
- License: mit
- Created: 2018-04-04T16:58:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T14:08:10.000Z (over 7 years ago)
- Last Synced: 2025-01-13T11:25:18.909Z (about 1 year ago)
- Topics: github, userscript
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
|  |  |
| :----------------------------------------------------------: | :----------------------------------------------------------: |
| before | after |
## License
The MIT License