rough setup to send from file in vscode to strudel.cc on the fly.
socket server to relay code to the browser
// npm install ws net
const WebSocket = require('ws');
const net = require('net');rough setup to send from file in vscode to strudel.cc on the fly.
socket server to relay code to the browser
// npm install ws net
const WebSocket = require('ws');
const net = require('net');| // ==UserScript== | |
| // @name Letterboxd x Google | |
| // @version 0.1 | |
| // @author tao | |
| // @match https://*.google.com/search* | |
| // ==/UserScript== | |
| (function() { | |
| 'use strict'; |