-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathanalyzer.html
184 lines (167 loc) · 5.95 KB
/
analyzer.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html>
<head>
<title>Marketplace Analyzer</title>
<meta property="og:site_name" content="MH Tools by tsitu">
<meta property="og:type" content="article">
<meta property="og:url" content="https://tsitu.github.io/MH-Tools/analyzer.html">
<meta property="og:title" content="Marketplace Analyzer">
<meta property="og:description" content="Displays all of your marketplace transactions along with some useful aggregations">
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/tsitu/MH-Tools@30fb31004ae976aaf29652c435629dcca926d169/lib/img/cheese.jpg">
<meta property="og:image:secure_url" content="https://cdn.jsdelivr.net/gh/tsitu/MH-Tools@30fb31004ae976aaf29652c435629dcca926d169/lib/img/cheese.jpg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script type="text/javascript" src="lib/js/js-cookie.js"></script>
<script type="text/javascript" src="lib/js/jquery.tablesorter.combined.min.js"></script>
<script type="text/javascript" src="lib/js/widget-pager.min.js"></script>
<script type="text/javascript" src="src/utils/bookmarklets.js"></script>
<script type="text/javascript" src="src/main/analyzer.js"></script>
<link rel="stylesheet" href="lib/css/style.css" type="text/css" media="print, projection, screen" />
<link rel="icon" type="image/x-icon" href="lib/img/favicon.ico">
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
font-family: Verdana;
font-size: 12px;
line-height: 18px;
}
h1 {
font-size: 24px;
padding-bottom: 10px;
}
.container {
margin: 0 auto;
padding: 20px;
position: absolute;
}
.header {
font-size: 11px;
width: 250px;
}
#main {
float: left;
width: 1000px;
}
#tableContainer {
clear: both;
padding-top: 2ex;
}
</style>
<!-- Google Analytics -->
<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-61581935-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div id="main">
<a href="index.html">
<- All Tools</a> <br>
<br>
<h1>Marketplace Analyzer</h1>
</div>
<div class="header">
<a href="https://github.com/tsitu/MH-Tools/blob/master/README.md#chart_with_upwards_trend-marketplace-analyzer"
target="_blank" rel="noopener">Instructions</a> |
<a id="bookmarkletloader" href="#">Auto-Loader</a> <span id="bookmarkletloaderCopy" style="cursor: pointer">📋</span> |
<a id="bookmarklet" href="#">Analyzer</a> <span id="bookmarkletCopy" style="cursor: pointer">📋</span>
</div>
<div id="tableContainer" style="display: none">
<br>
<h2>Marketplace Data
<button id="resetButton">Reset</button>
</h2>
<p>
<small>
<i>Hint:</i> Hold 'Shift' to sort multiple columns!</small>
</p>
<p>
<a href="#itemSummaryContainer">Item Summary</a>
</p>
<br>
<div class="dataPager">
<form>
<img src="lib/img/first.png" class="first" />
<img src="lib/img/prev.png" class="prev" />
<span class="pagedisplay"></span>
<img src="lib/img/next.png" class="next" />
<img src="lib/img/last.png" class="last" /> Page size:
<select class="pagesize">
<option value="5">5</option>
<option value="10">10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="500">500</option>
<option value="1000">1000</option>
<option value="all">All</option>
</select>
Jump to:
<select class="gotoPage"></select>
</form>
</div>
<table id="table" class="tablesorter">
<thead></thead>
<tbody></tbody>
</table>
</div>
<div id="itemSummaryContainer" style="display: none">
<br>
<h2>Item Summary</h2>
<p>
<a href="#overallSummaryContainer">Overall Summary</a>
</p>
<br>
<div class="itemPager">
<form>
<img src="lib/img/first.png" class="first" />
<img src="lib/img/prev.png" class="prev" />
<span class="pagedisplay"></span>
<img src="lib/img/next.png" class="next" />
<img src="lib/img/last.png" class="last" /> Page size:
<select class="pagesize">
<option value="5">5</option>
<option value="10">10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="500">500</option>
<option value="1000">1000</option>
<option value="all">All</option>
</select>
Jump to:
<select class="gotoPage"></select>
</form>
</div>
<table id="itemSummaryTable" class="tablesorter">
<thead></thead>
<tbody></tbody>
</table>
</div>
<div id="overallSummaryContainer" style="display: none">
<br>
<h2>Overall Summary</h2>
<p>
<a href="#top">Top</a>
</p>
<br>
<table id="overallSummaryTable" class="tablesorter">
<thead></thead>
<tbody></tbody>
</table>
</div>
</div>
</body>
</html>