Browse Source

Move GitHub Custom Emojis to New Feature

master
柳东原 LIU Dongyuan 8 years ago
parent
commit
a274ec5de6
  1. 2
      README.md
  2. 14
      data.json

2
README.md

@ -11,6 +11,7 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
* [GitHub Canned Responses](https://github.com/notwaldorf/github-canned-responses) <a href="https://github.com/notwaldorf/github-canned-responses"><img alt="Supports Chrome" title="Chrome" src="icons/Chrome.png" width="16"><img alt="Supports Firefox" title="Firefox" src="icons/Firefox.png" width="16"></a> - Adds a little “canned response” button inside the comment editing view, that allows you to filter through existing canned responses and add them to the comment.
* [GitHub Awesome Autocomplete](https://github.com/algolia/github-awesome-autocomplete) <a href="https://github.com/algolia/github-awesome-autocomplete"><img alt="Supports Chrome" title="Chrome" src="icons/Chrome.png" width="16"><img alt="Supports Firefox" title="Firefox" src="icons/Firefox.png" width="16"><img alt="Supports Safari" title="Safari" src="icons/Safari.png" width="16"></a> - Add instant search capabilities to GitHub’s search bar. Auto-complete repos, users, and issues.
* [News Feed for GitHub](https://github.com/julmot/news-feed-for-github) <a href="https://github.com/julmot/news-feed-for-github"><img alt="Supports Chrome" title="Chrome" src="icons/Chrome.png" width="16"><img alt="Supports Firefox" title="Firefox" src="icons/Firefox.png" width="16"></a> - GitHub news feed notifications directly in the browser.
* [GitHub Custom Emojis](https://github.com/StylishThemes/GitHub-Custom-Emojis) <a href="https://github.com/StylishThemes/GitHub-Custom-Emojis"><img alt="Supports Userscript" title="Userscript" src="icons/Userscript.png" width="16"></a> - This userscript allows you to use and add custom emojis to GitHub.
## View Enhancement
@ -28,5 +29,4 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
* [GitHub.Expandinizr](https://github.com/thecodejunkie/github.expandinizr) <a href="https://github.com/thecodejunkie/github.expandinizr"><img alt="Supports Chrome" title="Chrome" src="icons/Chrome.png" width="16"></a> - Removes the truncating of file and directory names in the repository browser. Fully expands the website, with breakpoints at 1400px, 1600px and 1800px.
* [Avatars for GitHub](https://chrome.google.com/webstore/detail/avatars-for-github/pgjmdbklnfklcjfbonjfkdhaonlfogbb) <a href="https://chrome.google.com/webstore/detail/avatars-for-github/pgjmdbklnfklcjfbonjfkdhaonlfogbb"><img alt="Supports Chrome" title="Chrome" src="icons/Chrome.png" width="16"></a> - Displaying user avatars in github news feed page.
* [GitHub-Dark-Script](https://github.com/StylishThemes/GitHub-Dark-Script) <a href="https://github.com/StylishThemes/GitHub-Dark-Script"><img alt="Supports Userscript" title="Userscript" src="icons/Userscript.png" width="16"></a> - GitHub Dark in userscript form, with a settings panel.
* [GitHub Custom Emojis](https://github.com/StylishThemes/GitHub-Custom-Emojis) <a href="https://github.com/StylishThemes/GitHub-Custom-Emojis"><img alt="Supports Userscript" title="Userscript" src="icons/Userscript.png" width="16"></a> - GThis userscript allows you to use and add custom emojis to GitHub.

14
data.json

@ -50,6 +50,13 @@
"url": "https://github.com/julmot/news-feed-for-github",
"browsers": ["Chrome", "Firefox"],
"support_enterprise": false
},
{
"name": "GitHub Custom Emojis",
"description": "This userscript allows you to use and add custom emojis to GitHub.",
"url": "https://github.com/StylishThemes/GitHub-Custom-Emojis",
"browsers": ["Userscript"],
"support_enterprise": false
}
]
},
@ -137,13 +144,6 @@
"url": "https://github.com/StylishThemes/GitHub-Dark-Script",
"browsers": ["Userscript"],
"support_enterprise": false
},
{
"name": "GitHub Custom Emojis",
"description": "GThis userscript allows you to use and add custom emojis to GitHub.",
"url": "https://github.com/StylishThemes/GitHub-Custom-Emojis",
"browsers": ["Userscript"],
"support_enterprise": false
}
]
}

Loading…
Cancel
Save