|
1 |
| -### Welcome to this project, you will need two main steps to make the extension work: |
| 1 | +### Welcome, follow these two main steps to get the extension up and running: |
2 | 2 |
|
3 |
| -- **Open the App and set a directory** |
| 3 | +- **Open the app and set a directory** |
4 | 4 |
|
5 |
| - - This directory is used to saving and loading your userscripts. |
6 |
| - - A default local directory is already set when you first launch the App. |
| 5 | + - When you first launch the app, a local directory will be set by default. |
| 6 | + - If needed, you can select a new directory to suit your preferences. |
| 7 | + - This directory is used for saving and loading your user scripts. |
7 | 8 | - Click the current directory to jump to the default directory or the one you set.
|
8 | 9 |
|
9 | 10 | - **Enable the extension in Safari**
|
10 | 11 |
|
11 |
| - - Manage extensions from Settings App (Settings > Safari > Extensions) or Safari App (`AA` button on iPhone, `extension-icon` on iPad, also where you open the extension's `popup` interface) |
12 |
| - - For optimal experience it's recommended that you "Always Allow" Userscripts for "All Websites", but you could also allow only the sites you want, but please don't forget your settings when your script doesn't work. |
| 12 | + - Manage extensions from the Settings App (Settings > Safari > Extensions) or Safari App (`AA` button on iPhone, `extension-icon` on iPad, the same location where you open the extension's `popup` interface) |
| 13 | + - For an optimal experience it's recommended that you "Always Allow" Userscripts for "All Websites", but you could also allow only the sites you want, but please don't forget your settings if your script doesn't work. |
13 | 14 |
|
14 |
| -### So, how do you install a userscript? |
| 15 | +### How to you install a user script |
15 | 16 |
|
16 |
| -- Visit any `.user.js` URL in Safari, then open the extension popup and you will see an installation prompt, or it will pop up automatically if you have enhanced prompts turned on |
17 |
| -- You can also save `.user.js` files directly to the Userscripts directory you set above, the script file must contain valid metadata block to match the page and be displayed in the extension popup |
| 17 | +- Visit any `.user.js` URL in Safari, then open the extension popup and you will see an installation prompt, or it will pop up automatically if you have enhanced prompts turned on. |
| 18 | +- You can also save `.user.js` files directly to the Userscripts directory. The script file must contain a valid metadata block to match the page and be displayed in the extension popup, |
18 | 19 |
|
19 | 20 | ### That’s it, start improving your quality of life now!
|
20 | 21 |
|
|
0 commit comments