CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/HTML/master/dist/HTML.alter.js
accept-ranges: bytes
age: 0
date: Thu, 24 Jul 2025 05:35:49 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210076-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753335349.756911,VS0,VE1230
vary: Accept-Encoding
x-fastly-request-id: 551021464014c84a4e5179a4d193152d43a8722f
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: 5B78:08FE:5F5DC:13C011:6881C635
content-encoding: gzip
accept-ranges: bytes
date: Thu, 24 Jul 2025 05:35:50 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210085-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753335350.037765,VS0,VE281
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 4e28913419789eb3dcebc57b65640e642486e4ff
expires: Thu, 24 Jul 2025 05:40:50 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