Skip to content

Instantly share code, notes, and snippets.

@andrascsibi
Last active August 29, 2015 14:20
Show Gist options
  • Save andrascsibi/fe18df6f00083e5d5f4b to your computer and use it in GitHub Desktop.
Save andrascsibi/fe18df6f00083e5d5f4b to your computer and use it in GitHub Desktop.
Chinese Predict header script
<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);
})('http://cdn', 'scarab-js-api');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment