Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create show-portals-i-own.user.js #1014

Closed
wants to merge 1 commit into from

Conversation

lliu5374
Copy link

Plugin that adds a layer type control to list out my portals cumulatively and highlight them. Click to zoom to the portal.
The list is persistent, unless the IITC plugins are reloaded
Can switch to search with other agent ID

Plugin that adds a layer type control to list out my portals cumulatively and highlight them. Click to zoom to the portal.
The list is persistent, unless the IITC plugins are reloaded
Can switch to search with other agent ID
selectPortal(window.portals[id] ? id : null);

if (id && !portalDetail.isFresh(id)) {
portalDetail.request(id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bulk requests of portal details are highly likely to lead to player bans - not acceptable for IITC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants