-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.html
51 lines (45 loc) · 1.81 KB
/
start.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="javascript">
function canSetCookie() {
if (window.document.cookie.indexOf('mozbar_cookie=') > -1) {
window.document.cookie = 'mozbar_cookie=;expires=Thu, 01 Jan 1970 00:00:01 GMT;';
return true;
}
return false;
}
if (window.parent) {
var message = canSetCookie() ? 'mozbar:3PCsupported' : 'mozbar:3PCunsupported';
window.parent.postMessage(message, '*');
}
</script>
<script charset="utf-8" src="chrome-extension://donbcfbmhbcapadipfkeojnmajbakjdc/dist/ruffle.js?id=56502971416"></script>
<script src="chrome-extension://mooikfkahbdckldjjndioackbalphokd/assets/prompt.js"></script></head>
<body data-new-gr-c-s-check-loaded="14.1135.0" data-gr-ext-installed="">
</body>
<grammarly-desktop-integration data-grammarly-shadow-root="true"><template shadowrootmode="open"><style>
div.grammarly-desktop-integration {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select:none;
user-select:none;
}
div.grammarly-desktop-integration:before {
content: attr(data-content);
}
</style>
<div aria-label="grammarly-integration" role="group" tabindex="-1" class="grammarly-desktop-integration" data-content="{"mode":"full","isActive":true,"isUserDisabled":false}">
</div>
</template>
</grammarly-desktop-integration>
</html>