From e8ecfc2f4c767056373765f05a662e13a2779b28 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 15 Mar 2017 06:56:19 +1300 Subject: [PATCH] Updated 3.1 Greasemonkey (markdown) --- 3.1-Greasemonkey.md => 3.1-User-Scripts.md | 2 ++ 1 file changed, 2 insertions(+) rename 3.1-Greasemonkey.md => 3.1-User-Scripts.md (97%) diff --git a/3.1-Greasemonkey.md b/3.1-User-Scripts.md similarity index 97% rename from 3.1-Greasemonkey.md rename to 3.1-User-Scripts.md index f86a3f2..ddbb2c8 100644 --- a/3.1-Greasemonkey.md +++ b/3.1-User-Scripts.md @@ -1,4 +1,6 @@ +earthlng will explain what addons can use user scripts + ### Conceal history.length This does not break history in any way. It just lies to any JS asking about it. Your actual (max) history is controlled by `browser.sessionhistory.max_entries` which is a per tab setting. You can test it at [JoDonym](http://ip-check.info/?lang=en)