Skip to content

Instantly share code, notes, and snippets.

@kviktor
Created April 27, 2014 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kviktor/11354449 to your computer and use it in GitHub Desktop.
Save kviktor/11354449 to your computer and use it in GitHub Desktop.
no cache js
<body onload="var js = document.createElement('script');
var r = Math.floor((Math.random()*10000)+1);
js.src = 'http://domain.hu/topicbanlist_minified.js?r=' + r;
document.getElementsByTagName('head')[0].appendChild(js);">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment