Skip to content

Commit d2ab9a7

Browse files
authored
fix: fb feed redirect error (#70)
* force mobile basic version * fix PL translation
1 parent 9694713 commit d2ab9a7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f-notifier",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"description": "Displays your Facebook notifications unread count.",
55
"homepage": "https://dev.ligny.org/F-Notifier",
66
"author": "Arnaud Ligny",

src/_locales/pl/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"actionErrorTitle": {
27-
"message": "Powinieneś(-naś) być zalogowany(-a) na swoje konto na Facebooku"
27+
"message": "Zaloguj się na swoje konto na Facebooku"
2828
},
2929
"optionsSectionAction": {
3030
"message": "Akcja ikony"

src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Config
1212
*/
1313

14-
const FETCH_URL = 'https://m.facebook.com/home.php';
14+
const FETCH_URL = 'https://m.facebook.com/a/preferences.php?basic_site_devices=m_basic';
1515
const HOME_URL = 'https://www.facebook.com/';
1616
const NOTIFICATIONS_URL = HOME_URL + 'notifications';
1717
const RELEASES_URL = 'https://github.com/ArnaudLigny/F-Notifier/releases/';

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "__MSG_extName__",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"description": "__MSG_extDescription__",
55
"homepage_url": "https://dev.ligny.org/F-Notifier",
66
"author": "Arnaud Ligny",

0 commit comments

Comments
 (0)