Skip to content

Instantly share code, notes, and snippets.

View James-Lam's full-sized avatar

jameslam James-Lam

  • Guangzhou China
View GitHub Profile
@James-Lam
James-Lam / auto-remove-cursor-member.js
Last active April 17, 2025 03:41
Automatically remove members from Cursor team settings page whose email isn't in the allowed list.
// ==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==