Gmail does an XHR to a URL like clients6.google.com/drive/.
This request responds with a base64 encoded version of the Google Drive file.
Gmail does an XHR to a URL like clients6.google.com/drive/.
This request responds with a base64 encoded version of the Google Drive file.
toei-anim.co.jp has the following bug:
```
l = s.sort( (e, s) => {
let r = "news" == e.type ? Date.parse(e.newsInfoDetail.date) : e.published
, l = "news" == s.type ? Date.parse(e.newsInfoDetail.date) : s.published;
return l - r
}
```
toei-anim.co.jp has the following bug:
```
l = s.sort( (e, s) => {
let r = "news" == e.type ? Date.parse(e.newsInfoDetail.date) : e.published
, l = "news" == s.type ? Date.parse(e.newsInfoDetail.date) : s.published;
return l - r
}
```