Skip to content

Instantly share code, notes, and snippets.

View Taraflex's full-sized avatar

Alexander Taratin Taraflex

View GitHub Profile
@Taraflex
Taraflex / chrome_flags.updated.js
Last active February 5, 2024 07:48 — forked from kkeybbs/chrome_flags.updated.js
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) {