Skip to content
Daniel Tischner edited this page Mar 19, 2017 · 1 revision

Getting started

Get the script from our release candidates. Import MessageNotifier_-_Freewar.user.js as User-Script in Greasemonkey and start Freewar.

Preparations

The script is highly customizable. You can change the notification sound, the volume of the sound and adjust the filter settings.

changeable data

In order to make changes open MessageNotifier_-_Freewar.user.js in a text editor. Scroll down to the bottom of the script. The area is marked with the comment // ADJUST YOUR SETTINGS HERE. Comments in the file explain the settings.

Webstorage and Cookies

The script remembers the last message which passed the filter using HTML5 Webstorage or, if your browser doesn't support this, alternatively a cookie.
If you don't accept this cookie or you delete it then the script will fire a notification sound each second.

If you like to use a setting like 'delete cookies when closing my browser' you may add an exception for our cookie.

Clone this wiki locally