SYMBOL INDEX (13 symbols across 2 files) FILE: 153699.user.js function inIframe (line 42) | function inIframe () { function isStringType (line 52) | function isStringType(obj) { return typeof obj === 'string'; } function isArrayType (line 53) | function isArrayType(obj) { return obj instanceof Array; } function isObjectType (line 54) | function isObjectType(obj) { return typeof obj === 'object'; } function isUndefined (line 55) | function isUndefined(obj) { return typeof obj === 'undefined'; } function buildVenderPropertyDict (line 56) | function buildVenderPropertyDict(propertyNames, value) { function observe (line 62) | function observe(selector, config, callback) { function prettyHtml (line 202) | function prettyHtml(el) { function childOf (line 912) | function childOf(child, ancestor) { function cancelIfToggleKey (line 922) | function cancelIfToggleKey(validKeyCallback, e) { FILE: ResizeVideoToWindowSize.user.js function updateHeader (line 128) | function updateHeader() { function tick (line 167) | function tick() { function onWindowResize (line 302) | function onWindowResize() {