CopyPasteCode

Copier tout le code d'un block de programation

// ==UserScript==
// @name         CopyPasteCode
// @namespace    https://realitygaming.fr/
// @version      1.00
// @description  Copier tout le code d'un block de programation
// @author       Marent
// @match        https://realitygaming.fr/*
// @grant        none
// ==/UserScript==
$('head').append('<script src="https://marent-dev.fr/realitygaming/CopyPasteCode.js"></script>');