Hello,
i know, that in the past it was possible to read out the Browser history with a simple javascript like this:
//when the page is ready
$(document).ready(function() {
//the list of domains to check and an array which will store hits
var domains = ['list','of','domains'];
var...