-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 1.06 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>PoE-TradeMacro user count</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105687234-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
Tala Moana, Exile.<br><br>
TradeMacro visits this page to make sure that it can open pages via Internet Explorer which is being used as a fallback in some circumstances.
<br>
For example, using Internet Explorer via ComObjects is necessary to read your user-agent in case that you need cookies for a CloudFlare bypass.
<br><br>
You should see the IE instance/window visiting this page only once so that IE can ask you for permission.
<br>
If this IE window opens every time at script start for you please report it.
<span id="loaded">Loaded.</span>
</body>
</html>