Code formatting, corrected notification object on Facebook script
This commit is contained in:
parent
7e7a6eb86a
commit
04808273c8
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
// ==UserScript==
|
||||
// @name Facebook desktop notification
|
||||
// @namespace https://www.schtobia.de/
|
||||
// @version 0.1.0
|
||||
// @version 0.1.1
|
||||
// @description Facebook desktop notification (based on HTML5)
|
||||
// @include http*://www.facebook.com/*
|
||||
// @include http*://facebook.com/*
|
||||
|
@ -55,7 +55,7 @@ notify = function()
|
|||
{
|
||||
"dir" : "auto",
|
||||
"body" : msg,
|
||||
"icon" : "https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico",
|
||||
"icon" : "https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico"
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue