UNPKG

sherlock-segment

Version:
16 lines (10 loc) 215 B
/** * Drip. */ exports.name = 'Drip'; exports.script = /tag.getdrip.com/; exports.settings = function () { var account = window._dcs.account; if (!account) return false; return { account: account }; };