-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from mshibanami/facebook_always_show_most_rece…
…nt_feed Facebook always show most recent feed
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
docs/library/rule-sets/14_facebook_always_show_most_recent_feed/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
26 changes: 26 additions & 0 deletions
26
docs/library/rule-sets/14_facebook_always_show_most_recent_feed/rule-set.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |