Skip to content

Commit

Permalink
Merge pull request #36 from mshibanami/facebook_always_show_most_rece…
Browse files Browse the repository at this point in the history
…nt_feed

Facebook always show most recent feed
  • Loading branch information
mshibanami authored Jun 13, 2024
2 parents e325b7b + 1f88724 commit e85f629
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"aboutUrl": "https://github.com/mshibanami/redirect-web/discussions/33",
"contributorGitHubIds": [
"mbirth"
],
"primaryCategoryId": "social_media"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"bundleID" : "io.github.mshibanami.RedirectWebForSafari",
"kind" : "RedirectList",
"redirects" : [
{
"captureGroupProcesses" : [

],
"comments" : "To not get bombarded with random posts that want to grab your attention, this rule always redirects from the Facebook home page to the \"Most Recent\" feed where it shows only the posts of your friends sorted from latest to oldest.\n\n(Doesn't work inside the Facebook app, of course.)",
"destinationURLPattern" : "https:\/\/www.facebook.com\/?filter=all&sk=h_chr",
"exampleURLs" : [
"https:\/\/www.facebook.com",
"https:\/\/www.facebook.com\/permalink.php?story_fbid=1234"
],
"excludeURLPatterns" : [

],
"kind" : "Redirect",
"sourceURLPattern" : {
"type" : "wildcard",
"value" : "https:\/\/www.facebook.com\/"
},
"title" : "[Facebook] Always show most recent feed instead of main page"
}
]
}

0 comments on commit e85f629

Please sign in to comment.