Skip to content

Instantly share code, notes, and snippets.

@ohnosharks
ohnosharks / strudel-vscode.md
Last active October 31, 2025 17:32
strudel + vscode setup

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');
@ohnosharks
ohnosharks / letterboxdgoogleimdb.user.js
Last active February 13, 2023 15:11
Greasemonkey/Tampermonkey script for adding Letterboxd link to IMDb film search results on the google
// ==UserScript==
// @name Letterboxd x Google
// @version 0.1
// @author tao
// @match https://*.google.com/search*
// ==/UserScript==
(function() {
'use strict';