From c91e4bd4aecb3df3b1727ced4d115d5eea8f25d6 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 24 Feb 2014 15:54:21 +0100 Subject: [PATCH] Icons via @resource don't work. :( --- facebook-notification.user.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/facebook-notification.user.js b/facebook-notification.user.js index 9e29ae3..aa72d10 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.0.7 +// @version 0.0.8 // @description Facebook desktop notification (based on HTML5) // @include http*://www.facebook.com/* // @include http*://facebook.com/* @@ -9,7 +9,6 @@ // @run-at document-end // @downloadURL https://github.com/schtobia/greasemonkey/raw/master/facebook-notification.user.js // @updateURL https://github.com/schtobia/greasemonkey/raw/master/facebook-notification.user.js -// @resource facebookLogo https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico // ==/UserScript== // @@ -56,7 +55,7 @@ notify = function() { "dir" : "auto", "body" : msg, - "icon" : GM_getResourceText("facebookLogo"), + "icon" : "https://s-static.ak.facebook.com/rsrc.php/yi/r/q9U99v3_saj.ico", } )