HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tducret

no profile record

投稿

Daily Discord Notifications in Three N8n Nodes (No XPath Knowledge Required)

ducret.dev
1 ポイント·投稿者 tducret·8 か月前·0 コメント

Scraping the scraper marketplace: analyzing 7,525 Apify actors

ducret.dev
3 ポイント·投稿者 tducret·9 か月前·0 コメント

コメント

tducret
·9 か月前·議論
Very interesting, thanks!

For the fingerprinting part, can you explain the difference with the JShelter browser extension (https://jshelter.org/)?

I checked as you did in your demo video with https://demo.fingerprint.com/playground (using JShelter in Firefox). It produces a fingerprint detector report, like so :

{

    "fpd_evaluation_statistics": [
        {
            "title": "Navigator.prototype.plugins",
            "type": "resource",
            "resource": "get",
            "group": "BrowserProperties",
            "weight": 0,
            "accesses": 0
        },
        {
            "title": "MediaDevices.prototype.enumerateDevices",
            "type": "resource",
            "resource": "call",
            "group": "BrowserProperties",
            "weight": 1,
            "accesses": 2
        },
        [...]
}

However, it appears there is no way to display what was actually produced by the browser.

Was this the reason you had to build your own browser? Or is it possible to extend JShelter to do the same?