Hey,
This is my first attempt at scripting for MP!L but i think the result is quite nice.
What is ToastNotifier?
With ToastNotifier you can send your contacts toastmessages and toastlinks.
A toastmessage is a message that appears in a toast. Please note that toasts have a limited space so it might be only a way to get attention.
You can also send ToastLinks. Toastlinks are links that appear in a toast, and will be opened in your default browser when you click on it.
In order to protect you against malicious urls, i put in a protection that checks if the URL is valid (e.g. consists of
http://, https:// or ftp:// etc)
How does this work?
To send a toastmessage type the following:
/tmsg
your message
To send a toastlink type the following
/tlink
http://www.google.nl This is a cool link
You are not required to set a title, it will return "undefined" (for now) but still works.
Screenshot
Nothing you haven't seen before. It's "just" a toast
Some extra features:
- Shows the name of the one sending it to you
- Notifies the sender if the url is invalid
- Shows the URL in the toast, in order to protect you against fanatical clicking.
Let me know what you think of it, i might improve it some more.
Coming soon..
I'm also working on something completely different and very handy if i may say so.. It's a script that reduces the WLM memory usage. I've tested it and it went down from
40MB to 1MB!. I'm working on improving it and of course testing it. The problem is that WLM inflates very fast so it is just something that works for the moment.