Closed totti240282 closed 4 years ago
Can you show us a screenshot or something? Does it also happen if you disable the Tampermonkey script?
if I use the command from the console the result is encrypted with your script no
Which command do you execute from the console? Please be more clear, or better yet show a screenshot.
Example:
var searchCriteria = getAppMain().getRootViewController().getPresentedViewController().getCurrentViewController().getCurrentController()._viewmodel.searchCriteria;
searchCriteria.maxBid =10000000;
services.Item.clearTransferMarketCache();
services.Item.searchTransferMarket(searchCriteria, 1)
Well that's because services.Item.searchTransferMarket
returns an observable. You can take a look at how the FUT web app checks that observable itself.
However this isn't actually an issue but more help with coding, I'll have to refer to Gitter. These issues are meant for bugs or feature requests.
ok sorry, where can I post these question ?
I have a curiosity because using the services object of the webapp I get encrypted results?