A javascript script where you can track users who visit your domains and subdomains. You can see what url they have visited and trailer your site to that. So you can trailer messages or pages with different links and content based on their history of the user visiting your site.
- Download the script.
- Add your domains to the
list_of_urls = ["Documents", "1.example.com", "2.example.com", "3.example.com"];
- Add your main domain to the
const master_domain = [""];
Everything is encyted.
Pass the encoded cookie string to the function decode()
It will return it decyted as an object.