Skip to content

Instantly share code, notes, and snippets.

View itswin's full-sized avatar

Winston Cheung itswin

View GitHub Profile
@itswin
itswin / copy_cells.user.js
Created March 6, 2025 05:17
Copy Selected Cells in Sudokupad
// ==UserScript==
// @name Copy Selected Cells
// @include https://sudokupad.app/*
// @version 1
// @grant none
// ==/UserScript==
(function () {
function injectScript() {
const script = document.createElement('script');