Skip to content

Commit e5565da

Browse files
chore: autopublish 2026-05-23T20:21:48Z
1 parent d15e366 commit e5565da

4 files changed

Lines changed: 1432 additions & 129 deletions

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A collection of amazing plugins made by community.
44

5-
There are now 128 plugins from 42 authors in the collection.
5+
There are now 129 plugins from 42 authors in the collection.
66

77
> Note: You must install IITC-CE on your [desktop](https://iitc.app/download_desktop)
88
or [mobile device](https://iitc.app/download_mobile) to use IITC plugins.
@@ -868,6 +868,20 @@ View a Glympse tag directly on the Intel map.
868868

869869

870870

871+
### [Herringbone Planner](https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Tarsi210/herringbone-planner.user.js) by Tarsi210
872+
873+
874+
875+
876+
877+
Finds and draws an optimal visible-portal spine for herringbone multilayer planning, with CSV export.
878+
879+
*[Homepage](https://github.com/Tarsi210/iitc-herringbone-planner)* |
880+
*[Issue tracker](https://github.com/Tarsi210/iitc-herringbone-planner/issues)* |
881+
*Version:* 0.4.4
882+
883+
884+
871885
### [imageOverlay](https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/DanielOnDiordna/imageOverlay.user.js) by DanielOnDiordna
872886

873887

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// ==UserScript==
2+
// @author Tarsi210
3+
// @id herringbone-planner@Tarsi210
4+
// @name Herringbone Planner
5+
// @category Layer
6+
// @version 0.4.4
7+
// @description Finds and draws an optimal visible-portal spine for herringbone multilayer planning, with CSV export.
8+
// @downloadURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Tarsi210/herringbone-planner.user.js
9+
// @updateURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Tarsi210/herringbone-planner.meta.js
10+
// @homepageURL https://github.com/Tarsi210/iitc-herringbone-planner
11+
// @issueTracker https://github.com/Tarsi210/iitc-herringbone-planner/issues
12+
// @include http://intel.ingress.com/*
13+
// @include https://intel.ingress.com/*
14+
// @include http://intel-x.ingress.com/*
15+
// @include https://intel-x.ingress.com/*
16+
// @include http://www.ingress.com/intel*
17+
// @include https://www.ingress.com/intel*
18+
// @match http://intel.ingress.com/*
19+
// @match https://intel.ingress.com/*
20+
// @match http://intel-x.ingress.com/*
21+
// @match https://intel-x.ingress.com/*
22+
// @match http://www.ingress.com/intel*
23+
// @match https://www.ingress.com/intel*
24+
// @grant unsafeWindow
25+
// ==/UserScript==

0 commit comments

Comments
 (0)