- Joined
- Jan 24, 2016
- Messages
- 14,405
- Reaction score
- 25,210
- Points
- 2,238
Not for me. It fixes it so that it works sometimes, instead of never, for me. YMMVThis fixes the post arrow thing.
Code:// ==UserScript== // @name MTC Previous Post Patch // @namespace https://github.com/Kadauchi // @version 1.0.0 // @description Does things... // @author Kadauchi // @icon // @include https://www.mturkcrowd.com* // @require http://code.jquery.com/jquery-3.2.1.min.js // ==/UserScript== $(`#messageList`).on(`click`, `a[href^="goto/post"]`, e => $(`html, body`).animate({scrollTop: $(e.target.hash).offset().top}, 250));
But, thank you. Anyone else should try that though.