Looks like the Great Firewall or something like it is preventing you from completely loading www.skritter.com because it is hosted on Google App Engine, which is periodically blocked. Try instead our mirror:

legacy.skritter.cn

This might also be caused by an internet filter, such as SafeEyes. If you have such a filter installed, try adding appspot.com to the list of allowed domains.

Subscription Entity

Properties

  • expires
    false if this account is indefinitely free, otherwise a date
  • subscribed
    false if not currently on a subscription, otherwise one of 'skritter', 'gplay', 'paypal' or 'ios' indicating which service is processing payments
  • discount
    false if no discount is available for this account, otherwise an object with properties:
    • price: price string in USD
    • expires: date when the discount ends
  • vacation false if not on vacation, otherwise an object with properties:
    • start: date
    • end: date
    Set this value to false to end a vacation, or set vacation.end to a date to start a vacation.
    (mutable)
  • gplay_subscription false if not actively subscribed to Google Play, otherwise an object with all properties:
    • subscription: the id of the subscription, one of 'one.month.sub' or 'one.year.sub'
    • package: the id of the Google Play App purchased from, one of 'com.inkren.skritter.chinese' and 'com.inkren.skritter.japanese'
    • token: identifying this Google Play subscription instance
    (mutable)