// ==UserScript== // @name Fix group X button hitbox // @namespace https://github.com/nate-kean/ // @version 20251019 // @description Expand the tiny hitbox of the delete button on groups. // @author Nate Kean // @match https://jamesriver.fellowshiponego.com/members/* // @icon https://www.google.com/s2/favicons?sz=64&domain=fellowshiponego.com // @grant none // @license MIT // @downloadURL none // ==/UserScript== (function() { document.head.insertAdjacentHTML("beforeend", ` `); })();