This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Connect to Internet from thecloud.eu | |
# Save this script as 'FTSInternet' in Pythonista and add the | |
# bookmarklet below to Safari/iCab. The result is copied to the clipboard. | |
# Bookmarklet: | |
# javascript:window.location.href='pythonista://FTSInternet?action=run&argv='+encodeURIComponent(window.location.href); | |
import httplib | |
numArgs = len(sys.argv) |