Skip to content

Instantly share code, notes, and snippets.

@dclamage
dclamage / fpuzzles-solution.user.js
Last active January 29, 2023 22:03
Allows setters to specify a solution to the puzzle, which is checked in solve mode when the final digit is entered.
// ==UserScript==
// @name Fpuzzles-Solution
// @namespace http://tampermonkey.net/
// @version 2.1
// @description Can input a solution to a puzzle, with a custom message for a correct solve.
// @author Rangsk, Charlie
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none