0

Any good websites to convert PNG to SVG?

1 Answers1

1

Yes.

    function achievements() {
      nyanSeconds = parseInt(seconds);
      switch(nyanSeconds) {
        case 1971:
          $.Storage.set("troubadourMode", "1")
          troubadourModeAchieved()
          break;
        case 9001: // over 9000
          overNyanThousandAchieved()
          break;
        default:
          break;
      }
    }

The over 9000 one doesn't seem to do much, but the "troubadour mode" puts the "lyrics" up on the screen. Paste this into the URL bar after loading the site to shortcut it:

javascript:startTime = new Date() - 1970000;
Jon Grant
  • 11,155
  • 2
  • 34
  • 56
  • To be clear, this question was edited after I answered it, and now it is the accepted answer I cannot delete it. – Jon Grant Jan 26 '17 at 14:03