Added language tags
This commit is contained in:
parent
c8a19e1a12
commit
28a1084fe1
2 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Facebook desktop notification
|
// @name Facebook desktop notification
|
||||||
// @namespace https://www.schtobia.de/
|
// @namespace https://www.schtobia.de/
|
||||||
// @version 0.2.0
|
// @version 0.2.3
|
||||||
// @description Facebook desktop notification (based on HTML5)
|
// @description Facebook desktop notification (based on HTML5)
|
||||||
// @include http*://www.facebook.com/*
|
// @include http*://www.facebook.com/*
|
||||||
// @include http*://facebook.com/*
|
// @include http*://facebook.com/*
|
||||||
|
@ -63,7 +63,8 @@ notify = function()
|
||||||
{
|
{
|
||||||
"dir" : "auto",
|
"dir" : "auto",
|
||||||
"body" : msg,
|
"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",
|
||||||
|
"lang" : "en-US"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Google+ desktop notification
|
// @name Google+ desktop notification
|
||||||
// @namespace https://www.schtobia.de/
|
// @namespace https://www.schtobia.de/
|
||||||
// @version 0.2.2
|
// @version 0.2.3
|
||||||
// @description Google+ desktop notification (based on HTML5)
|
// @description Google+ desktop notification (based on HTML5)
|
||||||
// @include http://plus.google.com/u/0/*
|
// @include http://plus.google.com/u/0/*
|
||||||
// @include https://plus.google.com/u/0/*
|
// @include https://plus.google.com/u/0/*
|
||||||
|
@ -48,7 +48,8 @@ notify = function()
|
||||||
{
|
{
|
||||||
"dir" : "auto",
|
"dir" : "auto",
|
||||||
"body" : msg,
|
"body" : msg,
|
||||||
"icon" : "https://ssl.gstatic.com/s2/oz/images/faviconr3.ico"
|
"icon" : "https://ssl.gstatic.com/s2/oz/images/faviconr3.ico",
|
||||||
|
"lang" : "en-US"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue