This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Remove Member (Cursor.com) | |
// @namespace http://tampermonkey.net/ | |
// @version 0.6 | |
// @description Automatically remove members from Cursor team settings page whose email isn't in the allowed list. | |
// @author James Lam | |
// @match https://www.cursor.com/settings | |
// @grant none | |
// ==/UserScript== |