CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/HTML/master/dist/HTML.alter.js
accept-ranges: bytes
date: Fri, 25 Jul 2025 04:58:36 GMT
via: 1.1 varnish
age: 0
x-served-by: cache-bom-vanm7210078-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753419515.842037,VS0,VE1225
vary: Accept-Encoding
x-fastly-request-id: 012d0e861820c35efb896e0de85bc830c60c54ab
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: D20F:9D63C:381FC:B4279:68830EFB
content-encoding: gzip
accept-ranges: bytes
date: Fri, 25 Jul 2025 04:58:36 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210061-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753419516.133981,VS0,VE266
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: f2814b9571141e91ba2803607c663eee8746cb39
expires: Fri, 25 Jul 2025 05:03: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