Hi!
Is there any way to just monitor the pinned tweet portion of twitter page?
Have this but it checks for all tweets:
{
"selections": [
{
"frames": [
{
"index": 0,
"excludes": [
{
"expr": "img",
"type": "css"
}
],
"includes": [
{
"expr": "[data-testid=\"tweet\"] [lang] span",
"type": "css"
}
]
}
],
"dynamic": true,
"delay": 10
}
],
"regexp": null,
"ignoreEmptyText": true,
"includeStyle": false,
"viewport": {},
"dataAttr": "text"
}
TIA!