Function GM_setClipboard

  • Sets data to system clipboard.

    Parameters

    • data: string

      The data to be copied to system clipboard.

    • Optional type: string

      The MIME type of data to copy. Default as text/plain.

    Returns void