Monitor part of page that doesn't load unless tab is in focus?

I’m trying to monitor this page (account needed) for new items: https://www.discogs.com/shop/mywants

They recently redesigned the site, and now the list of items doesn’t load unless you switch to the tab and view the page. If Distill opens the page in a background tab, it never loads the list of items. As soon as I toggle to the tab and it loads the page, then Distill works as normal on that tab. But the next time it loads a background tab, it’s stuck again.

Here’s the selection that I used to check if the top entry in the list has changed:

CSS Selector:

.items-center .w-full div:first-child [data-itemid] a.text-brand-textLink

Attribute: href

Enable Javascript - checked

Use page style - checked

Here’s the JSON code:

{
“ignoreEmptyText”: true,
“includeStyle”: true,
“dataAttr”: “text”,
“selections”: [
{
“frames”: [
{
“index”: 0,
“excludes”: [],
“includes”: [
{
“type”: “css”,
“expr”: “.items-center .w-full div:first-child [data-itemid] a.text-brand-textLink”,
“fields”: [
{
“type”: “attribute”,
“name”: “href”
}
]
}
]
}
],
“dynamic”: true,
“delay”: 10
}
],
“incognito”: false,
“regexp”: {
“expr”: “”,
“flags”: “gim”
},
“blockAdsAndCookies”: true
}

Hi @brian0918
In such cases, the best solution is to use the Desktop App. This doesn’t open a new tab for checks and you should not be facing any such issue.
You can download it from here:
https://distill.io/apps/web-monitor/

Regarding other options and info about Tab loading check out:
https://distill.io/docs/web-monitor/distill-chrome-extension/#how-to-prevent-pages-from-loading-in-a-tab