ultrawidify/js/run/GlobalVars.js

28 lines
449 B
JavaScript
Raw Normal View History

2018-01-20 22:59:31 +01:00
var GlobalVars = {
video: null,
player: null,
playerDimensions: null,
2018-02-05 22:46:38 +01:00
lastAr: null,
lastUrl: "",
currentCss: {
top: null,
left: null
2018-02-15 00:17:58 +01:00
},
arDetect: {
blackbarTreshold: 10,
guardLine: {
top: null,
bottom: null,
logo: {
detected: false,
top_left: null,
top_right: null,
bottom_left: null,
bottom_right: null
}
start: null,
end: null
}
2018-02-05 22:46:38 +01:00
}
2018-01-20 22:59:31 +01:00
}