Skip to content

Commit

Permalink
Merge pull request #28 from htadashi/master
Browse files Browse the repository at this point in the history
Add link for RSS feed for paper
  • Loading branch information
j3soon authored Oct 8, 2023
2 parents 5ca3409 + b6ea5a0 commit b185ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ async function addCustomLinksAsync(id, articleInfo) {
<ul> \
<li><a href="https://ar5iv.labs.arxiv.org/html/${id}">ar5iv (HTML 5)</a></li> \
<li><a href="https://www.arxiv-vanity.com/papers/${id}">arXiv Vanity</a></li> \
<li><a href="https://export.arxiv.org/api/query/id_list/${id}">RSS feed</a></li> \
</ul>`;
elExtraRefCite.after(extraServicesDiv);
}
Expand Down
1 change: 1 addition & 0 deletions firefox/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ async function addCustomLinksAsync(id, articleInfo) {
<ul> \
<li><a href="https://ar5iv.labs.arxiv.org/html/${id}">ar5iv (HTML 5)</a></li> \
<li><a href="https://www.arxiv-vanity.com/papers/${id}">arXiv Vanity</a></li> \
<li><a href="https://export.arxiv.org/api/query/id_list/${id}">RSS feed</a></li> \
</ul>`;
elExtraRefCite.after(extraServicesDiv);
}
Expand Down

0 comments on commit b185ff8

Please sign in to comment.