From 28a1084fe14dbda6e34f1dd4ba4c168e66a2b895 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 8 Mar 2014 20:05:54 +0100 Subject: [PATCH] Added language tags --- facebook-notification.user.js | 5 +++-- googleplus-notification.user.js | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/facebook-notification.user.js b/facebook-notification.user.js index 484ae82..d8e203a 100644 --- a/facebook-notification.user.js +++ b/facebook-notification.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Facebook desktop notification // @namespace https://www.schtobia.de/ -// @version 0.2.0 +// @version 0.2.3 // @description Facebook desktop notification (based on HTML5) // @include http*://www.facebook.com/* // @include http*://facebook.com/* @@ -63,7 +63,8 @@ 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", + "lang" : "en-US" } ) diff --git a/googleplus-notification.user.js b/googleplus-notification.user.js index 311f955..b1897c9 100644 --- a/googleplus-notification.user.js +++ b/googleplus-notification.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Google+ desktop notification // @namespace https://www.schtobia.de/ -// @version 0.2.2 +// @version 0.2.3 // @description Google+ desktop notification (based on HTML5) // @include http://plus.google.com/u/0/* // @include https://plus.google.com/u/0/* @@ -48,7 +48,8 @@ notify = function() { "dir" : "auto", "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" } )