Skip to content

Instantly share code, notes, and snippets.

@tlxue
Created October 10, 2014 05:46
Show Gist options
  • Save tlxue/b9476d1a1509883c1c69 to your computer and use it in GitHub Desktop.
Save tlxue/b9476d1a1509883c1c69 to your computer and use it in GitHub Desktop.
show title and url
!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