Skip to content

Instantly share code, notes, and snippets.

@dclamage
dclamage / fpuzzles-spacebar.js
Last active November 12, 2021 07:51
Changes spacebar to toggle modes
// ==UserScript==
// @name Fpuzzles-Spacebar
// @namespace http://tampermonkey.net/
// @version 1.5
// @description Changes spacebar and numpad enter to toggle modes
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
@dclamage
dclamage / fpuzzles-multicolor.js
Last active January 3, 2022 04:51
Adds multicolor and blue cage functionality to f-puzzles
// ==UserScript==
// @name Fpuzzles-Multicolor
// @namespace http://tampermonkey.net/
// @version 1.13
// @description Adds multicolor and blue cage functionality to f-puzzles
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none