Updated 3.1 Greasemonkey (markdown)

Thorin-Oakenpants 2017-03-15 06:20:51 +13:00
parent 3161c50395
commit 6ec27df6d6

@ -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