Description | Entity | Preview |
---|---|---|
A With Acute, Latin Capital Letter | Á | Á |
A With Acute, Latin Small Letter | á | á |
A With Breve, Latin Small Letter | ă | ă |
A With Caron, Latin Small Letter | ǎ | ǎ |
A With Circumflex, Latin Capital Letter | Â | Â |
A With Circumflex, Latin Small Letter | â | â |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Add Pagination For My Gists To Top | |
// @namespace gistGithubAddPaginationToTop4MyGists | |
// @include /^http:\/\/gist\.github\.com\/mine([?#].*)?$/i | |
// @include http://gist.github.com/mine* | |
// @match http://gist.github.com/mine* | |
// @datecreated 2010-03-21 | |
// @lastupdated 2010-03-21 | |
// @version 0.1 | |
// @author Erik Vergobbi Vold |