Skip to content

Instantly share code, notes, and snippets.

@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
@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-noconfirm.js
Last active May 31, 2021 05:09
Removes the confirmation dialog when closing the tab.
// ==UserScript==
// @name Fpuzzles-noconfirm
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Removes the confirmation dialogue when closing tab.
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
@dclamage
dclamage / fpuzzles-wasd.js
Last active November 12, 2021 07:50
Changes WASD and shift-WASD to do the same as arrow keys.
// ==UserScript==
// @name Fpuzzles-WASD
// @namespace http://tampermonkey.net/
// @version 1.3
// @description Changes wasd to move between cells
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
@dclamage
dclamage / fpuzzles-paste.js
Last active November 12, 2021 07:50
Allows pasting into cosmetic text (including unicode).
// ==UserScript==
// @name Fpuzzles-Paste
// @namespace http://tampermonkey.net/
// @version 1.3
// @description Allows pasting into cosmetic text (including unicode).
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
@dclamage
dclamage / fpuzzles-selectval.js
Last active November 12, 2021 07:50
Press ctrl+value with nothing selected to select all markings with that value
// ==UserScript==
// @name Fpuzzles-SelectValue
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Press ctrl+value with nothing selected to select all markings with that value
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
@dclamage
dclamage / puzzlink.js
Created June 15, 2021 03:17
Adds puzz.link buttons to the database
@dclamage
dclamage / fpuzzles-newconstraints.js
Last active May 25, 2024 17:34
Adds more constraints to f-puzzles.
// ==UserScript==
// @name Fpuzzles-NewConstraints
// @namespace http://tampermonkey.net/
// @version 1.9
// @description Adds more constraints to f-puzzles.
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
@dclamage
dclamage / fpuzzles-cpu.js
Last active November 6, 2022 20:00
Prevents re-drawing when inactive to save CPU.
// ==UserScript==
// @name Fpuzzles-cpu
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Prevents re-drawing when inactive to save CPU.
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
@dclamage
dclamage / fpuzzles-bluevalues.js
Last active January 3, 2022 04:52
Changes non-given values to be blue.
// ==UserScript==
// @name Fpuzzles-BlueValues
// @namespace http://tampermonkey.net/
// @version 1.7
// @description Changes non-given values to be blue.
// @author Rangsk
// @match https://*.f-puzzles.com/*
// @match https://f-puzzles.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none