-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathewStats.meta.js
More file actions
15 lines (15 loc) · 851 Bytes
/
ewStats.meta.js
File metadata and controls
15 lines (15 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// ==UserScript==
// @name EyeWire Statistics
// @namespace http://tampermonkey.net/
// @version 2.6
// @description Shows daily, weekly and monthly statistics for EyeWire
// @author Krzysztof Kruk
// @match https://*.eyewire.org/
// @downloadURL https://raw.githubusercontent.com/ChrisRaven/EWStats/master/ewStats.user.js
// @updateURL https://raw.githubusercontent.com/ChrisRaven/EWStats/master/ewStats.meta.js
// @grant GM_getResourceText
// @require https://chrisraven.github.io/EWStats/jquery-jvectormap-2.0.3.min.js
// @require https://chrisraven.github.io/EWStats/jquery-jvectormap-world-mill.js
// @require https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.6.0/Chart.min.js
// @resource countries https://chrisraven.github.io/EWStats/countries.json
// ==/UserScript==