Skip to content

Commit

Permalink
fix: fb feed redirect error (#70)
Browse files Browse the repository at this point in the history
* force mobile basic version
* fix PL translation
  • Loading branch information
logeen authored Jul 23, 2024
1 parent 9694713 commit d2ab9a7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f-notifier",
"version": "2.8.4",
"version": "2.8.5",
"description": "Displays your Facebook notifications unread count.",
"homepage": "https://dev.ligny.org/F-Notifier",
"author": "Arnaud Ligny",
Expand Down
2 changes: 1 addition & 1 deletion src/_locales/pl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"actionErrorTitle": {
"message": "Powinieneś(-naś) być zalogowany(-a) na swoje konto na Facebooku"
"message": "Zaloguj się na swoje konto na Facebooku"
},
"optionsSectionAction": {
"message": "Akcja ikony"
Expand Down
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Config
*/

const FETCH_URL = 'https://m.facebook.com/home.php';
const FETCH_URL = 'https://m.facebook.com/a/preferences.php?basic_site_devices=m_basic';
const HOME_URL = 'https://www.facebook.com/';
const NOTIFICATIONS_URL = HOME_URL + 'notifications';
const RELEASES_URL = 'https://github.com/ArnaudLigny/F-Notifier/releases/';
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extName__",
"version": "2.8.4",
"version": "2.8.5",
"description": "__MSG_extDescription__",
"homepage_url": "https://dev.ligny.org/F-Notifier",
"author": "Arnaud Ligny",
Expand Down

0 comments on commit d2ab9a7

Please sign in to comment.