An open API service indexing awesome lists of open source software.

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.

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

![Screenshot](./docs/assets/arxiv-utils-screenshot-1.png)

![Screenshot](./docs/assets/arxiv-utils-screenshot-2.png)

## 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.
![Screenshot](./docs/assets/safari-screenshot-1.png)
8. Open Safari and enable the extension in the `Preferences` -> `Extensions` -> `Arxiv Utils`.
![Screenshot](./docs/assets/safari-screenshot-2.png)