Joe12387 / OP-Fingerprinting-Script

An overpowered JavaScript browser fingerprinting library for creating persistent, unique and long-lasting digital fingerprints.
MIT License
114 stars 7 forks source link

Missing export #7

Open andidev opened 1 year ago

andidev commented 1 year ago

why is fingerprint not exported? cannot seem to import it in my project.

aniketbeez commented 1 year ago

@andidev - were you able to figure out a workaround. Facing the same issue

andidev commented 1 year ago

Well somewhat. Inlined the code in the project. Not the best but did the trick.

Joe12387 commented 10 months ago

I apologize, but I'm not very experienced with exports/imports. I usually work right out of the browser. If anyone can give me some pointers or submit a pull request it would be greatly appreciated.

doublex commented 9 months ago

@Joe12387 This script uses "export": https://github.com/Joe12387/detectIncognito/blob/main/src/detectIncognito.ts#L6C3-L6C3

doublex commented 9 months ago

There is a fork that refactored the code: https://github.com/nexus-technolgy/fingerprint