Conversation

Notices

  1. latest commit of !qvitter supports # again. although it will probably break really soon again, because librejs

    Saturday, 12-Mar-16 15:43:18 UTC from quitter.se
    1. how to fix # "parsing error":
      1. enable librejs
      2. open the js file in the browser
      3. copy the text
      >

      Saturday, 12-Mar-16 15:50:32 UTC from quitter.se
      1. >
        4. open the js file your editor
        5. replace all text with the one you copied
        6. try executing the code, check js console for errors
        >

        Saturday, 12-Mar-16 15:51:14 UTC from quitter.se
        1. >
          7. if you're lucky you find weird characters, caused by librejs messing up unicode. remove those and add the the unicode character again

          Saturday, 12-Mar-16 15:52:24 UTC from quitter.se