CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/trigger/master/src/trigger.old.js
accept-ranges: bytes
age: 0
date: Mon, 21 Jul 2025 02:25:08 GMT
via: 1.1 varnish
x-served-by: cache-bom4745-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753064707.399320,VS0,VE1177
vary: Accept-Encoding
x-fastly-request-id: 4b36c554cf73177f8554f7e9bcfa5f11931a1a23
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/"6b1624c40bfc329b316e56d20edc058237b5aff7c650952ddc4ddc9f331aa9b8"
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: CCB3:37193:81F6B:1B92CD:687DA504
content-encoding: gzip
accept-ranges: bytes
date: Mon, 21 Jul 2025 02:25:08 GMT
via: 1.1 varnish
x-served-by: cache-bom4730-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753064709.630705,VS0,VE264
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: cfc280591c91c203e1568977577fffd82d67e4da
expires: Mon, 21 Jul 2025 02:30:08 GMT
source-age: 0
content-length: 300
/**
* Copyright (c) 2013, ESHA Research
* Dual licensed under the MIT and GPL licenses:
* https://www.opensource.org/licenses/mit-license.php
* https://www.gnu.org/licenses/gpl.html
*/
;(function($, _) {
// IE < 9 doesn't support custom events
if (!document.createEvent) {
_.event = function(target, props) {
var e = $.Event(props.type, props);
$(target).trigger(e);
return e;
};
}
})(jQuery, trigger._);