Skip to content
  • Nick Chang's avatar
    Split copy-code-to-clipboard into two new scripts & add GPL 3.0 license · 96efc04c
    Nick Chang authored
    Makes more sense to split the user script into two distinct pieces of
    functionality.
    
    multi-click-to-select-code:
      * Selects all text in <code> or <pre> tags
      * Save user settings to localstorage so any customizations don't get
        overridden by automatic updates.
    
    format-terminal-commands-on-copy:
      * Edits selected text on copy
      * Added listener to entire document rather than just the code elements
      * Easier to quickly disable just this behavior from the script manager
    96efc04c