From 781ddb93b1e03bfbab263fd508a37ebc7265bb1f Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 14 Jul 2021 01:45:21 +0000 Subject: [PATCH] Updated 1.3 Implementation (markdown) --- 1.3-Implementation.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/1.3-Implementation.md b/1.3-Implementation.md index 2ed2720..30ba2c9 100644 --- a/1.3-Implementation.md +++ b/1.3-Implementation.md @@ -55,13 +55,6 @@ You will need to make changes. Make sure to read about applying `overrides` on [ So you have a `user.js`, you know how it all works, and you have checked and made a few changes. Now you can choose what profile to use. You can read all about working with [profiles](https://github.com/arkenfox/user.js/wiki/2.1-Multiple-Profiles) and [portable profiles](https://github.com/arkenfox/user.js/wiki/2.2-Multiple-Profiles-%5BFirefox-Portable%5D) and also how to run [concurrent profiles](https://github.com/arkenfox/user.js/wiki/2.3-Concurrent-Profiles) right here in this wiki. -- You could: - * Use a clone of your current profile (name it something meaningful) - * Use a new default profile - * Use your current profile (Back it up first) - -If you use a clone of your current profile, then you already have everything set up (bookmarks, extensions, etc) *and* you would be able to use your original profile if anything "broke". - -The only other consideration would be how much of the `user.js` to introduce. You could either add the whole thing in one hit, or just add a few sections every so often. To be honest, there are probably less than a dozen settings that "break" a few sites functionality and they are easily reset. +Either use a new profile for testing or use your current profile (back it up first). The only other consideration would be how much of the `user.js` to introduce. You could either add the whole thing in one hit, or just add a few sections every so often. To be honest, there are probably less than a dozen settings that "break" a few sites functionality and they are easily reset. Good luck, and don't be afraid to ask for help. \ No newline at end of file