Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exu3/bank-ops-plugin-safari
Hack Club Bank Operations extension for Safari.
https://github.com/exu3/bank-ops-plugin-safari
Last synced: 24 days ago
JSON representation
Hack Club Bank Operations extension for Safari.
- Host: GitHub
- URL: https://github.com/exu3/bank-ops-plugin-safari
- Owner: exu3
- Created: 2022-01-03T06:11:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T06:39:47.000Z (about 3 years ago)
- Last Synced: 2024-10-27T23:48:35.809Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 759 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hack Club Bank Operations Plugin (for Safari)
This a port of the original [hackclub/bank-ops-plugin](https://github.com/hackclub/bank-ops-plugin) Chrome extension which can be used in Safari on macOS or iOS. See the [hackclub/bank-ops-plugin](https://github.com/hackclub/bank-ops-plugin#readme) repository for a more comprehensive description of what this extension does.
## Run extension in Safari (macOS)
1. Clone this repository / open it in Xcode.
2. Configure Safari in macOS to run unsigned extensions.
- Choose Safari > Preferences > Advanced.
- Check the "Show Develop menu in menu bar" option.
- In the menu bar, choose Develop > Allow Unsigned Extensions.
3. In Xcode, select the macOS app in the Scheme menu next to the Run button at the top.
4. Click the Run button to build the app. You should see the HCB icon in the toolbar in Safari.
5. Enter the magic key.
6. Wahoo! It should work now.
## Set up in Safari (iOS)Not really possible (yet).