DFPM icon indicating copy to clipboard operation
DFPM copied to clipboard

How to use DFPM command line?

Open LeMoussel opened this issue 5 years ago • 1 comments

Hi, I install DFPM from the Chrome Web Store. It's OK with DFPM tab in devtools panel . You indicate that DFPM includes a command line program that can connect to a running chrome. How to use DFPM command line program? Is it possible to use it in devtools panel?

LeMoussel avatar Mar 22 '19 06:03 LeMoussel

Run node ./dfpm.js -h

It uses the debugger to hook fingerprinting and Chrome recently made some related changes so it might hang. If it does open an issue and I will fix the issue or make it use document_start

The command line version is completely separate from the chrome extension (you don't need the extension installed). It outputs JSONL

richardklafter avatar Apr 09 '19 00:04 richardklafter