#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.
| { | |
| name = "Threaded"; | |
| rootViewer = | |
| { | |
| viewerType = "MmSplitView"; | |
| orientation = "horizontal"; | |
| children = | |
| ( | |
| { | |
| viewerType = "MmBoxView"; |
| #!/usr/bin/env python | |
| """hover.py: Provides dynamic DNS functionality for Hover.com using their unofficial API. | |
| This script is based off one by Dan Krause: https://gist.github.com/dankrause/5585907""" | |
| __author__ = "Andrew Barilla" | |
| __credits__ = ["Andrew Barilla", "Dan Krause"] | |
| __license__ = "GPL" | |
| __version__ = "1.0" | |
| __maintainer__ = "Andrew Barilla" |
#Stay Standalone
A short script to prevent internal links to a "webapp" added to iPhone home screen to open in Safari instead of navigating internally.