Skip to content

Instantly share code, notes, and snippets.

@r0hack
r0hack / fingerprint.js
Created July 16, 2021 10:26 — forked from nikitastupin/fingerprint.js
fingerprint.js
(() => {
let gadgets = [];
if (typeof _satellite !== 'undefined') {
gadgets.push('Adobe Dynamic Tag Management');
}
if (typeof BOOMR !== 'undefined') {
gadgets.push('Akamai Boomerang');
}