for all of the plugins moved to plugins/broken, add a dummy placeholder file

this contains the userscript header, but with @category Deleted, @description CURRENTLY UNAVAILABLE
this is so users wondering where a script has gone have some information
This commit is contained in:
Jon Atkins
2013-12-01 06:05:45 +00:00
parent 52d1869983
commit c4a9af9966
17 changed files with 253 additions and 0 deletions

View File

@ -0,0 +1,15 @@
// ==UserScript==
// @id iitc-plugin-highlight-portals-my-8-portals@vita10gy
// @name IITC plugin: highlight my level 8's on portals
// @category Deleted
// @version 0.1.0.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@
// @description PLUGIN CURRENTLY UNAVAILABLE
// @include https://www.ingress.com/intel*
// @include http://www.ingress.com/intel*
// @match https://www.ingress.com/intel*
// @match http://www.ingress.com/intel*
// @grant none
// ==/UserScript==