CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/HTML/master/dist/HTML.alter.js
accept-ranges: bytes
age: 0
date: Mon, 21 Jul 2025 14:57:36 GMT
via: 1.1 varnish
x-served-by: cache-bom4737-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753109856.774051,VS0,VE246
vary: Accept-Encoding
x-fastly-request-id: 32ae26b01a704d506f6f904d892cb44be244f138
content-length: 0
HTTP/2 200
cache-control: max-age=300
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
content-type: text/plain; charset=utf-8
etag: W/"150720bb1696ae6f9473575da262bc721ec6ae9978895e7641329094e0e2cfba"
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-request-id: 953E:A7033:29017B:6F781C:687E555F
content-encoding: gzip
accept-ranges: bytes
date: Mon, 21 Jul 2025 14:57:36 GMT
via: 1.1 varnish
x-served-by: cache-bom4742-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753109856.072281,VS0,VE313
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 232a4d890c0dff2854ea878462fb31de10eeeadc
expires: Mon, 21 Jul 2025 15:02:36 GMT
source-age: 0
content-length: 714
/*! HTML - v0.12.1 - 2014-10-22
* https://nbubna.github.io/HTML/
* Copyright (c) 2014 ESHA Research; Licensed MIT, GPL */
(function(document, _) {
"use strict";
var add = _.fn.add = function(arg, ref) {
return this.each(function(node) {
return add.all(node, arg, ref);
});
};
add.all = function(node, arg, ref) {
if (typeof arg === "string") {// turn arg into an appendable
return add.create(node, arg, ref);
}
if (!(arg instanceof Node) && 'length' in arg) {// array of append-ables
var ret = [];
for (var i=0,m=arg.length; i