-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from Heistergand/Heistergand-patch-1
Version 2.5.1
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
// ==UserScript== | ||
// @name IITC plugin: Fan Fields 2 (beta) | ||
// @name IITC plugin: Fan Fields 2 | ||
// @id fanfields@heistergand | ||
// @author Heistergand | ||
// @category Layer | ||
// @version 2.5.1.20230812 | ||
// @version 2.5.1 | ||
// @description Calculate how to link the portals to create the largest tidy set of nested fields. Enable from the layer chooser. | ||
// @match https://intel.ingress.com/* | ||
// @include https://intel.ingress.com/* | ||
// @grant none | ||
// @downloadURL https://github.com/Heistergand/fanfields2/raw/beta/iitc_plugin_fanfields2.user.js | ||
// @updateURL https://github.com/Heistergand/fanfields2/raw/beta/iitc_plugin_fanfields2.meta.js | ||
// @icon https://raw.githubusercontent.com/Heistergand/fanfields2/beta/fanfields2-32.png | ||
// @icon64 https://raw.githubusercontent.com/Heistergand/fanfields2/beta/fanfields2-64.png | ||
// @downloadURL https://github.com/Heistergand/fanfields2/raw/master/iitc_plugin_fanfields2.user.js | ||
// @updateURL https://github.com/Heistergand/fanfields2/raw/master/iitc_plugin_fanfields2.meta.js | ||
// @icon https://raw.githubusercontent.com/Heistergand/fanfields2/master/fanfields2-32.png | ||
// @icon64 https://raw.githubusercontent.com/Heistergand/fanfields2/master/fanfields2-64.png | ||
// @supportURL https://github.com/Heistergand/fanfields2/issues | ||
// @namespace https://github.com/Heistergand/fanfields2 | ||
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters