Hey,
So what I want to do is to detect if website got installed Facebook Pixel code...
Since there are tons of 3th party services and tools for FB Pixel, after little research, I found that 95% of websites that got installed FB Pixel have this string 'Facebook Pixel' somewhere in code.
So, my question is if there is any way to detect if there is 'specific' text, line or something in code?
Or if there is better way to find out if site got installed Fb Pixel or does not.
And another question is...
There are some review websites that show ratings by visual (stars), at the same time in code, there is an attribute which defines what image will appear.
Here is the div:
<div class="lemon--div__373c0__1mboc i-stars__373c0__30xVZ i-stars--large-4__373c0__1iAQ9 border-color--default__373c0__2oFDT overflow--hidden__373c0__8Jq2I" aria-label="4 star rating" role="img">..image code...</div>
As you can see, aria-label attribute defines that.
Since I'm not a developer, could you tell me what type and selector I should write to get the result in aria-label.
In this case that would be 4 star rating.
Thank you.