CJS Product Name
The code
cjs-product-name.js
javascript
/*!
* Marketing Toolkit — cJS - Product Name
* Version: v1.0.0
* Last updated: 2026-05-12
* https://github.com/whboggs/marketing-toolkit
*/
function() {
var element = document.querySelector('.product_title');
return element ? element.innerText : document.title;
}