Created
October 10, 2014 05:46
-
-
Save tlxue/b9476d1a1509883c1c69 to your computer and use it in GitHub Desktop.
show title and url
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
!function(){var t=document.createElement("span");t.innerHTML=document.title+"<br>"+document.location.href,t.setAttribute("style","position:fixed;background:rgba(0,0,0,.6);color:white;left:0;top:0;font-size:16px;padding:10px 0;z-index:10000;width:100%;text-align:center;"),document.body.appendChild(t)}(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment