perceptron8 / pinky.ext

Web Extension making The Settlers Online collectibles easy to find!
25 stars 19 forks source link

End of flash -> slim #71

Closed majkimajki closed 3 years ago

majkimajki commented 4 years ago

Any idea if it is possible to add pinky to the slim browser?

perceptron8 commented 4 years ago

I don't think it is or will be possible. There's no support for webRequest API. There's also no support for declarativeNetRequest API, which could be used as a fallback.

See https://docs.nwjs.io/en/latest/References/Chrome%20Extension%20APIs/ if you like.

criss20ster commented 3 years ago

Hi. I have a question. How now you can operate this overlay to find collectibles in the game

perceptron8 commented 3 years ago

@criss20ster Hi. You can't. Pinky requires web extensions (webRequest API in particular) to be available to use in the client.

perceptron8 commented 3 years ago

It's very likely that Unity version will soon be supported. See #74.