initial scrapbook implementation

This commit is contained in:
zefie
2025-07-11 14:47:48 -04:00
parent 2d77b10710
commit 1e26ffcf9d
8 changed files with 773 additions and 13 deletions

View File

@@ -12,9 +12,11 @@ const {spawn} = require('child_process');
const http = require('follow-redirects').http
const https = require('follow-redirects').https
const httpx = require(classPath + "/HTTPX.js");
const { URL } = require('url');
const net = require('net');
const crypto = require('crypto')
const CryptoJS = require('crypto-js');
const sharp = require('sharp')
const process = require('process');
const WTVSec = require(classPath + "/WTVSec.js");
const WTVLzpf = require(classPath + "/WTVLzpf.js");
@@ -238,6 +240,8 @@ var runScriptInVM = function (script_data, user_contextObj = {}, privileged = fa
"wtvmime": wtvmime,
"http": http,
"https": https,
"URL": URL,
"sharp": sharp,
"wtvshared": wtvshared,
"zlib": zlib,
"clientShowAlert": clientShowAlert,