Extended the facebook script to m.facebook.com
This commit is contained in:
parent
173d8be729
commit
5312dc68f6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue