Skip to content

Instantly share code, notes, and snippets.

View AramZS's full-sized avatar
🎯
Focusing

Aram Zucker-Scharff AramZS

🎯
Focusing
View GitHub Profile
@AramZS
AramZS / ovamediaplayer.js
Created July 15, 2016 19:46
OvaMediaPlayer
var _0x3a7a = ["\x5F\x65\x76\x65\x6E\x74\x73", "\x5F\x6D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73", "\x65\x78\x70\x6F\x72\x74\x73", "\x45\x76\x65\x6E\x74\x45\x6D\x69\x74\x74\x65\x72", "\x70\x72\x6F\x74\x6F\x74\x79\x70\x65", "\x64\x65\x66\x61\x75\x6C\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73", "\x73\x65\x74\x4D\x61\x78\x4C\x69\x73\x74\x65\x6E\x65\x72\x73", "\x6E\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x61\x20\x70\x6F\x73\x69\x74\x69\x76\x65\x20\x6E\x75\x6D\x62\x65\x72", "\x65\x6D\x69\x74", "\x65\x72\x72\x6F\x72", "\x6C\x65\x6E\x67\x74\x68", "\x55\x6E\x63\x61\x75\x67\x68\x74\x2C\x20\x75\x6E\x73\x70\x65\x63\x69\x66\x69\x65\x64\x20\x22\x65\x72\x72\x6F\x72\x22\x20\x65\x76\x65\x6E\x74\x2E", "\x63\x61\x6C\x6C", "\x61\x70\x70\x6C\x79", "\x73\x6C\x69\x63\x65", "\x61\x64\x64\x4C\x69\x73\x74\x65\x6E\x65\x72", "\x6C\x69\x73\x74\x65\x6E\x65\x72\x20\x6D\x75\x73\x74\x20\x62\x65\x20\x61\x20\x66\x75\x6E\x63\x74\x69\x6F\x6E", "\x6E\x65\x77\x4C\x69\x73\x74\x65\x6E\x65\x72", "\x6C\x69\x73\x74\x65\x6E\x65\x72", "\x70\x75
Error: 76 Line:273 Unexpected end tag : scr
Error: 801 Line:287 Tag header invalid
Error: 801 Line:341 Tag nav invalid
Error: 801 Line:526 Tag time invalid
Error: 801 Line:621 Tag main invalid
Error: 801 Line:631 Tag header invalid
Error: 801 Line:643 Tag time invalid
Error: 801 Line:647 Tag time invalid
Error: 801 Line:671 Tag figure invalid
Error: 801 Line:688 Tag figcaption invalid
// ********************************************************************
// This class is part of the Sizmek DCO HTML5 TEMPLATE (AUTO_300X250)
// ALL RIGHTS RESERVED TO � 2014 Sizmek, Inc.
// *********************************************************************
// *********************************************************************
sizmek_Html5Template_728x90 = function() {
// Establish Method Name
this.name = 'DCO Html5 Template';
@AramZS
AramZS / jsvpaid.js
Created March 16, 2016 23:42
More Terrible adaptv code
(function(){function e() {
return function() {
}
}
function aa(a) {
return function(b) {
this[a] = b
}
}
function l(a) {
@AramZS
AramZS / OVV.js
Created March 16, 2016 22:21
OpenVideoViews tracking script
/**
* Copyright (c) 2013 Open VideoView
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
* the Software.
<?php
add_action( 'wp_head', array( $this, 'pf_aggregation_forward_to_new'));
function pf_aggregation_forward_to_new(){
if(1 == get_option('pf_link_to_source',0)){
//http://webmaster.iu.edu/tools-and-guides/maintenance/redirect-meta-refresh.phtml ?
$linked = pressforward()->metas->get_post_pf_meta(get_the_ID(), 'item_link', true);
//Need syndicate tag here.
if (is_single() && ('' != $linked)){
?>
<script type="text/javascript">
var creative = {};
/**
* Window onload handler.
*/
function preInit() {
setupDom();
if (Enabler.isInitialized()) {
init();
@AramZS
AramZS / CSSPlugin.js
Created February 19, 2016 16:09
Greensock's CSS plugin
/*!
* VERSION: 1.17.0
* DATE: 2015-05-27
* UPDATES AND DOCS AT: http://greensock.com
*
* @license Copyright (c) 2008-2015, GreenSock. All rights reserved.
* This work is subject to the terms at http://greensock.com/standard-license or for
* Club GreenSock members, the software agreement that was issued with your membership.
*
* @author: Jack Doyle, jack@greensock.com
function g(a, c, b) {
this.a = function() {
this.w = a;
this.n = c;
this.d = null;
this.e = this.M();
(void 0 === ModulesData.J || ModulesData.J) && Utils.insertAfter(this.e, l.b)
};
this.c = function() {
"function" === typeof this.e.c && this.e.c();
@AramZS
AramZS / AppNexus.js
Last active February 18, 2016 22:17
AppNexus
if (!window._lntv) {
window._lntv = {}
}
_lntv.s = function() {
function __re(H) {
var e = "";
for (var p = 0; p < H.length; p++) {
var I = H.charCodeAt(p);
if (I >= 97 && I <= 109 || I >= 65 && I <= 77) {