Skip to content

Instantly share code, notes, and snippets.

View scottgarner's full-sized avatar

Scott Garner scottgarner

View GitHub Profile
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Net;
using System.Net.Sockets;
using System.Net.WebSockets;
@scottgarner
scottgarner / sudokupad.js
Last active December 17, 2023 19:15
SudokuPad Userscript
// ==UserScript==
// @name SudokuPad Copy
// @namespace SudokuPad
// @match https://crackingthecryptic.com/*
// @match https://*.crackingthecryptic.com/*
// @match https://sudokupad.app/*
// @match https://*.sudokupad.app/*
// @grant none
// @version 1.0
// @author Scott Garner