您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically changes facebook's url to show your Most Recent news feed by default instead of the Top Stories.
当前为
- // ==UserScript==
- // @namespace Mikhoul
- // @name Facebook Sort Recent NewsFeed by Default
- // @version 1.1
- // @description Automatically changes facebook's url to show your Most Recent news feed by default instead of the Top Stories.
- // @include /^https?://www\.facebook\.com/?$/
- // @exclude /^https?://www\.facebook\.com/.*\?sk=h_chr*/
- // @run-at document-start
- // ==/UserScript==
- location.href=location.href.replace("https://www.facebook.com/","https://www.facebook.com/?sk=h_chr");
- location.href=location.href.replace("https://www.facebook.com/?ref=logo","https://www.facebook.com/?sk=h_chr" );