Recommendation from BiruniWeb:
Post, chat and do more in Caton Post
Link: Caton Post
To make a browser notification, type this in.
var Count;
Count = 1;
while (Count <= 1) {
window.alert('You can change this text');
Count = Count + 1;
}