diff --git a/3.1-User-Scripts.md b/3.1-User-Scripts.md index d9ed578..9c03697 100644 --- a/3.1-User-Scripts.md +++ b/3.1-User-Scripts.md @@ -17,7 +17,7 @@ You can test it at [JoDonym](http://ip-check.info/?lang=en) // ==/UserScript== Object.defineProperty(history,'length',{ - get:function() { return 2; } + get: function() { return 2; } }); ```