Last active
October 8, 2019 18:12
-
-
Save eldhosejoys/980e2d05e5074ae009fb7452956355e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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