Created
November 5, 2023 14:00
-
-
Save arantius/d8fadc5affd40fa5acdff34925189965 to your computer and use it in GitHub Desktop.
User script with bad @match
This file contains 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 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