您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Change Facebook and groups feed to "Most Recent"
当前为
This script is a Userscript to work with Facebook.
With this, your feed is automatically sorted to the most recent activity.
As well, if you like to see the most recent posts in the groups, this script do the job for you.
Note: You must install this userscript from here: Greasy Fork: Facebook "Most Recent" Stories.
Check the changelog here.
Before submit a comment reporting any issue, ensure that: If the problem is not related with Facebook itself. Facebook regularly has problems with the feed. If you do not have any Facebook script that is conflicting with this script. If you do not have any extension or application that blocks GM protocols to inject code into page.
I use the GitHub as bug tracker. If you find a bug, go to here and click on New issue.
Do not submit a issue solely saying that the script has a bug or something is not working. Give me as much detail as possible and how to reproduce the problem. If you do not give me details I do not have the ability to guess what it is or what is causing the problem. For more informations how to report an issue, see this bug report template.
If you know how to solve the problem and want to contribute, please open a Pull Request with your solution.
If you want to see New Activity instead of Recent Posts, you need to change that in the script.
To do so, you need to change the gpop[*]
index from gpop[0]
to gpop[1]
everywhere this variable is used.