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