Sleazy Fork is available in English.

FetLife Newest Discussions

Redirect group landing pages so that "newest discussions" is the default sort rather than "newest comments".

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
  1. // ==UserScript==
  2. // @name FetLife Newest Discussions
  3. // @namespace https://fetlife.com/users/3846707
  4. // @description Redirect group landing pages so that "newest discussions" is the default sort rather than "newest comments".
  5. // @include /^https://fetlife\.com/groups/[0-9]+$/
  6. // @version 1
  7. // @grant none
  8. // ==/UserScript==
  9. window.location.replace(content.document.location + '?order=discussions');