From 6ec27df6d6dae0ce18cf31ddd7e07e73c89ded0d Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 15 Mar 2017 06:20:51 +1300 Subject: [PATCH] Updated 3.1 Greasemonkey (markdown) --- 3.1-Greasemonkey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.1-Greasemonkey.md b/3.1-Greasemonkey.md index d095cf0..f86a3f2 100644 --- a/3.1-Greasemonkey.md +++ b/3.1-Greasemonkey.md @@ -5,7 +5,7 @@ This does not break history in any way. It just lies to any JS asking about it. ```js // ==UserScript== // @name Conceal history.length -// @description Intercepts read access to "history.length property. +// @description Intercepts read access to history.length property // @namespace localhost // @include * // @run-at document-start