How to open the extension page on iOS? (So I can import a remote script) #654
-
The Userscripts extension on macOS has a link to “Open Extension Page”: However, when activating the extension on iOS, that link is absent: How do I open the script editor on iOS? At first, I wanted to access the extension page to import a remote script. Since I was unable to do that, I was able to add the script on macOS and sync it to iOS using iCloud. However, now I would like to edit that script on iOS, but I can't find a way to open the script in the editor. I understand this should be possible? (The README.md doesn't say it is not possible.) Another point of confusion: The README.md mentions “[…] open the containing app”. What is a containing app? I'm a software developer myself, and I'm not familiar with that nomenclature. Does it mean the Userscripts app itself (which exports the extension to the OS)? When I open the Userscripts app, this is what I see: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The iOS version does not include the script editor provided in the macOS version. But we did add a settings page similar to the macOS version in the latest beta version.
Yes, you understood correctly. It's called from Apple.
Visit any You can also save scripts directly to the Userscripts directory you set. Both of the above work equally well in the macOS version.
Anyway, you can edit script files in the folder you specify directly on iOS. (use any third-party code editor Apps) |
Beta Was this translation helpful? Give feedback.
-
Great explanation @ACTCD, thank you. Can we convert this discussion to an issue to update the documentation so others aren't as confused as I was? The specific points that need to be added are:
Thanks! Userscripts is a great piece of software, and I'm super happy to have discovered it! 🙏 |
Beta Was this translation helpful? Give feedback.
The iOS version does not include the script editor provided in the macOS version.
But we did add a settings page similar to the macOS version in the latest beta version.
Yes, you understood correctly. It's called from Apple.
Visit any
.user.js
URL in Safari, open the extensionpopup
and you will see an installation prompt.You can also save scripts directly to the Userscripts directory you set.
Both of the above work equally well in the macOS version.