Skip to content

Instantly share code, notes, and snippets.

@slinkstr
slinkstr / mouse-sensitivity-autofill.user.js
Last active July 20, 2026 21:23
mouse-sensitivity.com autofill
// ==UserScript==
// @name Mouse-Sensitivity Autofill
// @namespace https://github.com/slinkstr
// @version 2.0.0
// @match https://mouse-sensitivity.com/*
// @match https://www.mouse-sensitivity.com/*
// @run-at document-idle
// @grant none
// @sandbox DOM
// @updateURL https://gist.github.com/slinkstr/f0d4faa9bf068ab4425010008073028d/raw/mouse-sensitivity-autofill.user.js
/*
* Cleans PII from Fornite log files.
* Includes hardware specs, system info, attached device IDs/serials, etc.
* Makes no guarantee of fully anonymizing logs.
*
* Usage: deno run --allow-all fortnite-log-anonymizer.js [input file]
*/
const regexes = {
os : /LogCsvProfiler: Display: Metadata set : os="(.*)"/,