WritheM / ingress-scrapper

4 stars 1 forks source link

only extracting chat instances... #1

Closed pironic closed 11 years ago

pironic commented 11 years ago

look into iitc:line 2024

window.chat.handlePublic = function(data, textStatus, jqXHR) {

currently we are injecting our own code ... could use the hook: publicChatDataAvailable instead. would need to look into a factionChatDataAvailable hook....

pironic commented 11 years ago

no factionChatDataAvailable hook... maybe need to make one.

i'll just intercept them for now, as that'll keep an even playing ground for now.