NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name FetLife Newest Discussions // @namespace https://fetlife.com/users/3846707 // @description Redirect group landing pages so that "newest discussions" is the default sort rather than "newest comments". // @include /^https://fetlife\.com/groups/[0-9]+$/ // @version 1 // @grant none // ==/UserScript== window.location.replace(content.document.location + '?order=discussions');