- Create
extensions.txt
file in script location and write list of extensions to get inside it. For example:
ms-toolsai.jupyter
ms-python.vscode-pylance
ms-vscode.cpptools
# and so on
This is the script:
// ==UserScript== | |
// @name noVNC Paste for Proxmox | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2a | |
// @description Pastes text into a noVNC window (for use with Proxmox specifically) | |
// @author Chester Enright | |
// @match https://* | |
// @include /^.*novnc.*/ | |
// @require http://code.jquery.com/jquery-3.3.1.min.js | |
// @grant none |
extensions.txt
file in script location and write list of extensions to get inside it. For example:ms-toolsai.jupyter
ms-python.vscode-pylance
ms-vscode.cpptools
# and so on
This is the script: