11
Comments
  • 0
    ~ var productivity = true;
    + if (hasYouTube() == true) {
    + productivity = false;
    + }
Add Comment