Dave Ingram
32e455f4e8
Update all URLs to match *.ingress.com (fixes failure to load)
2016-10-02 11:17:03 -07:00
Jon Atkins
5a5a5a21fb
show-linked-portals: prevent multiple instances of the click handler being installed onto the #portaldetails div
...
fixes multiple bookmark stars, amongst other things
2015-07-26 08:10:55 +01:00
fkloft
77e55cba99
[show-linked-portals] fix for recent intel changes
2015-07-09 18:04:37 +02:00
fkloft
d881a5a6a9
[show-linked-portal] use portal details for preview if cached
2015-04-14 03:22:14 +02:00
fkloft
4853542265
[show-linked-portals] use abbreviated length in box
2015-04-14 03:14:10 +02:00
fkloft
99a4fc412a
[show-linked-portals] Also show link length in box along with "portal out of range"
2015-04-14 03:01:58 +02:00
fkloft
6b2fd44129
[show-linked-portals] show link length in tooltip
2015-04-14 02:50:48 +02:00
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
fkloft
d53c31c2dd
[show-linked-portals] different border styles for incoming and outgoign links
2015-02-21 22:38:37 +01:00
fkloft
f6273d5644
[show-linked-portals] highlight portal and link
2015-02-21 22:38:37 +01:00
fkloft
2e1a5fd1ae
[show-linked-portals] show preview on hover
2015-02-15 19:43:18 +01:00
fkloft
c58438e4c4
[show-linked-portals] mostly rewritten
2015-02-15 19:29:35 +01:00
fkloft
bcc3b52e5c
[show-linked-portals] cleanup
...
(formatting, remove useless function, remove handler replacement that doesn't exist any more)
2015-02-15 12:21:05 +01:00
Jon Atkins
5bb46a8acb
fix show-linked-portals plugin
2014-05-24 03:32:56 +01:00
Jon Atkins
b595af30ad
more work on fixing things for the 2014-05-23 changes
...
it's a big job - much is still broken
2014-05-23 23:50:37 +01:00
Jon Atkins
86327fa578
niantic removed controllingTeam from the portal details - we have to use the team from the summary data
2014-05-17 00:27:15 +01:00
Mike Castle
511a02f9a1
Introduce some consistency in grammar and punctuation into @description.
2013-12-03 23:51:54 -08:00
Mike Castle
1732f11f03
Fix typos in actual code. A CSS class name, and a variable name.
2013-12-03 21:59:21 -08:00
Mike Castle
135318022a
Fix bad merge from upstream (git novice in action).
2013-12-02 02:25:08 -08:00
Mike Castle
4d8054c0d4
Merge branch 'to-push' of github.com:nexushoratio/ingress-intel-total-conversion into to-push
...
Conflicts:
plugins/portal-defense.user.js
plugins/show-linked-portals.user.js
2013-12-02 02:18:03 -08:00
Jon Atkins
a77a31ac07
moved favorite-portals and ipas-link to broken plugin folder - created dummy deleted files
...
fix show-linked-portals
fix portal-highlighter-portals-my-level
changed hook on portal detail display to only run when the details are loaded - fixes a few plugins
2013-12-01 19:07:16 +00:00
Mike Castle
7a07f622de
Fix a variety of typos.
2013-11-26 23:55:08 -08:00
fkloft
0a3984843b
Fix show-linked-portals - portal level wasn't centered since 767275f
2013-10-21 23:24:29 +02:00
Jon Atkins
623b8e7587
add link direction info to tooltop on portal
...
some tweaks/fixes to the formatting
2013-09-17 16:52:42 +01:00
Jon Atkins
81d0cb0ed8
create function to get portal image URL from details - and perform any necessary default URL replacement and https conversion
2013-08-27 18:16:02 +01:00
Jon Atkins
92433c5d4b
merge patch from #491 , that updates things to getThinnedEntitiesV4
...
also a couple of plugins that were missed
2013-08-16 17:36:17 +01:00
Jon Atkins
c151a53285
bump plugin version numbers for thise that needed getThinnedEntntiesV3 changes
2013-08-14 02:12:47 +01:00
Jon Atkins
3ea40952ce
niantic are tweaking the web protocol. so far, seen getThinnedEntitiesV2 renamed to V3 - but no changes in request/response format?!
2013-08-13 21:11:32 +01:00
Jon Atkins
c3576d566b
linkedEdges data for portals remains in some cases (when they decay?), so don't process the link data in this case
2013-07-20 20:27:24 +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
c2eedbfefa
more plugin category tweaks
2013-06-10 04:46:04 +01:00
Jon Atkins
e3d8611f09
some plugin category additions/changes
2013-06-08 19:19:08 +01:00
Philipp Schaefer
85b7715c5d
better check for plugins wrapper removal
2013-05-27 15:29:13 +02:00
Jon Atkins
84cb73d8e1
add @grant none to userscript headers - as recommended by greasemonkey
2013-05-20 03:12:19 +01:00
Kevin
032f70eb6f
Show linked portals quote bugfix
2013-04-15 02:03:42 -07:00
Jon Atkins
326df3af26
add a close button to the portal detail display - some people like to be able to hide it
...
show linked portals updated - the positioning needed changing
2013-04-14 01:23:35 +01:00
Jon Atkins
a079456fd5
partial fix #52 - show-linked-portals not working for >8 links - it now supports up to 16 links
2013-03-30 18:18:42 +00:00
Xelio
c60cf76639
Plugin Show Linked Portals: Use default portal image if linked portal has no image
2013-03-26 04:02:34 +08:00
Xelio
7e647228ce
Plugin Show Linked Portals: Fix uncaught error of undefined "imageUrl"
2013-03-26 03:54:11 +08:00
fstopienski
84ad940176
new plugin to display linked portals (image, title and address) in selected portal detail view
...
- via mouse click on the linked portal jumps to the portal
2013-03-22 22:59:15 +01:00