This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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="(.*)"/, |