SeamlessAdapter.prototype.msgStopLoading = function () {
    return this.messageExtension({
      action: 'posting/contentScript/loading',
      state: false
    });