mirror of
https://github.com/arkenfox/user.js.git
synced 2025-11-08 09:35:26 +01:00
Updated 3.1 User Scripts (markdown)
@@ -16,12 +16,8 @@ You can test it at [JoDonym](http://ip-check.info/?lang=en)
|
|||||||
// @grant none
|
// @grant none
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
var _window={name:window.name};
|
|
||||||
Object.defineProperty(history,'length',{
|
Object.defineProperty(history,'length',{
|
||||||
get:function()
|
get:function() { return 2; }
|
||||||
{
|
|
||||||
return '2';
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user