exile-center / better-trading

QoL improvements for the official PathOfExile trading site.
35 stars 7 forks source link

Multi live searches #47

Open pboutin opened 4 years ago

pboutin commented 4 years ago

Find a way to harness multiple live-searches.

pboutin commented 4 years ago

I did some investigation and I could connect to the sockets, but I would not be able to render the results as native search results since the extension does not have access to the window.$app.

marconett commented 3 years ago

would be a cool feature. fyi, the following tampermonkey script found a way to do it: https://github.com/ghostscript3r/poe-trade-official-site-enhancer

pboutin commented 3 years ago

would be a cool feature. fyi, the following tampermonkey script found a way to do it: https://github.com/ghostscript3r/poe-trade-official-site-enhancer

Unfortunately the extension does not have access to window.$app. Userscripts are less secure and less strict than a chrome-published extension.