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
}