Skip to content

Instantly share code, notes, and snippets.

@michmue
michmue / all.js
Created December 10, 2023 10:02
all.js defusicated
!function () {
var S = function () {
var t = true;
return function (r, e) {
var n = t ? function () {
if (e) {
var t = e.apply(r, arguments);
e = null;
return t;
}