To fix a previous issue with the CSS selector for the better sponsors feature, the CSS selector was changed to highlight anything in the timestamp section of a post that does not have a number in it. The issue is that location tags also appear in the timestamp section and do not typically have a number.
It looks like to get around this issue, the code to detect the link href property needs to be added back again, as Facebook appears to be populating those links when the post is loaded, not when the user hovers the link like the sponsored label, which was previously the issue with the CSS code.
To fix a previous issue with the CSS selector for the better sponsors feature, the CSS selector was changed to highlight anything in the timestamp section of a post that does not have a number in it. The issue is that location tags also appear in the timestamp section and do not typically have a number.
It looks like to get around this issue, the code to detect the link href property needs to be added back again, as Facebook appears to be populating those links when the post is loaded, not when the user hovers the link like the sponsored label, which was previously the issue with the CSS code.