UNPKG

sherlock-segment

Version:
16 lines (10 loc) 212 B
/** * Inspectlet. */ exports.name = 'Inspectlet'; exports.script = /cdn.inspectlet.com/; exports.settings = function () { var wid = window.__insp.wid; if (!wid) return false; return { wid: wid }; };