Untitled
unknown
plain_text
10 months ago
759 B
8
Indexable
<script>
window.clickmagick_cmc = {
uid: '204244',
hid: '3383680547',
cmc_project: 'FreeFiltering',
vid_info: 'on',
};
</script>
<script src='//omni.freefiltering.org/5fc85343.js'></script>
<script defer>
document.addEventListener('DOMContentLoaded', function () {
const amountElement = document.querySelector('td[data-title="Total"]');
if (amountElement) {
const amount = amountElement.textContent.trim();
clickmagick_cmc.log('s', 'initial_sale', amount, 'FreeFiltering');
console.log(`Logged amount: ${amount} with clickmagick_cmc.log`);
} else {
console.error('Amount element not found: td[data-title="Total"]');
}
});
</script>Editor is loading...
Leave a Comment