From 219410ae8f9f026e43f16af27f607112b436bb7c Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Thu, 4 Feb 2021 07:01:16 +0000 Subject: [PATCH] Updated 1.3 Implementation (markdown) --- 1.3-Implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.3-Implementation.md b/1.3-Implementation.md index 7e654da..e1c6f0f 100644 --- a/1.3-Implementation.md +++ b/1.3-Implementation.md @@ -1,6 +1,6 @@ ### :small_orange_diamond: Before you do anything... -:star: Do not just take the `user.js` and use it as is. It's a template, treat it as such. Much has gone into making the defaults responsible and to not put anyone at risk. At worst, you will get some inconvenience and breakage (to be expected with a fairly hardened setup). Everyone's mileage will differ, and you can undo things that "break" (except deleted items: read the entire page!). +:star: Do not just take the `user.js` and use it as is. It's a template, treat it as such. Much has gone into making the defaults responsible and to not put anyone at risk. At worst, you will get some inconvenience and breakage (to be expected with a fairly hardened setup). Everyone's mileage will differ, and you can undo things that "break" (except deleted items like cookies and history: read the entire page!). Also: - Read the [overview](https://github.com/arkenfox/user.js/wiki/1.1-Overview). It is important to understand how a `user.js` works.