Skip to content

Instantly share code, notes, and snippets.

View bvarga's full-sized avatar

Balázs Varga bvarga

  • Scarab Research
  • Budapest
View GitHub Profile
@bvarga
bvarga / index.html
Last active August 29, 2015 14:20 — forked from andrascsibi/index.html
<script type="text/javascript">
var ScarabQueue = ScarabQueue || [];
(function(subdomain, id) {
if (document.getElementById(id)) return;
var js = document.createElement('script'); js.id = id;
js.src = subdomain + '.predict.emarsys.cn/js/1A8AD954AF4442AE/scarab-v2.js';
var fs = document.getElementsByTagName('script')[0];
fs.parentNode.insertBefore(js, fs);
})('https:' == document.location.protocol ? 'https://recommender' : 'http://cdn', 'scarab-js-api');
</script>