🚀 Incredible tutorial! I've been exploring various methods to manage browser fingerprinting, and your explanation in this video is by far one of the most straightforward and effective ones I've come across. The step-by-step guidance is super clear, and the specific code examples are invaluable, especially for those of us who might be newer to using Puppeteer or handling fingerprint detection in general.
Is it better to use puppeteer extra stealth plugin or this plugin or how do we combine it with extra stealth plugin or is it not necessary to use stealth plugin then?
This plugin offers advanced fingerprint altering for better anonymity, while 'puppeteer-extra-plugin-stealth' provides broader evasion techniques. They can be used separately or together for enhanced stealth, depending on the website's detection methods.
Forgot to mention: Currently, this plugin is designed to work with the default Puppeteer library. Compatibility with 'puppeteer-extra-plugin-stealth' or other wrappers isn't guaranteed and might lead to issues.
User Agent is only one of the properties for a fingerprint, just changing won’t create a completely new fingerprint, you can still get recognized by your ip for example.
Currently, this plugin is designed to work with the default Puppeteer library. Compatibility with 'puppeteer-extra-plugin-stealth' or other wrappers isn't guaranteed and might lead to issues.
Hi. Not a bot. You did a great job with the tutorial and I personally find this to be a good niche (within puppeteer) to grow your channel. Constructive Critism: However, me having adhd..... I had an aneurysm with how slow you talked and how boring it was. But you'll get the hang of it and you got my sub. Advice: Take a look at fireships videos with a grain of salt for engagement ideas and etc...
Thanks for subscribing! I intentionally slow my speech to assist non-native English speakers and others in keeping up with the coding process. Feedback from previous videos highlighted that my quick pace was challenging for viewers. I understand though your suggestion about boosting engagement in my videos. I appreciate your feedback a lot!
Whats the difference in between this video and the other you did: Nodejs Puppeteer Tutorial #7 - Bypass Detection using plugins, settings & proxies ???
🚀 Incredible tutorial! I've been exploring various methods to manage browser fingerprinting, and your explanation in this video is by far one of the most straightforward and effective ones I've come across. The step-by-step guidance is super clear, and the specific code examples are invaluable, especially for those of us who might be newer to using Puppeteer or handling fingerprint detection in general.
Awesome 😎
Need more Puppeteer tutorials 😀
Thank you so much! How can I bypass cloudflare? Please add more puppeteer expert videos.
You got it, will do a video on that soon 👍
This plugin looks to be for Windows only. Is there a Mac solution that allows for randomized fingerprinting generation?
Do you have any idea how to do that using selenium-fingerprint-defender ?
What is that, can't find that package? Can you share link?
Wow u update thanks
Also how to implement all the features in one project meaning implementing solving recapchas, fingerprint, proxy etc
Good idea, might make a video on combining everything soon
Is it better to use puppeteer extra stealth plugin or this plugin or how do we combine it with extra stealth plugin or is it not necessary to use stealth plugin then?
This plugin offers advanced fingerprint altering for better anonymity, while 'puppeteer-extra-plugin-stealth' provides broader evasion techniques. They can be used separately or together for enhanced stealth, depending on the website's detection methods.
Forgot to mention:
Currently, this plugin is designed to work with the default Puppeteer library. Compatibility with 'puppeteer-extra-plugin-stealth' or other wrappers isn't guaranteed and might lead to issues.
Also is there a way to do IP rotation with puppetier without using bright data ?
Yes, will create a proxy tutorial soon, and include proxy rotation on it
Can you please please make a video about how can we do IP rotation without using bright data in puppetier?
Yes, will create a proxy tutorial soon, and include proxy rotation on it
Why not use setUserAgent? Is there a distinction between the user agent and fingerprinting?
User Agent is only one of the properties for a fingerprint, just changing won’t create a completely new fingerprint, you can still get recognized by your ip for example.
Can you make a video where you use next js , puppetier and bright data to scrape website
Great idea, will check it out and probably make a series 👍
Bro what’s the best free option to deploy online I tried render but it ran out of space in a matter of hours
What about a Windows VM?
does this work with puppeteer extra stealth plugin?
Currently, this plugin is designed to work with the default Puppeteer library. Compatibility with 'puppeteer-extra-plugin-stealth' or other wrappers isn't guaranteed and might lead to issues.
Спасибо, бро.
Полезное видео!
Hi. Not a bot.
You did a great job with the tutorial and I personally find this to be a good niche (within puppeteer) to grow your channel.
Constructive Critism: However, me having adhd..... I had an aneurysm with how slow you talked and how boring it was. But you'll get the hang of it and you got my sub.
Advice: Take a look at fireships videos with a grain of salt for engagement ideas and etc...
Thanks for subscribing! I intentionally slow my speech to assist non-native English speakers and others in keeping up with the coding process. Feedback from previous videos highlighted that my quick pace was challenging for viewers. I understand though your suggestion about boosting engagement in my videos. I appreciate your feedback a lot!
Lol I am watching at 1.75x btw great tutorial Michael
Whats the difference in between this video and the other you did: Nodejs Puppeteer Tutorial #7 - Bypass Detection using plugins, settings & proxies ???
This is another way to bypass detection, that I didn't show in the other video