Integertion of lichess websocket using Javascript using web viewer

Hi , I am a beginner.
I want to integerate Lichess WebSocket events using javascript using webviewer .
// I want to implement this : [WebViewer1.PageLoaded]

  • Inject JavaScript to detect moves:
    lichess.socket.on("move", (moveData) => {  
      Android.notifyMove(moveData.from + "," + moveData.to);  
    });  //
    ```  as blocks on thunkable . Could you guide me on how to implement it as i am new to thunkable ?