How LinkedIn detects browser extensions
111–113 of 113 posts
Re: How LinkedIn detects browser extensions
#112Earlier quoted context omitted.
Imagine an extension modifying a page and adding an image. How would it allow the image to load if that wasn’t possible?
I was thinking if an image is injected, it'd be injected by a script loaded from the plugin thus trusted.
A script doesn’t really inject an image, it injects an image tag which contains a reference to the image. As the image gets loaded there is no check who created the tag.
Re: How LinkedIn detects browser extensions
#113Earlier quoted context omitted.
I think it's a cat and mouse game. The more that Linkedin publishes about their anti-spam techniques, the more information spammers have to try to evade those anti-spam techniques.
It can seem that way with server-side anti-scraping techniques with brute force detection and the like. But at some point you have to accept that playing the game on the client-side needs to stop escalating once you're making dozens of local extension resource requests in a user's browser. It makes me want to publish and maintain a legit scraper for LinkedIn that replicates human interaction. They'd DMCA the repo I'm…