mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
parent
70b8d50c56
commit
ecc55ad13f
2 changed files with 22 additions and 16 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
scope.changedGetters = [
|
||||
{
|
||||
objectGetters: [function(window){return window.History.prototype;}],
|
||||
objectGetters: [function(window){return window.History && window.History.prototype;}],
|
||||
name: "length",
|
||||
getterGenerator: function(checker){
|
||||
const temp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue