Skip to content

Instantly share code, notes, and snippets.

@eldhosejoys
Last active October 8, 2019 18:12
Show Gist options
  • Save eldhosejoys/980e2d05e5074ae009fb7452956355e4 to your computer and use it in GitHub Desktop.
Save eldhosejoys/980e2d05e5074ae009fb7452956355e4 to your computer and use it in GitHub Desktop.
<script>
if(window!=window.top) { document.getElementById('watermark').style.display = 'block';
};
if(window.location.host!= 'example.com'){ document.getElementById('watermark').style.display = 'block';
};
</script>
<a href="https://example.com" id="watermark" style="display:none; position: fixed; bottom: 3px; text-align: center;font-size:14px; width: 100%;" target="_blank"><span style="background-color:#fff; color:#000"
href="https://example.com" >Example.com</span></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment