This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A3B2C3D0D0F1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// prevent IE from making tons of requests to background images | |
if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
var d=document; | |
var mObj,cssObj; | |
var isActive = false; | |
var activeObj = null; | |
var pause = false; | |
var treeIndex = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// prevent IE from making tons of requests to background images | |
if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
var d=document; | |
var mObj,cssObj; | |
var isActive = false; | |
var activeObj = null; | |
var pause = false; | |
var treeIndex = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// prevent IE from making tons of requests to background images | |
if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
var d=document; | |
var mObj,cssObj; | |
var isActive = false; | |
var activeObj = null; | |
var pause = false; | |
var treeIndex = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// prevent IE from making tons of requests to background images | |
if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
var d=document; | |
var mObj,cssObj; | |
var isActive = false; | |
var activeObj = null; | |
var pause = false; | |
var treeIndex = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// prevent IE from making tons of requests to background images | |
if(document.execCommand && document.all && !window.opera) document.execCommand("BackgroundImageCache",false,true); | |
var d=document; | |
var mObj,cssObj; | |
var isActive = false; | |
var activeObj = null; | |
var pause = false; | |
var treeIndex = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
v12.12.2012 | |
- bumped the container's z-index to 64000 per @jeremymeyers | |
v03.31.2008 | |
- fixed display issues in IE7 courtesy of Frank Mantje @ cosbo.nl | |
*/ | |
#modiContainer { | |
position:absolute !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
v12.12.2012 | |
- bumped the container's z-index to 64000 per @jeremymeyers | |
v03.31.2008 | |
- fixed display issues in IE7 courtesy of Frank Mantje @ cosbo.nl | |
*/ | |
#modiContainer { | |
position:absolute !important; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This file is part of the PHP Video Toolkit v2 package. | |
* | |
* @author Oliver Lillie (aka buggedcom) <[email protected]> | |
* @license Dual licensed under MIT and GPLv2 | |
* @copyright Copyright (c) 2008-2014 Oliver Lillie <http://www.buggedcom.co.uk> | |
* @package PHPVideoToolkit V2 | |
* @version 2.1.7-beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (function () { | |
var LANG = "EN" | |
var outOfTheBox | |
var qcMeta = {} | |
qcMeta.lang = LANG | |
if(document.location.href.includes( | |
"originator.backlot.netflix.com")) { | |
var our_clq = document.location.href | |
.split(":")[3] | |
if(our_clq) { |