aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/googlecalendar/index.js
blob: fda5f872918cbe91f94e82a286ee156a7b718767 (plain) (blame)
1
2
3
4
5
6
module.exports = Franz =>
  class googlecalendar extends Franz {
    overrideUserAgent() {
      return "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36";
    }
  };