https://github.com/banyudu/arxiv-utils
A Safari extension that adds a download emoji to PDF links on arxiv.org.
https://github.com/banyudu/arxiv-utils
arxiv arxiv-papers safari safari-extension utils
Last synced: 7 days ago
JSON representation
A Safari extension that adds a download emoji to PDF links on arxiv.org.
- Host: GitHub
- URL: https://github.com/banyudu/arxiv-utils
- Owner: banyudu
- License: apache-2.0
- Created: 2025-02-08T09:56:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T10:21:48.000Z (4 months ago)
- Last Synced: 2025-05-24T20:02:55.925Z (24 days ago)
- Topics: arxiv, arxiv-papers, safari, safari-extension, utils
- Language: JavaScript
- Homepage:
- Size: 911 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arxiv Utils for Safari
This is a Safari extension that adds a download emoji to PDF links on arxiv.org.
The filename of the downloaded PDF will be the id and title of the paper.
> e.g. `[2501.09166] Attention is All You Need Until You Need Retention.pdf`## Screenshots


## Installation
Since this extension is not available on the Safari Extensions Gallery(caused by the $99/year fee), you have to compile and install it manually.
1. Clone this repository.
2. Open the `arxiv-utils.xcodeproj` file with Xcode.
3. [Optional] Change the `Bundle Identifier` to your own.
4. [Optional] Change the `Signing & Capabilities` to your own.
5. Build the project.
6. Open the built `arxiv-utils.app` file.
7. Open Safari and allow unsigned extensions in the `Preferences` -> `Developr` menu.

8. Open Safari and enable the extension in the `Preferences` -> `Extensions` -> `Arxiv Utils`.
