-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathless-clutter.meta.js
19 lines (19 loc) · 963 Bytes
/
less-clutter.meta.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @id iitc-plugin-less-clutter@qnstie
// @name IITC plugin: less clutter in the display
// @category Tweaks
// @version 1.0.0.20180201
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL https://rawgit.com/pi-rho/mapstuff/master/less-clutter.meta.js
// @downloadURL https://rawgit.com/pi-rho/mapstuff/master/less-clutter.user.js
// @description Render markers as small circles with thin bezels, regardless of their level.
// @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==