Skip to content

Commit

Permalink
Solve issue #35
Browse files Browse the repository at this point in the history
  • Loading branch information
htadashi authored Jan 5, 2024
1 parent 3c9e2ed commit f194b4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chrome/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ function addCustomLinksAsync(id) {
<h3>Extra Services</h3> \
<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: 0 additions & 1 deletion firefox/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ function addCustomLinksAsync(id) {
<h3>Extra Services</h3> \
<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 f194b4b

Please sign in to comment.