From 5312dc68f66ec22da67bfaf63629a79470644783 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 19 Dec 2017 19:17:02 +0100 Subject: [PATCH] Extended the facebook script to m.facebook.com --- facebook-notification.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/facebook-notification.user.js b/facebook-notification.user.js index fcac8ad..97ea83b 100644 --- a/facebook-notification.user.js +++ b/facebook-notification.user.js @@ -1,10 +1,11 @@ // ==UserScript== // @name Facebook desktop notification // @namespace https://www.schtobia.de/ -// @version 0.2.7 +// @version 0.2.8 // @description Facebook desktop notification (based on HTML5) // @author Tobias Schmidl // @include http*://www.facebook.com/* +// @include http*://m.facebook.com/* // @include http*://facebook.com/* // @grant GM_getValue // @run-at document-end