14 Commits

Author SHA1 Message Date
fkloft
eba7d388a0 Enable IITC on mission permalink
Hint: to change a lot of scripts, execute this:

    sed -r '/\/\/ @match\s+http:\/\/www.ingress.com\/intel/r /tmp/includefile' -i~ *.user.js

`/tmp/includefile` should contain these lines: (no trailing newline!)

    // @include        https://www.ingress.com/mission/*
    // @include        http://www.ingress.com/mission/*
    // @match          https://www.ingress.com/mission/*
    // @match          http://www.ingress.com/mission/*
2015-04-13 17:28:30 +02:00
Jon Atkins
0bbf0d3dfc players-resonators plugin: permanant removal due to lack of data 2013-12-24 04:52:20 +00:00
Jon Atkins
70030998bf more plugins disabled, as they're going to be hard to fix with the recent changes
also fix missing category from players-resonators dummy deleted plugin
2013-12-01 18:37:14 +00:00
Jon Atkins
c4a9af9966 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
2013-12-01 06:05:45 +00:00
Jon Atkins
1de7819982 move a bunch of plugins into a 'broken' subfolder, for now
this is a quick way to remove them from test builds as they're unlikely to be practical to fix for 0.16.0 release
2013-11-30 06:06:29 +00:00
Jon Atkins
8b2814846a remove description part mentioning 'revenge' - not really something we should encourage. 2013-07-13 18:41:11 +01:00
Jon Atkins
7d75a928cf plugin wrapper code - convert to use build.py macros. this ensures it's identical in all plugins, so the mobile app can remove/modify it without issues. also makes it easy to change if required 2013-06-14 20:27:54 +01:00
Jon Atkins
84cb73d8e1 add @grant none to userscript headers - as recommended by greasemonkey 2013-05-20 03:12:19 +01:00
Riccardo Binetti
297005bb1e Added reso counter and reso details (BJT) 2013-05-09 03:05:59 +02:00
Riccardo Binetti
0b42c52dfd Added portal counter 2013-05-09 02:31:58 +02:00
Riccardo Binetti
8eb65c5764 Fixed wrong name if no reso found 2013-05-07 01:18:08 +02:00
Riccardo Binetti
e34fd27e9e Added focus link in the toolbox. Some renaming. Removed div to use sidebar style. 2013-05-07 01:05:19 +02:00
Riccardo Binetti
11f7c31ce7 Fixed version date time, updateurl, downloadurl and description 2013-05-06 01:58:23 +02:00
Riccardo Binetti
92261c16be Added player's resonators plugin 2013-05-06 01:46:44 +02:00