Skip to content

Instantly share code, notes, and snippets.

@arantius
Created January 26, 2018 15:10
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/3c513f82b7e5609f5ce3ae42b5bae53f to your computer and use it in GitHub Desktop.
Save arantius/3c513f82b7e5609f5ce3ae42b5bae53f to your computer and use it in GitHub Desktop.
User scripts with long @name values.
// ==UserScript==
// @name This_user_script_has_a_terribly_long_name_and_is_likely_to_break_UI_that_hasn't_been_crafted_specifically_to_handle_long_names.
// @grant none
// ==/UserScript==
// No_op.
// ==UserScript==
// @name This user script has a terribly long name and is likely to break UI that hasn't been crafted specifically to handle long names.
// @grant none
// ==/UserScript==
// No-op.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment