forked from Hurqalia/weather_map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
weather.meta.js
20 lines (20 loc) · 995 Bytes
/
weather.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// ==UserScript==
// @id iitc-plugin-weather
// @name IITC plugin: Weather Map
// @category Layer
// @version 0.1.8.20160726.001
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL https://github.com/Hurqalia/weather_map/raw/master/weather.meta.js
// @downloadURL https://github.com/Hurqalia/weather_map/raw/master/weather.user.js
// @installURL https://github.com/Hurqalia/weather_map/raw/master/weather.user.js
// @description [hurqalia22-2016-07-26-001] Weather Map
// @include https://*.ingress.com/intel*
// @include http://*.ingress.com/intel*
// @match https://*.ingress.com/intel*
// @match http://*.ingress.com/intel*
// @include https://*.ingress.com/mission/*
// @include http://*.ingress.com/mission/*
// @match https://*.ingress.com/mission/*
// @match http://*.ingress.com/mission/*
// @grant none
// ==/UserScript==