Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

script.js 176B

12345
  1. document.addEventListener('DOMContentLoaded', function()
  2. {
  3. if (window.location.href.match("youtube.com/watch"))
  4. document.getElementById("player").innerHTML = "";
  5. }, false);