Skip to content

Instantly share code, notes, and snippets.

@arantius
Created November 5, 2023 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arantius/d8fadc5affd40fa5acdff34925189965 to your computer and use it in GitHub Desktop.
Save arantius/d8fadc5affd40fa5acdff34925189965 to your computer and use it in GitHub Desktop.
User script with bad @match
// ==UserScript==
// @name Bad match
// @description A user script with an improperly formatted @match, which should not install.
// @version 1
// @grant none
// @match abc
// ==/UserScript==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment