Skip to content

Instantly share code, notes, and snippets.

@kkeybbs
kkeybbs / chrome_flags.updated.js
Last active December 14, 2024 20:24
Backup chrome flags to json and restore the backup on another machine.
// 2022-04-03, tested with Chrome 99.0.4844.84 on MacBook Pro m1
/*
Open chrome://flags/
F12 open developer console, swtich to tab "Console"
Paste below codes
- input backup() to download flags backup file
- input restore() to select one backup to restore
*/
function saveFile(filename, data) {