Updated 3.1 Greasemonkey (markdown)

Thorin-Oakenpants 2017-03-15 06:20:14 +13:00
parent 7c018c0cee
commit 3161c50395

@ -1,5 +1,5 @@
### Conceal History Length
### 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)
```js