Updated 3.1 User Scripts (markdown)

earthlng
2017-03-14 19:24:19 +01:00
parent e03b2a93f9
commit f156ebc04b

@@ -17,7 +17,7 @@ You can test it at [JoDonym](http://ip-check.info/?lang=en)
// ==/UserScript== // ==/UserScript==
Object.defineProperty(history,'length',{ Object.defineProperty(history,'length',{
get:function() { return 2; } get: function() { return 2; }
}); });
``` ```