Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Force JavaScript reload just once a day
- <script type="text/javascript" src="http://external.example.com/bookmarklet.js?random"></script>
- javascript:javascript:(function(){
- var the_time = new Date();
- new_script=document.createElement('SCRIPT');
- new_script.type='text/javascript';
- new_script.src='http://example.com/js/bookmarklet.js?x=' + the_time.getDate() + the_time.getMonth() + the_time.getFullYear());
- document.getElementsByTagName('head')[0].appendChild(new_script);
- })();
- <script src="http://external.example.com/bookmarklet.js?<?php echo date('Ymd'); ?>" type="text/javascript"></script>
Advertisement
Add Comment
Please, Sign In to add comment