-
Notifications
You must be signed in to change notification settings - Fork 1
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 #19 from modos189/fix-del
Fixed a bug when deleting a custom plugin that overwrites a built-in plugin
- Loading branch information
Showing
7 changed files
with
139 additions
and
13 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
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
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// ==UserScript== | ||
// @author jonatkins | ||
// @name IITC plugin: Missions | ||
// @category Info | ||
// @version 0.3.0 | ||
// @description View missions. Marking progress on waypoints/missions basis. Showing mission paths on the map. | ||
// @id missions | ||
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | ||
// @updateURL https://iitc.app/build/release/plugins/missions.meta.js | ||
// @downloadURL https://iitc.app/build/release/plugins/missions.user.js | ||
// @match https://intel.ingress.com/* | ||
// @grant none | ||
// ==/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// ==UserScript== | ||
// @author jonatkins | ||
// @name IITC plugin: Missions | ||
// @category Info | ||
// @version 0.3.0 | ||
// @description View missions. Marking progress on waypoints/missions basis. Showing mission paths on the map. | ||
// @id missions | ||
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | ||
// @updateURL https://iitc.app/build/release/plugins/missions.meta.js | ||
// @downloadURL https://iitc.app/build/release/plugins/missions.user.js | ||
// @match https://intel.ingress.com/* | ||
// @grant none | ||
// ==/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
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