Code to short all your website Link's

To short all your website link at once use this code bellow:

<script type='text/javascript'>
//<![CDATA[
protected_links = " Put your website link here,blogspot.com,youtube.com,facebook.com,google.com,twitter.com";
  (function() {
    var sl = document.createElement('script');
    sl.type = 'text/javascript'; sl.async = true;
    sl.src = 'https://rawcdn.githack.com/Sofiotheque/loading/954a6aeb8e78c5f25f6a52a2599f3f897ed190e7/4.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(sl);
  })();
//]]>
</script>