Script evaluation not possible in MV3

I used to be able to extract Phone without issue. recently I am getting this
"Script evaluation not possible in MV3"
Screenshot below when i press Data preview

How can I go about this?

Please post your sitemap within the Preformatted text brackets.

{"_id":"pet_ext","startUrl":["https://www.mudah.my/-97777126.htm"],"selectors":[{"id":"Name","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.mw177","type":"SelectorText"},{"id":"Phone","multiple":false,"parentSelectors":["_root"],"selector":"button[gravity-conversion-tel]","type":"SelectorPopupLink"},{"id":"Location","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.mw217","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.mw173","type":"SelectorText"}]}

You have to run the above in mobile phone mode (i used user agent - iphone) to see the selector button[gravity-conversion-tel]

Hi, it looks like you are using an outdated version of the extension. Try to update the webscraper extension. Then you can try this sitemap

{"_id":"pet_ext","startUrl":["https://www.mudah.my/-97777126.htm"],"selectors":[{"id":"Name","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Phone","multiple":false,"parentSelectors":["_root"],"regex":"(?<=phone\":\")[^\"]+","selector":"script[type=\"application/json\"]:contains('phone')","type":"SelectorText"},{"id":"Location","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div.sc-hzDkRC","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"div[itemprop='offers']","type":"SelectorText"}]}

it worked. thanks so much!