V0.6:
auto update seems not to work properly. You can try to force update in tampermonkey of greasemonkey and let me know if it works. Else, you should manually update the script by clicking the ‘install this script’ button on the greasyfork script web page…
-
bugfix: bad permalinks are not converted to targets
-
bugfix: compatibility with WME House number helper
-
added smileys: ^^ , :S , oO
-
TTS:
-
default is disabled
-
go in settings to enable it
-
change the language from ‘en’ to your language:
-
To get a valid language code, go to translate.google.com
-
type a word to translate
-
choose a language
-
if you can see a speaker icon at the bottom right of the text area, it means that this language is supported for TTS
-
look at the address bar: you should see: https://translate.google.com/#fr/en/ where your language code is between the # and the next /
-
use this code in chat addon
-
change the ‘from username’ to a custom string in your language
-
change the ‘link to’ to a custom string in your language
-
known bug: the second consecutive message of a user that posts duplicated messages is not ‘TTSed’
-
Match pattern improved: set a word between two ‘$’ to match the exact word. Eg: ‘$bob$’ will not alert on ‘bobbie’
-
System messages (…has joined …has left) are better managed: if a second message is posted by the same publisher after system messages, the second message appears as a new message under system messages. (before it was glued to the last message from the same publisher, over system messages)