// ==UserScript== // @name Hide section collapse buttons // @namespace https://github.com/nate-kean/ // @version 2025.11.4.1 // @description Hide the buttons that let you minimize sections in the Add/Edit page. I've never clicked them on purpose but I have clicked them on accident. // @author Nate Kean // @match https://jamesriver.fellowshiponego.com/members/edit/* // @match https://jamesriver.fellowshiponego.com/members/add* // @icon https://www.google.com/s2/favicons?sz=64&domain=fellowshiponego.com // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { document.head.insertAdjacentHTML("beforeend", ` `); })();