Benign wordpress Download

ultimate-author-box-lite 1.1.2

Reads WordPress post metadataReads a WordPress option (get_option)
SHA-2565d2823b8cd306843b6838d5a377d526fa1db36e514f2a8ba017008fe49dfba7e

Evidence

References a public code-forge URL wp-color-picker-alpha.js · lines 1–11
1/**!
2 * wp-color-picker-alpha
3 *
4 * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
5 * Only run in input and is defined data alpha in true
6 *
7 * Version: 2.1.2
8 * https://github.com/kallookoo/wp-color-picker-alpha
9 * Licensed under the GPLv2 license.
10 */
11!function(t){var o="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==",r='<div class="wp-picker-holder" />',e='<div class="wp-picker-container" />',i='<input type="button" class="button button-small" />',a=void 0!==wpColorPickerL10n.current;if(a)n='<a tabindex="0" class="wp-color-result" />';else var n='<button type="button" class="button wp-color-result" aria-expanded="false"><span class="wp-color-result-text"></span></button>',l="<label></label>",s='<span class="screen-reader-text"></span>';Color.fn.toString=function(){if(this._alpha<1)return this.toCSS("rgba",this._alpha).replace(/\s+/g,"");var t=parseInt(this._color,10).toString(16);return this.error?"":(t.length<6&&(t=("00000"+t).substr(-6)),"#"+t)},t.widget("wp.wpColorPicke
Registers asynchronous named event handler wp-color-picker-alpha.js · line 11
11:3124r,e)}}),c.val(p.initialValue),p._addListeners(),p.options.hide||p.toggler.click()}},_addListeners:function(){var o=this;o.wrap.on("click.wpcolorpicker",function(t){t.stopPropagation()}),o.toggler.click(function(){o.toggler.hasClass("wp-picker-open")?o.close():o.open()}),o.element.on("change",function(r){(""===t(this).val()||o.element.hasClass("iris-error"))&&(o.options.alpha?(a&&o.toggler.removeAttr("style"),o.toggler.find("s
Registers keyboard event handler with on() wp-color-picker-alpha.js · lines 11–13
11:6473-F]{3}$/)||o._setOption("color",e.toString()))};t.on("change",r).on("keyup",o._debounce(r,100)),o.options.hide&&t.on("focus",function(){o.show()})}})}(jQuery),
12// Auto call with colo-picker class
13jQuery(document).ready(function(t){t(".color-picker").wpColorPicker()});
Reads browser User-Agent string codemirror.js · lines 1–23
1// CodeMirror, copyright (c) by Marijn Haverbeke and others
2// Distributed under an MIT license: http://codemirror.net/LICENSE
3
4// This is CodeMirror (http://codemirror.net), a code editor
5// implemented in JavaScript on top of the browser's DOM.
6//
7// You can find some technical background for some of the code below
8// at http://marijnhaverbeke.nl/blog/#cm-internals .
9
10(function (global, factory) {
11 typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
12 typeof define === 'function' && define.amd ? define(factory) :
13 (global.CodeMirror = factory());
14}(this, (function () { 'use strict';
15
16// Kludges for bugs and behavior differences that can't be feature
17// detected are enabled based on userAgent etc sniffing.
18var userAgent = navigator.userAgent
19var platform = navigator.platform
20
21var gecko = /gecko\/\d/i.test(userAgent)
22var ie_upto10 = /MSIE \d/.test(userAgent)
23var ie_11up = /Trident\/(?:[7-9]|\d{2,})\..
Compiles a set of JavaScript regex patterns codemirror.js · lines 46–55
46:28ko || (ie && ie_version >= 9)
47
48function classTest(cls) { return new RegExp("(^|\\s)" + cls + "(?:$|\\s)\\s*") }
49
50var rmClass = function(node, cls) {
5 lines

Showing the top 5 files — 2 more files (22 regions) not shown.

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.