()
| 4 | console.log(ICLOUD_MAIL_PREFIX, 'Content script loaded on', location.href, 'frame:', isTopFrame ? 'top' : 'child'); |
| 5 | |
| 6 | function isMailApplicationFrame() { |
| 7 | if (/\/applications\/mail2\//.test(location.pathname)) { |
| 8 | return true; |
| 9 | } |
| 10 | return Boolean(document.querySelector('.content-container, .mail-message-defaults, .thread-participants')); |
| 11 | } |
| 12 | |
| 13 | if (isTopFrame) { |
| 14 | console.log(ICLOUD_MAIL_PREFIX, 'Top frame detected; waiting for mail iframe.'); |