| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667 |
- /*
- * Copyright 2018 Gildas Lormeau
- * contact : gildas.lormeau <at> gmail.com
- *
- * This file is part of SingleFile.
- *
- * The code in this file is free software: you can redistribute it and/or
- * modify it under the terms of the GNU Affero General Public License
- * (GNU AGPL) as published by the Free Software Foundation, either version 3
- * of the License, or (at your option) any later version.
- *
- * The code in this file is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
- * General Public License for more details.
- *
- * As additional permission under GNU AGPL version 3 section 7, you may
- * distribute UNMODIFIED VERSIONS OF THIS file without the copy of the GNU
- * AGPL normally required by section 4, provided you include this license
- * notice and a URL through which recipients can access the Corresponding
- * Source.
- */
- this.SingleFileCore = this.SingleFileCore || (() => {
- const SELECTED_CONTENT_ATTRIBUTE_NAME = "data-single-file-selected-content";
- const SELECTED_CONTENT_ROOT_ATTRIBUTE_NAME = "data-single-file-selected-content-root";
- const DEBUG = false;
- let Download, DOM, URL, cssTree, sessionId = 0;
- function getClass(...args) {
- [Download, DOM, URL, cssTree] = args;
- return SingleFileClass;
- }
- class SingleFileClass {
- constructor(options) {
- this.options = options;
- if (options.sessionId === undefined) {
- options.sessionId = sessionId;
- sessionId++;
- }
- }
- async initialize() {
- this.processor = new PageProcessor(this.options, true);
- await this.processor.loadPage();
- await this.processor.initialize();
- }
- async run() {
- await this.processor.run();
- }
- async getPageData() {
- return this.processor.getPageData();
- }
- }
- SingleFileClass.SELECTED_CONTENT_ATTRIBUTE_NAME = SELECTED_CONTENT_ATTRIBUTE_NAME;
- SingleFileClass.SELECTED_CONTENT_ROOT_ATTRIBUTE_NAME = SELECTED_CONTENT_ROOT_ATTRIBUTE_NAME;
- // -------------
- // ProgressEvent
- // -------------
- const PAGE_LOADING = "page-loading";
- const PAGE_LOADED = "page-loaded";
- const RESOURCES_INITIALIZING = "resource-initializing";
- const RESOURCES_INITIALIZED = "resources-initialized";
- const RESOURCE_LOADED = "resource-loaded";
- const PAGE_ENDED = "page-ended";
- const STAGE_STARTED = "stage-started";
- const STAGE_ENDED = "stage-ended";
- const STAGE_TASK_STARTED = "stage-task-started";
- const STAGE_TASK_ENDED = "stage-task-ended";
- class ProgressEvent {
- constructor(type, detail) {
- return { type, detail, PAGE_LOADING, PAGE_LOADED, RESOURCES_INITIALIZING, RESOURCES_INITIALIZED, RESOURCE_LOADED, PAGE_ENDED, STAGE_STARTED, STAGE_ENDED, STAGE_TASK_STARTED, STAGE_TASK_ENDED };
- }
- }
- // -------------
- // PageProcessor
- // -------------
- const RESOLVE_URLS_STAGE = 0;
- const REPLACE_DATA_STAGE = 1;
- const REPLACE_DOCS_STAGE = 2;
- const POST_PROCESS_STAGE = 3;
- const STAGES = [{
- sequential: [
- { action: "preProcessPage" },
- { action: "insertShadowRootContents" },
- { action: "replaceStyleContents" },
- { option: "selected", action: "removeUnselectedElements" },
- { option: "removeVideoSrc", action: "insertVideoPosters" },
- { option: "removeFrames", action: "removeFrames" },
- { option: "removeImports", action: "removeImports" },
- { option: "removeScripts", action: "removeScripts" },
- { action: "removeDiscardedResources" },
- { action: "resetCharsetMeta" },
- { action: "setInputValues" },
- { option: "insertFaviconLink", action: "insertFaviconLink" },
- { action: "resolveHrefs" },
- { action: "replaceCanvasElements" },
- { action: "insertFonts" },
- { option: "removeHiddenElements", action: "removeHiddenElements" },
- { action: "resolveStyleAttributeURLs" }
- ],
- parallel: [
- { action: "resolveStylesheetURLs" },
- { option: "!removeFrames", action: "resolveFrameURLs" },
- { option: "!removeImports", action: "resolveHtmlImportURLs" }
- ]
- }, {
- sequential: [
- { option: "removeUnusedStyles", action: "removeUnusedStyles" },
- { option: "removeAlternativeMedias", action: "removeAlternativeMedias" },
- { option: "removeUnusedStyles", action: "removeUnusedFonts" }
- ],
- parallel: [
- { action: "processStylesheets" },
- { action: "processStyleAttributes" },
- { action: "processPageResources" },
- { option: "!removeScripts", action: "processScripts" }
- ]
- }, {
- sequential: [
- { option: "removeAlternativeImages", action: "removeAlternativeImages" },
- { option: "removeAlternativeFonts", action: "removeAlternativeFonts" }
- ],
- parallel: [
- { option: "!removeFrames", action: "processFrames" },
- { option: "!removeImports", action: "processHtmlImports" },
- ]
- }, {
- sequential: [
- { action: "replaceStylesheets" },
- { action: "replaceStyleAttributes" },
- { action: "insertVariables" },
- { option: "compressHTML", action: "compressHTML" }
- ]
- }];
- class PageProcessor {
- constructor(options, root) {
- this.root = root;
- this.options = options;
- this.options.url = this.options.url || this.options.doc.location.href;
- this.options.baseURI = this.options.doc && this.options.doc.baseURI;
- this.batchRequest = new BatchRequest();
- this.processor = new DOMProcessor(options, this.batchRequest);
- if (this.options.doc) {
- const docData = DOM.preProcessDoc(this.options.doc, this.options.win, this.options);
- this.options.canvasData = docData.canvasData;
- this.options.fontsData = docData.fontsData;
- this.options.stylesheetContents = docData.stylesheetContents;
- this.options.imageData = docData.imageData;
- this.options.postersData = docData.postersData;
- this.options.usedFonts = docData.usedFonts;
- this.options.shadowRootContents = docData.shadowRootContents;
- }
- this.options.content = this.options.content || (this.options.doc ? DOM.serialize(this.options.doc, false) : null);
- this.onprogress = options.onprogress || (() => { });
- }
- async loadPage() {
- this.onprogress(new ProgressEvent(PAGE_LOADING, { pageURL: this.options.url, frame: !this.root }));
- await this.processor.loadPage(this.options.content);
- this.onprogress(new ProgressEvent(PAGE_LOADED, { pageURL: this.options.url, frame: !this.root }));
- }
- async initialize() {
- this.onprogress(new ProgressEvent(RESOURCES_INITIALIZING, { pageURL: this.options.url }));
- await this.executeStage(RESOLVE_URLS_STAGE);
- this.pendingPromises = this.executeStage(REPLACE_DATA_STAGE);
- if (this.options.doc) {
- DOM.postProcessDoc(this.options.doc, this.options);
- this.options.doc = null;
- this.options.win = null;
- }
- }
- async run() {
- if (this.root) {
- this.processor.initialize(this.batchRequest);
- this.onprogress(new ProgressEvent(RESOURCES_INITIALIZED, { pageURL: this.options.url, index: 0, max: this.processor.maxResources }));
- }
- await this.batchRequest.run(detail => {
- detail.pageURL = this.options.url;
- this.onprogress(new ProgressEvent(RESOURCE_LOADED, detail));
- }, this.options);
- await this.pendingPromises;
- await this.executeStage(REPLACE_DOCS_STAGE);
- await this.executeStage(POST_PROCESS_STAGE);
- await this.processor.end();
- }
- async getPageData() {
- if (this.root) {
- this.onprogress(new ProgressEvent(PAGE_ENDED, { pageURL: this.options.url }));
- }
- return this.processor.getPageData();
- }
- async executeStage(step) {
- if (DEBUG) {
- log("**** STARTED STAGE", step, "****");
- }
- const frame = !this.root;
- this.onprogress(new ProgressEvent(STAGE_STARTED, { pageURL: this.options.url, step, frame }));
- STAGES[step].sequential.forEach(task => {
- let startTime;
- if (DEBUG) {
- startTime = Date.now();
- log(" -- STARTED task =", task.action);
- }
- this.onprogress(new ProgressEvent(STAGE_TASK_STARTED, { pageURL: this.options.url, step, task: task.action, frame }));
- this.executeTask(task);
- this.onprogress(new ProgressEvent(STAGE_TASK_ENDED, { pageURL: this.options.url, step, task: task.action, frame }));
- if (DEBUG) {
- log(" -- ENDED task =", task.action, "delay =", Date.now() - startTime);
- }
- });
- let parallelTasksPromise;
- if (STAGES[step].parallel) {
- parallelTasksPromise = await Promise.all(STAGES[step].parallel.map(task => {
- let startTime;
- if (DEBUG) {
- startTime = Date.now();
- log(" // STARTED task =", task.action);
- }
- this.onprogress(new ProgressEvent(STAGE_TASK_STARTED, { pageURL: this.options.url, step, task: task.action, frame }));
- const promise = this.executeTask(task);
- promise.then(() => this.onprogress(new ProgressEvent(STAGE_TASK_ENDED, { pageURL: this.options.url, step, task: task.action, frame })));
- if (DEBUG) {
- promise.then(() => log(" // ENDED task =", task.action, "delay =", Date.now() - startTime));
- }
- return promise;
- }));
- } else {
- parallelTasksPromise = Promise.resolve();
- }
- this.onprogress(new ProgressEvent(STAGE_ENDED, { pageURL: this.options.url, step, frame }));
- if (DEBUG) {
- log("**** ENDED STAGE", step, "****");
- }
- return parallelTasksPromise;
- }
- executeTask(task) {
- if (!task.option || ((task.option.startsWith("!") && !this.options[task.option]) || this.options[task.option])) {
- return this.processor[task.action]();
- }
- }
- }
- // --------
- // BatchRequest
- // --------
- class BatchRequest {
- constructor() {
- this.requests = new Map();
- }
- async addURL(resourceURL, asDataURI = true) {
- return new Promise((resolve, reject) => {
- const requestKey = JSON.stringify([resourceURL, asDataURI]);
- const resourceRequests = this.requests.get(requestKey);
- if (resourceRequests) {
- resourceRequests.push({ resolve, reject });
- } else {
- this.requests.set(requestKey, [{ resolve, reject }]);
- }
- });
- }
- getMaxResources() {
- return Array.from(this.requests.keys()).length;
- }
- async run(onloadListener, options) {
- const resourceURLs = Array.from(this.requests.keys());
- let indexResource = 0;
- return Promise.all(resourceURLs.map(async requestKey => {
- const [resourceURL, asDataURI] = JSON.parse(requestKey);
- const resourceRequests = this.requests.get(requestKey);
- try {
- const resourceContent = await Download.getContent(resourceURL, { asDataURI, maxResourceSize: options.maxResourceSize, maxResourceSizeEnabled: options.maxResourceSizeEnabled });
- indexResource = indexResource + 1;
- onloadListener({ index: indexResource, url: resourceURL });
- resourceRequests.forEach(resourceRequest => resourceRequest.resolve({ content: resourceContent, indexResource, duplicate: Boolean(resourceRequests.length > 1) }));
- } catch (error) {
- indexResource = indexResource + 1;
- onloadListener({ index: indexResource, url: resourceURL });
- resourceRequests.forEach(resourceRequest => resourceRequest.reject(error));
- }
- this.requests.delete(requestKey);
- }));
- }
- }
- // ------------
- // DOMProcessor
- // ------------
- const EMPTY_DATA_URI = "data:base64,";
- const EMPTY_IMAGE = "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==";
- const SCRIPT_TAG_FOUND = /<script/gi;
- const NOSCRIPT_TAG_FOUND = /<noscript/gi;
- class DOMProcessor {
- constructor(options, batchRequest) {
- this.options = options;
- this.stats = new Stats(options);
- this.baseURI = DomUtil.normalizeURL(options.baseURI || options.url);
- this.batchRequest = batchRequest;
- this.stylesheets = new Map();
- this.styles = new Map();
- this.cssVariables = new Map();
- }
- initialize() {
- this.maxResources = this.batchRequest.getMaxResources();
- if (!this.options.removeFrames) {
- this.options.framesData.forEach(frameData => this.maxResources += frameData.maxResources || 0);
- }
- this.stats.set("processed", "resources", this.maxResources);
- }
- async loadPage(pageContent) {
- if (!pageContent || this.options.saveRawPage) {
- pageContent = await Download.getContent(this.baseURI, { asDataURI: false, maxResourceSize: this.options.maxResourceSize, maxResourceSizeEnabled: this.options.maxResourceSizeEnabled });
- }
- this.doc = DOM.createDoc(pageContent, this.baseURI);
- this.onEventAttributeNames = DOM.getOnEventAttributeNames(this.doc);
- }
- async getPageData() {
- DOM.postProcessDoc(this.doc, this.options);
- const url = new URL(this.baseURI);
- if (this.options.insertSingleFileComment) {
- const infobarContent = (this.options.infobarContent || "").replace(/\\n/g, "\n").replace(/\\t/g, "\t");
- const commentNode = this.doc.createComment("\n Page saved with SingleFile" +
- " \n url: " + this.options.url +
- " \n saved date: " + new Date() +
- (infobarContent ? " \n info: " + infobarContent : "") + "\n");
- this.doc.documentElement.insertBefore(commentNode, this.doc.documentElement.firstChild);
- }
- let size;
- if (this.options.displayStats) {
- size = DOM.getContentSize(this.doc.documentElement.outerHTML);
- }
- const content = DOM.serialize(this.doc, this.options.compressHTML);
- if (this.options.displayStats) {
- const contentSize = DOM.getContentSize(content);
- this.stats.set("processed", "HTML bytes", contentSize);
- this.stats.add("discarded", "HTML bytes", size - contentSize);
- }
- let filename = await DomProcessorHelper.evalTemplate(this.options.filenameTemplate, this.options, content);
- filename = filename.replace(/[~\\?%*:|"<>\x00-\x1f\x7F]+/g, "_"); // eslint-disable-line no-control-regex
- filename = filename.replace(/\.\.\//g, "").replace(/^\/+/, "").replace(/\/+/g, "/").replace(/\/$/, "");
- if (!this.options.backgroundSave) {
- filename = filename.replace(/\//g, "_");
- }
- if (filename.length > 192) {
- const extensionMatch = filename.match(/(\.[^.]{3,4})$/);
- const extension = extensionMatch && extensionMatch[0] && extensionMatch[0].length > 1 ? extensionMatch[0] : "";
- filename = filename.substring(0, 192 - extension.length) + "…" + extension;
- }
- if (!filename) {
- filename = "Unnamed page";
- }
- const matchTitle = this.baseURI.match(/([^/]*)\/?(\.html?.*)$/) || this.baseURI.match(/\/\/([^/]*)\/?$/);
- return {
- stats: this.stats.data,
- title: this.options.title || (this.baseURI && matchTitle ? matchTitle[1] : (url.hostname ? url.hostname : "")),
- filename,
- content
- };
- }
- removeUnselectedElements() {
- const rootElement = this.doc.querySelector("[" + SELECTED_CONTENT_ROOT_ATTRIBUTE_NAME + "]");
- if (rootElement) {
- DomProcessorHelper.isolateElements(rootElement);
- rootElement.removeAttribute(SELECTED_CONTENT_ROOT_ATTRIBUTE_NAME);
- rootElement.removeAttribute(SELECTED_CONTENT_ATTRIBUTE_NAME);
- }
- }
- setInputValues() {
- this.doc.querySelectorAll("input").forEach(input => {
- const value = input.getAttribute(DOM.inputValueAttributeName(this.options.sessionId));
- input.setAttribute("value", value || "");
- });
- this.doc.querySelectorAll("textarea").forEach(textarea => {
- const value = textarea.getAttribute(DOM.inputValueAttributeName(this.options.sessionId));
- textarea.textContent = value || "";
- });
- this.doc.querySelectorAll("select").forEach(select => {
- select.querySelectorAll("option").forEach(option => {
- const selected = option.getAttribute(DOM.inputValueAttributeName(this.options.sessionId)) != null;
- if (selected) {
- option.setAttribute("selected", "");
- }
- });
- });
- }
- removeDiscardedResources() {
- const objectElements = this.doc.querySelectorAll("applet, meta[http-equiv=refresh], object[data]:not([type=\"image/svg+xml\"]):not([type=\"image/svg-xml\"]):not([type=\"text/html\"]), embed[src]:not([src*=\".svg\"])");
- this.stats.set("discarded", "objects", objectElements.length);
- this.stats.set("processed", "objects", objectElements.length);
- objectElements.forEach(element => element.remove());
- const replacedAttributeValue = this.doc.querySelectorAll("link[rel~=preconnect], link[rel~=prerender], link[rel~=dns-prefetch], link[rel~=preload], link[rel~=prefetch]");
- replacedAttributeValue.forEach(element => {
- const relValue = element.getAttribute("rel").replace(/(preconnect|prerender|dns-prefetch|preload|prefetch)/g, "").trim();
- if (relValue.length) {
- element.setAttribute("rel", relValue);
- } else {
- element.remove();
- }
- });
- this.doc.querySelectorAll("meta[http-equiv=\"content-security-policy\"]").forEach(element => element.remove());
- if (this.options.compressHTML) {
- this.doc.querySelectorAll("input[type=hidden]").forEach(element => element.remove());
- }
- this.doc.querySelectorAll("a[ping]").forEach(element => element.removeAttribute("ping"));
- if (this.options.removeScripts) {
- this.onEventAttributeNames.forEach(attributeName => this.doc.querySelectorAll("[" + attributeName + "]").forEach(element => element.removeAttribute(attributeName)));
- this.doc.querySelectorAll("[href]").forEach(element => {
- if (element.href && element.href.match && element.href.match(/^\s*javascript:/)) {
- element.setAttribute("href", "");
- }
- });
- this.doc.querySelectorAll("[src]").forEach(element => {
- if (element.src && element.src.match(/^\s*javascript:/)) {
- element.removeAttribute("src");
- }
- });
- }
- const audioSourceElements = this.doc.querySelectorAll("audio[src], audio > source[src]");
- this.stats.set("processed", "audio sources", audioSourceElements.length);
- if (this.options.removeAudioSrc) {
- this.stats.set("discarded", "audio sources", audioSourceElements.length);
- audioSourceElements.forEach(element => {
- if (element.tagName == "SOURCE") {
- element.remove();
- } else {
- audioSourceElements.forEach(element => element.removeAttribute("src"));
- }
- });
- }
- const videoSourceElements = this.doc.querySelectorAll("video[src], video > source[src]");
- this.stats.set("processed", "video sources", videoSourceElements.length);
- if (this.options.removeVideoSrc) {
- this.stats.set("discarded", "video sources", videoSourceElements.length);
- videoSourceElements.forEach(element => {
- if (element.tagName == "SOURCE") {
- element.remove();
- } else {
- videoSourceElements.forEach(element => element.removeAttribute("src"));
- }
- });
- }
- }
- async end() {
- const metaCharset = this.doc.head.querySelector("meta[charset]");
- if (metaCharset) {
- this.doc.head.insertBefore(metaCharset, this.doc.head.firstChild);
- }
- this.doc.querySelectorAll("base").forEach(element => element.remove());
- if (this.doc.head.querySelectorAll("*").length == 1 && metaCharset && this.doc.body.childNodes.length == 0) {
- this.doc.head.querySelector("meta[charset]").remove();
- }
- const titleElement = this.doc.querySelector("title");
- const descriptionElement = this.doc.querySelector("meta[name=description]");
- const authorElement = this.doc.querySelector("meta[name=author]");
- const creatorElement = this.doc.querySelector("meta[name=creator]");
- const publisherElement = this.doc.querySelector("meta[name=publisher]");
- this.options.title = titleElement ? titleElement.textContent.trim() : "";
- this.options.infobarContent = await DomProcessorHelper.evalTemplate(this.options.infobarTemplate, this.options, null, true);
- this.options.info = {
- description: descriptionElement ? descriptionElement.content.trim() : "",
- lang: this.doc.documentElement.lang,
- author: authorElement ? authorElement.content.trim() : "",
- creator: creatorElement ? creatorElement.content.trim() : "",
- publisher: publisherElement ? publisherElement.content.trim() : ""
- };
- }
- preProcessPage() {
- this.doc.querySelectorAll("singlefile-infobar, singlefile-mask, singlefile-logs-window").forEach(element => element.remove());
- if (this.options.win) {
- this.doc.body.querySelectorAll(":not(svg) title, meta, link[href][rel*=\"icon\"]").forEach(element => element instanceof this.options.win.HTMLElement && this.doc.head.appendChild(element));
- }
- if (this.options.imageData) {
- const dataAttributeName = DOM.imagesAttributeName(this.options.sessionId);
- this.doc.querySelectorAll("img").forEach(imgElement => {
- const imgData = this.options.imageData[Number(imgElement.getAttribute(dataAttributeName))];
- if (this.options.removeHiddenElements && imgData.size && !imgData.size.pxWidth && !imgData.size.pxHeight) {
- imgElement.setAttribute("src", EMPTY_IMAGE);
- } else if (imgData.currentSrc) {
- imgElement.setAttribute("src", imgData.currentSrc);
- }
- });
- if (this.options.lazyLoadImages) {
- this.doc.querySelectorAll("img[data-src]").forEach(imgElement => {
- const imgData = this.options.imageData[Number(imgElement.getAttribute(dataAttributeName))];
- if ((!imgElement.getAttribute("src") || imgElement.getAttribute("src") == EMPTY_IMAGE) && imgElement.getAttribute("data-src")) {
- imgData.src = imgElement.dataset.src;
- imgElement.setAttribute("src", imgElement.dataset.src);
- imgElement.removeAttribute("data-src");
- }
- });
- this.doc.querySelectorAll("img[data-srcset]").forEach(imgElement => {
- if (!imgElement.getAttribute("srcset") && imgElement.getAttribute("data-srcset")) {
- imgElement.setAttribute("srcset", imgElement.dataset.srcset);
- imgElement.removeAttribute("data-srcset");
- }
- });
- }
- }
- }
- removeScripts() {
- const scriptElements = this.doc.querySelectorAll("script:not([type=\"application/ld+json\"])");
- this.stats.set("discarded", "scripts", scriptElements.length);
- this.stats.set("processed", "scripts", scriptElements.length);
- scriptElements.forEach(element => element.remove());
- }
- removeFrames() {
- const frameElements = this.doc.querySelectorAll("iframe, frame, object[type=\"text/html\"][data]");
- this.stats.set("discarded", "frames", frameElements.length);
- this.stats.set("processed", "frames", frameElements.length);
- this.doc.querySelectorAll("iframe, frame, object[type=\"text/html\"][data]").forEach(element => element.remove());
- }
- removeImports() {
- const importElements = this.doc.querySelectorAll("link[rel=import]");
- this.stats.set("discarded", "HTML imports", importElements.length);
- this.stats.set("processed", "HTML imports", importElements.length);
- importElements.forEach(element => element.remove());
- }
- resetCharsetMeta() {
- let charSet;
- this.doc.querySelectorAll("meta[charset], meta[http-equiv=\"content-type\"]").forEach(element => {
- const charSetDeclaration = element.content.split(";")[1];
- if (charSetDeclaration && !charSet) {
- charSet = charSetDeclaration.split("=")[1];
- if (charSet) {
- this.charSet = charSet.trim().toLowerCase();
- }
- }
- element.remove();
- });
- const metaElement = this.doc.createElement("meta");
- metaElement.setAttribute("charset", "utf-8");
- if (this.doc.head.firstChild) {
- this.doc.head.insertBefore(metaElement, this.doc.head.firstChild);
- } else {
- this.doc.head.appendChild(metaElement);
- }
- }
- insertFaviconLink() {
- let faviconElement = this.doc.querySelector("link[href][rel=\"icon\"]");
- if (!faviconElement) {
- faviconElement = this.doc.querySelector("link[href][rel=\"shortcut icon\"]");
- }
- if (!faviconElement) {
- faviconElement = this.doc.createElement("link");
- faviconElement.setAttribute("type", "image/x-icon");
- faviconElement.setAttribute("rel", "shortcut icon");
- faviconElement.setAttribute("href", "/favicon.ico");
- }
- this.doc.head.appendChild(faviconElement);
- }
- resolveHrefs() {
- this.doc.querySelectorAll("[href]").forEach(element => {
- const href = element.getAttribute("href");
- if (!DomUtil.testIgnoredPath(href) && DomUtil.testValidPath(href, this.baseURI, this.options.url)) {
- const normalizedHref = DomUtil.normalizeURL(href);
- if (element.tagName == "LINK") {
- try {
- element.setAttribute("href", new URL(href, this.options.baseURI || this.options.url));
- } catch (error) {
- if (element.tagName == "LINK") {
- element.setAttribute("href", EMPTY_URL);
- }
- }
- } else if (normalizedHref == href) {
- try {
- element.setAttribute("href", new URL(normalizedHref, this.options.baseURI || this.options.url));
- } catch (error) {
- // ignored
- }
- }
- }
- });
- }
- removeUnusedStyles() {
- if (!this.mediaAllInfo) {
- this.mediaAllInfo = DOM.getMediaAllInfo(this.doc, { stylesheets: this.stylesheets, styles: this.styles });
- }
- const stats = DOM.minifyCSSRules(this.stylesheets, this.styles, this.mediaAllInfo);
- this.stats.set("processed", "CSS rules", stats.processed);
- this.stats.set("discarded", "CSS rules", stats.discarded);
- }
- removeUnusedFonts() {
- DOM.removeUnusedFonts(this.doc, this.stylesheets, this.styles, this.options);
- }
- removeAlternativeFonts() {
- DOM.removeAlternativeFonts(this.doc, this.stylesheets);
- }
- removeAlternativeImages() {
- DOM.removeAlternativeImages(this.doc);
- }
- removeHiddenElements() {
- const hiddenElements = this.doc.querySelectorAll("[" + DOM.removedContentAttributeName(this.options.sessionId) + "]");
- this.stats.set("discarded", "hidden elements", hiddenElements.length);
- this.stats.set("processed", "hidden elements", hiddenElements.length);
- hiddenElements.forEach(element => element.remove());
- }
- compressHTML() {
- let size;
- if (this.options.displayStats) {
- size = DOM.getContentSize(this.doc.documentElement.outerHTML);
- }
- DOM.minifyHTML(this.doc, { preservedSpaceAttributeName: DOM.preservedSpaceAttributeName(this.options.sessionId) });
- if (this.options.displayStats) {
- this.stats.add("discarded", "HTML bytes", size - DOM.getContentSize(this.doc.documentElement.outerHTML));
- }
- }
- removeAlternativeMedias() {
- const stats = DOM.minifyMedias(this.stylesheets);
- this.stats.set("processed", "medias", stats.processed);
- this.stats.set("discarded", "medias", stats.discarded);
- }
- replaceCanvasElements() {
- if (this.options.canvasData) {
- this.doc.querySelectorAll("canvas").forEach((canvasElement, indexCanvasElement) => {
- const canvasData = this.options.canvasData[indexCanvasElement];
- if (canvasData) {
- DomProcessorHelper.setBackgroundImage(canvasElement, "url(" + canvasData.dataURI + ")");
- this.stats.add("processed", "canvas", 1);
- }
- });
- }
- }
- insertFonts() {
- if (this.options.fontsData && this.options.fontsData.length) {
- let stylesheetContent = "";
- this.options.fontsData.forEach(fontStyles => {
- if (fontStyles["font-family"] && fontStyles.src) {
- stylesheetContent += "@font-face{";
- let stylesContent = "";
- Object.keys(fontStyles).forEach(fontStyle => {
- if (stylesContent) {
- stylesContent += ";";
- }
- stylesContent += fontStyle + ":" + fontStyles[fontStyle];
- });
- stylesheetContent += stylesContent + "}";
- }
- });
- if (stylesheetContent) {
- const styleElement = this.doc.createElement("style");
- styleElement.textContent = stylesheetContent;
- const existingStyleElement = this.doc.querySelector("style");
- if (existingStyleElement) {
- existingStyleElement.parentElement.insertBefore(styleElement, existingStyleElement);
- } else {
- this.doc.head.insertBefore(styleElement, this.doc.head.firstChild);
- }
- }
- }
- }
- replaceStyleContents() {
- if (this.options.stylesheetContents) {
- this.doc.querySelectorAll("style").forEach((styleElement, styleIndex) => {
- if (this.options.stylesheetContents[styleIndex]) {
- styleElement.textContent = this.options.stylesheetContents[styleIndex];
- }
- });
- }
- }
- insertShadowRootContents() {
- if (this.options.shadowRootContents) {
- this.doc.querySelectorAll("[" + DOM.shadowRootAttributeName(this.options.sessionId) + "]").forEach((element, elementIndex) => {
- const DOMParser = DOM.getParser();
- const elementInfo = this.options.shadowRootContents[elementIndex];
- if (DOMParser && elementInfo) {
- const frameElement = this.doc.createElement("iframe");
- frameElement.setAttribute("style", "all:initial!important;border:0!important;width:100%!important;height:" + elementInfo.height + "px!important");
- const windowId = "shadow-" + this.options.framesData.length;
- frameElement.setAttribute(DOM.windowIdAttributeName(this.options.sessionId), windowId);
- this.options.framesData.push({ windowId, content: elementInfo.content, baseURI: this.baseURI });
- element.appendChild(frameElement);
- }
- });
- }
- }
- insertVideoPosters() {
- if (this.options.postersData) {
- this.doc.querySelectorAll("video[src], video > source[src]").forEach((element, videoIndex) => {
- let videoElement;
- if (element.tagName == "VIDEO") {
- videoElement = element;
- } else {
- videoElement = element.parentElement;
- }
- if (!videoElement.poster && this.options.postersData[videoIndex]) {
- videoElement.setAttribute("poster", this.options.postersData[videoIndex]);
- }
- });
- }
- }
- async processPageResources() {
- const processAttributeArgs = [
- ["link[href][rel*=\"icon\"]", "href", "data:", false, true],
- ["object[type=\"image/svg+xml\"], object[type=\"image/svg-xml\"]", "data", PREFIX_DATA_URI_IMAGE_SVG],
- ["img[src], input[src][type=image]", "src", PREFIX_DATA_URI_IMAGE, true],
- ["embed[src*=\".svg\"]", "src", PREFIX_DATA_URI_IMAGE_SVG],
- ["video[poster]", "poster", PREFIX_DATA_URI_IMAGE],
- ["*[background]", "background", PREFIX_DATA_URI_IMAGE],
- ["image", "xlink:href", PREFIX_DATA_URI_IMAGE]
- ];
- let resourcePromises = processAttributeArgs.map(([selector, attributeName, prefixDataURI, processDuplicates, removeElementIfMissing]) =>
- DomProcessorHelper.processAttribute(this.doc, this.doc.querySelectorAll(selector), attributeName, prefixDataURI, this.baseURI, this.options, this.cssVariables, this.styles, this.batchRequest, processDuplicates, removeElementIfMissing)
- );
- resourcePromises = resourcePromises.concat([
- DomProcessorHelper.processXLinks(this.doc.querySelectorAll("use"), this.baseURI, this.options, this.batchRequest),
- DomProcessorHelper.processSrcset(this.doc.querySelectorAll("img[srcset], source[srcset]"), "srcset", PREFIX_DATA_URI_IMAGE, this.baseURI, this.options, this.batchRequest)
- ]);
- if (!this.options.removeAudioSrc) {
- resourcePromises.push(DomProcessorHelper.processAttribute(this.doc, this.doc.querySelectorAll("audio[src], audio > source[src]"), "src", PREFIX_DATA_URI_AUDIO, this.baseURI, this.options, this.cssVariables, this.styles, this.batchRequest));
- }
- if (!this.options.removeVideoSrc) {
- resourcePromises.push(DomProcessorHelper.processAttribute(this.doc, this.doc.querySelectorAll("video[src], video > source[src]"), "src", PREFIX_DATA_URI_VIDEO, this.baseURI, this.options, this.cssVariables, this.styles, this.batchRequest));
- }
- await Promise.all(resourcePromises);
- DomProcessorHelper.processShortcutIcons(this.doc);
- }
- async resolveStylesheetURLs() {
- await Promise.all(Array.from(this.doc.querySelectorAll("style, link[rel*=stylesheet]"))
- .map(async element => {
- let mediaText;
- if (element.media) {
- mediaText = element.media;
- }
- this.stylesheets.set(element, { mediaText });
- const options = { maxResourceSize: this.options.maxResourceSize, maxResourceSizeEnabled: this.options.maxResourceSizeEnabled, url: this.options.url, charSet: this.charSet, compressCSS: this.options.compressCSS };
- const isLinkTag = element.tagName.toLowerCase() == "link";
- if (isLinkTag && element.rel.includes("alternate") && element.title) {
- element.remove();
- } else {
- let stylesheetContent;
- if (isLinkTag) {
- if (element.charset) {
- options.charSet = element.charset;
- }
- stylesheetContent = await DomProcessorHelper.resolveLinkStylesheetURLs(element.href, this.baseURI, options);
- } else {
- stylesheetContent = await DomProcessorHelper.resolveImportURLs(element.textContent, this.baseURI, options);
- }
- let stylesheet;
- try {
- stylesheet = cssTree.parse(stylesheetContent);
- } catch (error) {
- // ignored
- }
- if (stylesheet && stylesheet.children) {
- if (this.options.compressCSS) {
- const removedRules = [];
- for (let cssRule = stylesheet.children.head; cssRule; cssRule = cssRule.next) {
- if (cssRule.data.type == "Raw" && cssRule.data.value && cssRule.data.value.trim().startsWith("//")) {
- removedRules.push(cssRule);
- }
- }
- removedRules.forEach(cssRule => stylesheet.children.remove(cssRule));
- }
- this.stylesheets.get(element).stylesheet = stylesheet;
- }
- }
- }));
- }
- async processStylesheets() {
- await Promise.all(Array.from(this.stylesheets).map(([, stylesheetInfo]) =>
- DomProcessorHelper.processStylesheet(stylesheetInfo.stylesheet.children, this.baseURI, this.options, this.cssVariables, this.batchRequest)
- ));
- }
- replaceStylesheets() {
- this.doc.querySelectorAll("style").forEach(styleElement => {
- const stylesheetInfo = this.stylesheets.get(styleElement);
- if (stylesheetInfo) {
- let stylesheetContent = cssTree.generate(stylesheetInfo.stylesheet);
- styleElement.textContent = stylesheetContent;
- if (stylesheetInfo.mediaText) {
- styleElement.media = stylesheetInfo.mediaText;
- }
- } else {
- styleElement.remove();
- }
- });
- this.doc.querySelectorAll("link[rel*=stylesheet]").forEach(linkElement => {
- const stylesheetInfo = this.stylesheets.get(linkElement);
- if (stylesheetInfo) {
- const styleElement = this.doc.createElement("style");
- if (stylesheetInfo.mediaText) {
- styleElement.media = stylesheetInfo.mediaText;
- }
- let stylesheetContent = cssTree.generate(stylesheetInfo.stylesheet);
- styleElement.textContent = stylesheetContent;
- linkElement.parentElement.replaceChild(styleElement, linkElement);
- } else {
- linkElement.remove();
- }
- });
- }
- insertVariables() {
- if (this.cssVariables.size) {
- const styleElement = this.doc.createElement("style");
- const firstStyleElement = this.doc.head.querySelector("style");
- if (firstStyleElement) {
- this.doc.head.insertBefore(styleElement, firstStyleElement);
- } else {
- this.doc.head.appendChild(styleElement);
- }
- let stylesheetContent = "";
- this.cssVariables.forEach((content, indexResource) => {
- if (stylesheetContent) {
- stylesheetContent += ";";
- }
- stylesheetContent += `${SINGLE_FILE_VARIABLE_NAME_PREFIX + indexResource}:url("${content}")`;
- });
- styleElement.textContent = ":root{" + stylesheetContent + "}";
- }
- }
- async processScripts() {
- await Promise.all(Array.from(this.doc.querySelectorAll("script[src]")).map(async scriptElement => {
- if (scriptElement.src) {
- this.stats.add("processed", "scripts", 1);
- const scriptContent = await Download.getContent(scriptElement.src, { asDataURI: false, maxResourceSize: this.options.maxResourceSize, maxResourceSizeEnabled: this.options.maxResourceSizeEnabled });
- scriptElement.textContent = scriptContent.replace(/<\/script>/gi, "<\\/script>");
- }
- scriptElement.removeAttribute("src");
- }));
- }
- async resolveFrameURLs() {
- if (this.options.framesData) {
- const frameElements = Array.from(this.doc.querySelectorAll("iframe, frame, object[type=\"text/html\"][data]"));
- await Promise.all(frameElements.map(async frameElement => {
- DomProcessorHelper.setFrameEmptySrc(frameElement);
- const frameWindowId = frameElement.getAttribute(DOM.windowIdAttributeName(this.options.sessionId));
- if (frameWindowId) {
- const frameData = this.options.framesData.find(frame => frame.windowId == frameWindowId);
- if (frameData) {
- await initializeProcessor(frameData, frameElement, frameWindowId, this.batchRequest, Object.create(this.options));
- }
- }
- }));
- }
- async function initializeProcessor(frameData, frameElement, frameWindowId, batchRequest, options) {
- options.insertSingleFileComment = false;
- options.insertFaviconLink = false;
- options.doc = null;
- options.win = null;
- options.url = frameData.baseURI;
- options.windowId = frameWindowId;
- if (frameData.content) {
- options.content = frameData.content;
- options.canvasData = frameData.canvasData;
- options.stylesheetContents = frameData.stylesheetContents;
- options.fontsData = frameData.fontsData;
- options.imageData = frameData.imageData;
- options.usedFonts = frameData.usedFonts;
- frameData.processor = new PageProcessor(options);
- frameData.frameElement = frameElement;
- await frameData.processor.loadPage();
- await frameData.processor.initialize();
- frameData.maxResources = batchRequest.getMaxResources();
- }
- }
- }
- async processFrames() {
- if (this.options.framesData) {
- const frameElements = Array.from(this.doc.querySelectorAll("iframe, frame, object[type=\"text/html\"][data]"));
- await Promise.all(frameElements.map(async frameElement => {
- const frameWindowId = frameElement.getAttribute(DOM.windowIdAttributeName(this.options.sessionId));
- if (frameWindowId) {
- const frameData = this.options.framesData.find(frame => frame.windowId == frameWindowId);
- if (frameData) {
- if (frameData.processor) {
- this.stats.add("processed", "frames", 1);
- await frameData.processor.run();
- const pageData = await frameData.processor.getPageData();
- frameElement.removeAttribute(DOM.windowIdAttributeName(this.options.sessionId));
- if (pageData.content.match(NOSCRIPT_TAG_FOUND) || pageData.content.match(SCRIPT_TAG_FOUND)) {
- frameElement.setAttribute("sandbox", "allow-scripts allow-same-origin");
- } else {
- frameElement.setAttribute("sandbox", "");
- }
- DomProcessorHelper.setFrameContent(frameElement, pageData.content);
- this.stats.addAll(pageData);
- } else {
- this.stats.add("discarded", "frames", 1);
- }
- }
- }
- }));
- }
- }
- async resolveHtmlImportURLs() {
- const linkElements = Array.from(this.doc.querySelectorAll("link[rel=import][href]"));
- if (!this.relImportProcessors) {
- this.relImportProcessors = new Map();
- }
- await Promise.all(linkElements.map(async linkElement => {
- const resourceURL = linkElement.href;
- linkElement.removeAttribute("href");
- const options = Object.create(this.options);
- options.insertSingleFileComment = false;
- options.insertFaviconLink = false;
- options.doc = null;
- options.win = null;
- options.url = resourceURL;
- if (!DomUtil.testIgnoredPath(resourceURL) && DomUtil.testValidPath(resourceURL, this.baseURI, this.options.url)) {
- const processor = new PageProcessor(options);
- this.relImportProcessors.set(linkElement, processor);
- await processor.loadPage();
- return processor.initialize();
- }
- }));
- }
- async processHtmlImports() {
- const linkElements = Array.from(this.doc.querySelectorAll("link[rel=import][href]"));
- await Promise.all(linkElements.map(async linkElement => {
- const processor = this.relImportProcessors.get(linkElement);
- if (processor) {
- this.stats.add("processed", "HTML imports", 1);
- this.relImportProcessors.delete(linkElement);
- const pageData = await processor.getPageData();
- linkElement.setAttribute("href", "data:text/html," + pageData.content);
- this.stats.addAll(pageData);
- } else {
- this.stats.add("discarded", "HTML imports", 1);
- }
- }));
- }
- resolveStyleAttributeURLs() {
- this.doc.querySelectorAll("[style]").forEach(element => {
- let styleContent = element.getAttribute("style");
- if (this.options.compressCSS) {
- styleContent = DOM.compressCSS(styleContent);
- }
- styleContent = DomProcessorHelper.resolveStylesheetURLs(styleContent, this.baseURI, this.options);
- const declarationList = cssTree.parse(styleContent, { context: "declarationList" });
- this.styles.set(element, declarationList);
- });
- }
- async processStyleAttributes() {
- return Promise.all(Array.from(this.styles).map(([, declarationList]) =>
- DomProcessorHelper.processStyle(declarationList.children.toArray(), this.baseURI, this.options, this.cssVariables, this.batchRequest)
- ));
- }
- replaceStyleAttributes() {
- this.doc.querySelectorAll("[style]").forEach(async element => {
- const declarations = this.styles.get(element);
- if (declarations) {
- let styleContent = cssTree.generate(declarations);
- element.setAttribute("style", styleContent);
- } else {
- element.setAttribute("style", "");
- }
- });
- }
- }
- // ---------
- // DomHelper
- // ---------
- const REGEXP_AMP = /&/g;
- const REGEXP_NBSP = /\u00a0/g;
- const REGEXP_START_TAG = /</g;
- const REGEXP_END_TAG = />/g;
- const REGEXP_URL_HASH = /(#.+?)$/;
- const PREFIX_DATA_URI_IMAGE = "data:image/";
- const PREFIX_DATA_URI_AUDIO = "data:audio/";
- const PREFIX_DATA_URI_VIDEO = "data:video/";
- const PREFIX_DATA_URI_IMAGE_SVG = "data:image/svg+xml";
- const PREFIX_DATA_URI_NO_MIMETYPE = "data:;";
- const PREFIX_DATA_URI_OCTET_STREAM = /^data:(application|binary)\/octet-stream/;
- const PREFIX_DATA_URI_VND = "data:application/vnd.";
- const SINGLE_FILE_VARIABLE_NAME_PREFIX = "--sf-img-";
- class DomProcessorHelper {
- static async evalTemplate(template, options, content, dontReplaceSlash) {
- const date = new Date();
- const url = new URL(options.url);
- template = await DomUtil.evalTemplateVariable(template, "page-title", () => options.title || "No title", dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "page-language", () => options.info.lang || "No language", dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "page-description", () => options.info.description || "No description", dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "page-author", () => options.info.author || "No author", dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "page-creator", () => options.info.creator || "No creator", dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "page-publisher", () => options.info.publisher || "No publisher", dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "datetime-iso", () => date.toISOString(), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "date-iso", () => date.toISOString().split("T")[0], dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "time-iso", () => date.toISOString().split("T")[1].split("Z")[0], dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "date-locale", () => date.toLocaleDateString(), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "time-locale", () => date.toLocaleTimeString(), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "day-locale", () => String(date.getDate()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "month-locale", () => String(date.getMonth() + 1).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "year-locale", () => String(date.getFullYear()), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "datetime-locale", () => date.toLocaleString(), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "datetime-utc", () => date.toUTCString(), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "day-utc", () => String(date.getUTCDate()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "month-utc", () => String(date.getUTCMonth() + 1).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "year-utc", () => String(date.getUTCFullYear()), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "hours-locale", () => String(date.getHours()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "minutes-locale", () => String(date.getMinutes()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "seconds-locale", () => String(date.getSeconds()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "hours-utc", () => String(date.getUTCHours()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "minutes-utc", () => String(date.getUTCMinutes()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "seconds-utc", () => String(date.getUTCSeconds()).padStart(2, "0"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-hash", () => url.hash.substring(1), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-host", () => url.host.replace(/\/$/, ""), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-hostname", () => url.hostname.replace(/\/$/, ""), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-href", () => url.href, dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-password", () => url.password, dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-pathname", () => url.pathname.replace(/^\//, "").replace(/\/$/, ""), dontReplaceSlash === undefined ? true : dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-port", () => url.port, dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-protocol", () => url.protocol, dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-search", () => url.search.substring(1), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-username", () => url.username, dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "tab-id", () => String(options.tabId || "No tab id"), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "url-last-segment", () => DomUtil.getLastSegment(url), dontReplaceSlash);
- if (content) {
- template = await DomUtil.evalTemplateVariable(template, "digest-sha-256", async () => DOM.digest("SHA-256", content), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "digest-sha-384", async () => DOM.digest("SHA-384", content), dontReplaceSlash);
- template = await DomUtil.evalTemplateVariable(template, "digest-sha-512", async () => DOM.digest("SHA-512", content), dontReplaceSlash);
- }
- return template;
- }
- static setBackgroundImage(element, url, style) {
- element.style.setProperty("background-blend-mode", "normal", "important");
- element.style.setProperty("background-clip", "content-box", "important");
- element.style.setProperty("background-position", style && style["background-position"] ? style["background-position"] : "center", "important");
- element.style.setProperty("background-color", style && style["background-color"] ? style["background-color"] : "transparent", "important");
- element.style.setProperty("background-image", url, "important");
- element.style.setProperty("background-size", style && style["background-size"] ? style["background-size"] : "100% 100%", "important");
- element.style.setProperty("background-origin", "content-box", "important");
- element.style.setProperty("background-repeat", "no-repeat", "important");
- }
- static processShortcutIcons(doc) {
- let shortcutIcon = DomUtil.findShortcutIcon(Array.from(doc.querySelectorAll("link[href][rel=\"icon\"], link[href][rel=\"shortcut icon\"]")));
- if (!shortcutIcon) {
- shortcutIcon = DomUtil.findShortcutIcon(Array.from(doc.querySelectorAll("link[href][rel*=\"icon\"]")));
- if (shortcutIcon) {
- shortcutIcon.rel = "icon";
- }
- }
- if (shortcutIcon) {
- doc.querySelectorAll("link[href][rel*=\"icon\"]").forEach(linkElement => {
- if (linkElement != shortcutIcon) {
- linkElement.remove();
- }
- });
- }
- }
- static setFrameEmptySrc(frameElement) {
- if (frameElement.tagName == "OBJECT") {
- frameElement.setAttribute("data", "data:text/html,");
- } else {
- frameElement.removeAttribute("src");
- frameElement.removeAttribute("srcdoc");
- }
- }
- static setFrameContent(frameElement, content) {
- if (frameElement.tagName == "OBJECT") {
- frameElement.setAttribute("data", "data:text/html," + content);
- } else {
- frameElement.setAttribute("srcdoc", content);
- frameElement.removeAttribute("src");
- }
- }
- static isolateElements(rootElement) {
- rootElement.querySelectorAll("*:not(style)").forEach(element => {
- if (element.getAttribute(SELECTED_CONTENT_ATTRIBUTE_NAME) == "") {
- element.removeAttribute(SELECTED_CONTENT_ATTRIBUTE_NAME);
- } else if (!element.querySelector("[" + SELECTED_CONTENT_ATTRIBUTE_NAME + "]")) {
- element.remove();
- }
- });
- isolateParentElements(rootElement.parentElement, rootElement);
- function isolateParentElements(parentElement, element) {
- let elementFound = false;
- Array.from(parentElement.childNodes).forEach(node => {
- elementFound = elementFound || (node == element);
- const tagName = node.tagName && node.tagName.toLowerCase();
- if (node != element && tagName != "svg" && tagName != "style" && tagName != "link") {
- if (elementFound) {
- node.remove();
- } else {
- node.hidden = true;
- if (node.childNodes && node.childNodes.length) {
- Array.from(node.childNodes).forEach(node => node.remove());
- }
- }
- }
- });
- element = element.parentElement;
- if (element && element.parentElement && element.parentElement.tagName != "HTML") {
- isolateParentElements(element.parentElement, element);
- }
- }
- }
- static async resolveImportURLs(stylesheetContent, baseURI, options) {
- stylesheetContent = DomProcessorHelper.resolveStylesheetURLs(stylesheetContent, baseURI, options);
- const imports = DomUtil.getImportFunctions(stylesheetContent);
- await Promise.all(imports.map(async cssImport => {
- const match = DomUtil.matchImport(cssImport);
- if (match) {
- let resourceURL = DomUtil.normalizeURL(match.resourceURL);
- if (!DomUtil.testIgnoredPath(resourceURL) && DomUtil.testValidPath(resourceURL, baseURI, options.url)) {
- try {
- resourceURL = new URL(match.resourceURL, baseURI).href;
- } catch (error) {
- // ignored
- }
- if (DomUtil.testValidURL(resourceURL, baseURI, options.url)) {
- const downloadOptions = { asDataURI: false, maxResourceSize: options.maxResourceSize, maxResourceSizeEnabled: options.maxResourceSizeEnabled, validateTextContentType: true };
- let importedStylesheetContent = await Download.getContent(resourceURL, downloadOptions);
- importedStylesheetContent = DomUtil.removeCssComments(importedStylesheetContent);
- if (options.compressCSS) {
- importedStylesheetContent = DOM.compressCSS(importedStylesheetContent);
- }
- importedStylesheetContent = DomUtil.wrapMediaQuery(importedStylesheetContent, match.media);
- if (stylesheetContent.includes(cssImport)) {
- importedStylesheetContent = await DomProcessorHelper.resolveImportURLs(importedStylesheetContent, resourceURL, options);
- stylesheetContent = stylesheetContent.replace(DomUtil.getRegExp(cssImport), importedStylesheetContent);
- }
- }
- }
- }
- }));
- return stylesheetContent;
- }
- static resolveStylesheetURLs(stylesheetContent, baseURI, options) {
- const urlFunctions = DomUtil.getUrlFunctions(stylesheetContent);
- urlFunctions.map(urlFunction => {
- const originalResourceURL = DomUtil.matchURL(urlFunction);
- const resourceURL = DomUtil.normalizeURL(originalResourceURL);
- if (!DomUtil.testIgnoredPath(resourceURL)) {
- if (DomUtil.testValidPath(resourceURL, baseURI, options.url)) {
- let resolvedURL;
- try {
- resolvedURL = new URL(resourceURL, baseURI).href;
- } catch (error) {
- // ignored
- }
- if (DomUtil.testValidURL(resolvedURL, baseURI, options.url) && resourceURL != resolvedURL && stylesheetContent.includes(urlFunction)) {
- stylesheetContent = stylesheetContent.replace(DomUtil.getRegExp(urlFunction), urlFunction.replace(originalResourceURL, resolvedURL));
- }
- } else {
- let newUrlFunction;
- if (originalResourceURL) {
- newUrlFunction = urlFunction.replace(originalResourceURL, EMPTY_DATA_URI);
- } else {
- newUrlFunction = "url(" + EMPTY_DATA_URI + ")";
- }
- stylesheetContent = stylesheetContent.replace(DomUtil.getRegExp(urlFunction), newUrlFunction);
- }
- } else {
- if (resourceURL.startsWith(DATA_URI_PREFIX)) {
- const escapedResourceURL = resourceURL.replace(REGEXP_AMP, "&").replace(REGEXP_NBSP, " ").replace(REGEXP_START_TAG, "<").replace(REGEXP_END_TAG, ">");
- if (escapedResourceURL != resourceURL && stylesheetContent.includes(urlFunction)) {
- stylesheetContent = stylesheetContent.replace(DomUtil.getRegExp(urlFunction), urlFunction.replace(originalResourceURL, escapedResourceURL));
- }
- }
- }
- });
- return stylesheetContent;
- }
- static async resolveLinkStylesheetURLs(resourceURL, baseURI, options) {
- resourceURL = DomUtil.normalizeURL(resourceURL);
- if (resourceURL && resourceURL != baseURI && resourceURL != ABOUT_BLANK_URI) {
- const downloadOptions = { asDataURI: false, maxResourceSize: options.maxResourceSize, maxResourceSizeEnabled: options.maxResourceSizeEnabled, charSet: options.charSet };
- let stylesheetContent = await Download.getContent(resourceURL, downloadOptions);
- stylesheetContent = DomUtil.removeCssComments(stylesheetContent);
- if (options.compressCSS) {
- stylesheetContent = DOM.compressCSS(stylesheetContent);
- }
- stylesheetContent = await DomProcessorHelper.resolveImportURLs(stylesheetContent, resourceURL, options);
- return stylesheetContent;
- }
- }
- static async processStylesheet(cssRules, baseURI, options, cssVariables, batchRequest) {
- const promises = [];
- const removedRules = [];
- for (let cssRule = cssRules.head; cssRule; cssRule = cssRule.next) {
- const ruleData = cssRule.data;
- if (ruleData.type == "Atrule" && ruleData.name == "charset") {
- removedRules.push(cssRule);
- } else if (ruleData.block && ruleData.block.children) {
- if (ruleData.type == "Rule") {
- promises.push(this.processStyle(ruleData.block.children.toArray(), baseURI, options, cssVariables, batchRequest));
- } else if (ruleData.type == "Atrule" && (ruleData.name == "media" || ruleData.name == "supports")) {
- promises.push(this.processStylesheet(ruleData.block.children, baseURI, options, cssVariables, batchRequest));
- } else if (ruleData.type == "Atrule" && ruleData.name == "font-face") {
- promises.push(processFontFaceRule(ruleData));
- }
- }
- }
- removedRules.forEach(cssRule => cssRules.remove(cssRule));
- await Promise.all(promises);
- async function processFontFaceRule(cssRule) {
- await Promise.all(cssRule.block.children.toArray().map(async declaration => {
- if (declaration.type == "Declaration" && declaration.value.children) {
- const urlFunctions = DomUtil.getUrlFunctions(DomUtil.getCSSValue(declaration.value));
- await Promise.all(urlFunctions.map(async urlFunction => {
- const originalResourceURL = DomUtil.matchURL(urlFunction);
- const resourceURL = DomUtil.normalizeURL(originalResourceURL);
- if (!DomUtil.testIgnoredPath(resourceURL)) {
- if (DomUtil.testValidURL(resourceURL, baseURI, options.url)) {
- let { content } = await batchRequest.addURL(resourceURL);
- let validResource = content == EMPTY_DATA_URI || content.startsWith(PREFIX_DATA_URI_VND) || content.startsWith(PREFIX_DATA_URI_IMAGE_SVG);
- if (!validResource) {
- validResource = await DOM.validFont(urlFunction);
- }
- if (!validResource) {
- content = EMPTY_DATA_URI;
- }
- declaration.value.children.forEach(token => {
- if (token.type == "Url" && DOM.removeQuotes(DomUtil.getCSSValue(token.value)) == originalResourceURL) {
- token.value.value = content;
- }
- });
- }
- }
- }));
- }
- }));
- }
- }
- static async processStyle(declarations, baseURI, options, cssVariables, batchRequest) {
- await Promise.all(declarations.map(async declaration => {
- if (declaration.type == "Declaration" && declaration.value.children) {
- const urlFunctions = DomUtil.getUrlFunctions(DomUtil.getCSSValue(declaration.value));
- await Promise.all(urlFunctions.map(async urlFunction => {
- const originalResourceURL = DomUtil.matchURL(urlFunction);
- const resourceURL = DomUtil.normalizeURL(originalResourceURL);
- if (!DomUtil.testIgnoredPath(resourceURL)) {
- if (DomUtil.testValidURL(resourceURL, baseURI, options.url)) {
- let { content, indexResource, duplicate } = await batchRequest.addURL(resourceURL);
- if (duplicate && options.groupDuplicateImages) {
- const tokens = [];
- for (let token = declaration.value.children.head; token; token = token.next) {
- if (token.data.type == "Url" && DOM.removeQuotes(DomUtil.getCSSValue(token.data.value)) == originalResourceURL) {
- const value = cssTree.parse("var(" + SINGLE_FILE_VARIABLE_NAME_PREFIX + indexResource + ")", { context: "value" }).children.head;
- tokens.push({ token, value });
- }
- }
- tokens.forEach(({ token, value }) => declaration.value.children.replace(token, value));
- cssVariables.set(indexResource, content);
- } else {
- declaration.value.children.forEach(token => {
- if (token.type == "Url" && DOM.removeQuotes(DomUtil.getCSSValue(token.value)) == originalResourceURL) {
- token.value.value = content;
- }
- });
- }
- }
- }
- }));
- }
- }));
- }
- static async processAttribute(doc, resourceElements, attributeName, prefixDataURI, baseURI, options, cssVariables, styles, batchRequest, processDuplicates, removeElementIfMissing) {
- await Promise.all(Array.from(resourceElements).map(async resourceElement => {
- let resourceURL = resourceElement.getAttribute(attributeName);
- resourceURL = DomUtil.normalizeURL(resourceURL);
- if (!DomUtil.testIgnoredPath(resourceURL)) {
- resourceElement.setAttribute(attributeName, EMPTY_IMAGE);
- if (DomUtil.testValidPath(resourceURL, baseURI, options.url)) {
- try {
- resourceURL = new URL(resourceURL, baseURI).href;
- } catch (error) {
- // ignored
- }
- if (DomUtil.testValidURL(resourceURL, baseURI, options.url)) {
- const { content, indexResource, duplicate } = await batchRequest.addURL(resourceURL);
- if (removeElementIfMissing && content == EMPTY_DATA_URI) {
- resourceElement.remove();
- } else {
- if (content.startsWith(prefixDataURI) || content.startsWith(PREFIX_DATA_URI_NO_MIMETYPE) || content.match(PREFIX_DATA_URI_OCTET_STREAM)) {
- const isSVG = content.startsWith(PREFIX_DATA_URI_IMAGE_SVG);
- if (processDuplicates && duplicate && options.groupDuplicateImages && !isSVG) {
- if (DomUtil.replaceImageSource(resourceElement, SINGLE_FILE_VARIABLE_NAME_PREFIX + indexResource, options)) {
- cssVariables.set(indexResource, content);
- const declarationList = cssTree.parse(resourceElement.getAttribute("style"), { context: "declarationList" });
- styles.set(resourceElement, declarationList);
- } else {
- resourceElement.setAttribute(attributeName, content);
- }
- } else {
- resourceElement.setAttribute(attributeName, content);
- }
- }
- }
- }
- }
- }
- }));
- }
- static async processXLinks(resourceElements, baseURI, options, batchRequest) {
- const attributeName = "xlink:href";
- await Promise.all(Array.from(resourceElements).map(async resourceElement => {
- const originalResourceURL = resourceElement.getAttribute(attributeName);
- let resourceURL = DomUtil.normalizeURL(originalResourceURL);
- if (DomUtil.testValidPath(resourceURL, baseURI, options.url) && !DomUtil.testIgnoredPath(resourceURL)) {
- resourceElement.setAttribute(attributeName, EMPTY_IMAGE);
- try {
- resourceURL = new URL(resourceURL, baseURI).href;
- } catch (error) {
- // ignored
- }
- if (DomUtil.testValidURL(resourceURL, baseURI, options.url)) {
- try {
- const { content } = await batchRequest.addURL(resourceURL, false);
- const DOMParser = DOM.getParser();
- if (DOMParser) {
- const svgDoc = new DOMParser().parseFromString(content, "image/svg+xml");
- const hashMatch = originalResourceURL.match(REGEXP_URL_HASH);
- if (hashMatch && hashMatch[0]) {
- const symbolElement = svgDoc.querySelector(hashMatch[0]);
- if (symbolElement) {
- resourceElement.setAttribute(attributeName, hashMatch[0]);
- resourceElement.parentElement.insertBefore(symbolElement, resourceElement.parentElement.firstChild);
- }
- } else {
- resourceElement.setAttribute(attributeName, "data:image/svg+xml," + content);
- }
- } else {
- resourceElement.setAttribute(attributeName, "data:image/svg+xml," + content);
- }
- } catch (error) {
- /* ignored */
- }
- }
- } else if (resourceURL == options.url) {
- resourceElement.setAttribute(attributeName, originalResourceURL.substring(resourceURL.length));
- }
- }));
- }
- static async processSrcset(resourceElements, attributeName, prefixDataURI, baseURI, options, batchRequest) {
- await Promise.all(Array.from(resourceElements).map(async resourceElement => {
- const srcset = DOM.parseSrcset(resourceElement.getAttribute(attributeName));
- const srcsetValues = await Promise.all(srcset.map(async srcsetValue => {
- let resourceURL = DomUtil.normalizeURL(srcsetValue.url);
- if (!DomUtil.testIgnoredPath(resourceURL)) {
- if (DomUtil.testValidPath(resourceURL, baseURI, options.url)) {
- try {
- resourceURL = new URL(resourceURL, baseURI).href;
- } catch (error) {
- // ignored
- }
- if (DomUtil.testValidURL(resourceURL, baseURI, options.url)) {
- const { content } = await batchRequest.addURL(resourceURL);
- if (!content.startsWith(prefixDataURI) && !content.startsWith(PREFIX_DATA_URI_NO_MIMETYPE) && !content.match(PREFIX_DATA_URI_OCTET_STREAM)) {
- resourceElement.setAttribute(attributeName, EMPTY_IMAGE);
- }
- return content + (srcsetValue.w ? " " + srcsetValue.w + "w" : srcsetValue.d ? " " + srcsetValue.d + "x" : "");
- } else {
- return "";
- }
- } else {
- return "";
- }
- } else {
- return resourceURL + (srcsetValue.w ? " " + srcsetValue.w + "w" : srcsetValue.d ? " " + srcsetValue.d + "x" : "");
- }
- }));
- resourceElement.setAttribute(attributeName, srcsetValues.join(", "));
- }));
- }
- }
- // -------
- // DomUtil
- // -------
- const DATA_URI_PREFIX = "data:";
- const BLOB_URI_PREFIX = "blob:";
- const HTTP_URI_PREFIX = /^https?:\/\//;
- const FILE_URI_PREFIX = /^file:\/\//;
- const EMPTY_URL = /^https?:\/\/+\s*$/;
- const ABOUT_BLANK_URI = "about:blank";
- const NOT_EMPTY_URL = /^(https?:\/\/|file:\/\/|blob:).+/;
- const REGEXP_URL_FN = /(url\s*\(\s*'(.*?)'\s*\))|(url\s*\(\s*"(.*?)"\s*\))|(url\s*\(\s*(.*?)\s*\))/gi;
- const REGEXP_URL_SIMPLE_QUOTES_FN = /^url\s*\(\s*'(.*?)'\s*\)$/i;
- const REGEXP_URL_DOUBLE_QUOTES_FN = /^url\s*\(\s*"(.*?)"\s*\)$/i;
- const REGEXP_URL_NO_QUOTES_FN = /^url\s*\(\s*(.*?)\s*\)$/i;
- const REGEXP_IMPORT_FN = /(@import\s*url\s*\(\s*'(.*?)'\s*\)\s*(.*?)(;|$|}))|(@import\s*url\s*\(\s*"(.*?)"\s*\)\s*(.*?)(;|$|}))|(@import\s*url\s*\(\s*(.*?)\s*\)\s*(.*?)(;|$|}))|(@import\s*'(.*?)'\s*(.*?)(;|$|}))|(@import\s*"(.*?)"\s*(.*?)(;|$|}))|(@import\s*(.*?)\s*(.*?)(;|$|}))/gi;
- const REGEXP_IMPORT_URL_SIMPLE_QUOTES_FN = /@import\s*url\s*\(\s*'(.*?)'\s*\)\s*(.*?)(;|$|})/i;
- const REGEXP_IMPORT_URL_DOUBLE_QUOTES_FN = /@import\s*url\s*\(\s*"(.*?)"\s*\)\s*(.*?)(;|$|})/i;
- const REGEXP_IMPORT_URL_NO_QUOTES_FN = /@import\s*url\s*\(\s*(.*?)\s*\)\s*(.*?)(;|$|})/i;
- const REGEXP_IMPORT_SIMPLE_QUOTES_FN = /@import\s*'(.*?)'\s*(.*?)(;|$|})/i;
- const REGEXP_IMPORT_DOUBLE_QUOTES_FN = /@import\s*"(.*?)"\s*(.*?)(;|$|})/i;
- const REGEXP_IMPORT_NO_QUOTES_FN = /@import\s*(.*?)\s*(.*?)(;|$|})/i;
- const REGEXP_ESCAPE = /([{}()^$&.*?/+|[\\\\]|\]|-)/g;
- class DomUtil {
- static normalizeURL(url) {
- if (!url || url.startsWith(DATA_URI_PREFIX)) {
- return url;
- } else {
- return url.split("#")[0];
- }
- }
- static getCSSValue(value) {
- let result = "";
- try {
- result = cssTree.generate(value);
- } catch (error) {
- // ignored
- }
- return result;
- }
- static async evalTemplateVariable(template, variableName, valueGetter, dontReplaceSlash) {
- const replaceRegExp = new RegExp("{\\s*" + variableName + "\\s*}", "g");
- if (template.match(replaceRegExp)) {
- let value = await valueGetter();
- if (!dontReplaceSlash) {
- value = value.replace(/\/+/g, "_");
- }
- return template.replace(replaceRegExp, value);
- }
- return template;
- }
- static getLastSegment(url) {
- let lastSegmentMatch = url.pathname.match(/\/([^/]+)$/), lastSegment = lastSegmentMatch && lastSegmentMatch[0];
- if (!lastSegment) {
- lastSegmentMatch = url.href.match(/([^/]+)\/?$/);
- lastSegment = lastSegmentMatch && lastSegmentMatch[0];
- }
- if (!lastSegment) {
- lastSegmentMatch = lastSegment.match(/(.*)<\.[^.]+$/);
- lastSegment = lastSegmentMatch && lastSegmentMatch[0];
- }
- if (!lastSegment) {
- lastSegment = url.hostname.replace(/\/+/g, "_").replace(/\/$/, "");
- }
- lastSegment.replace(/\/$/, "").replace(/^\//, "");
- return lastSegment;
- }
- static getRegExp(string) {
- return new RegExp(string.replace(REGEXP_ESCAPE, "\\$1"), "gi");
- }
- static getUrlFunctions(stylesheetContent) {
- return Array.from(new Set(stylesheetContent.match(REGEXP_URL_FN) || []));
- }
- static getImportFunctions(stylesheetContent) {
- return stylesheetContent.match(REGEXP_IMPORT_FN) || [];
- }
- static findShortcutIcon(shortcutIcons) {
- shortcutIcons = shortcutIcons.filter(linkElement => linkElement.href != EMPTY_IMAGE);
- shortcutIcons.sort((linkElement1, linkElement2) => (parseInt(linkElement2.sizes, 10) || 16) - (parseInt(linkElement1.sizes, 10) || 16));
- return shortcutIcons[0];
- }
- static matchURL(stylesheetContent) {
- const match = stylesheetContent.match(REGEXP_URL_SIMPLE_QUOTES_FN) ||
- stylesheetContent.match(REGEXP_URL_DOUBLE_QUOTES_FN) ||
- stylesheetContent.match(REGEXP_URL_NO_QUOTES_FN);
- return match && match[1];
- }
- static testIgnoredPath(resourceURL) {
- return resourceURL && (resourceURL.startsWith(DATA_URI_PREFIX) || resourceURL == ABOUT_BLANK_URI);
- }
- static testValidPath(resourceURL, baseURI, docURL) {
- return resourceURL && resourceURL != baseURI && resourceURL != docURL && !resourceURL.match(EMPTY_URL);
- }
- static testValidURL(resourceURL, baseURI, docURL) {
- return DomUtil.testValidPath(resourceURL, baseURI, docURL) && (resourceURL.match(HTTP_URI_PREFIX) || resourceURL.match(FILE_URI_PREFIX) || resourceURL.startsWith(BLOB_URI_PREFIX)) && resourceURL.match(NOT_EMPTY_URL);
- }
- static matchImport(stylesheetContent) {
- const match = stylesheetContent.match(REGEXP_IMPORT_URL_SIMPLE_QUOTES_FN) ||
- stylesheetContent.match(REGEXP_IMPORT_URL_DOUBLE_QUOTES_FN) ||
- stylesheetContent.match(REGEXP_IMPORT_URL_NO_QUOTES_FN) ||
- stylesheetContent.match(REGEXP_IMPORT_SIMPLE_QUOTES_FN) ||
- stylesheetContent.match(REGEXP_IMPORT_DOUBLE_QUOTES_FN) ||
- stylesheetContent.match(REGEXP_IMPORT_NO_QUOTES_FN);
- if (match) {
- const [, resourceURL, media] = match;
- return { resourceURL, media };
- }
- }
- static removeCssComments(stylesheetContent) {
- let start, end;
- do {
- start = stylesheetContent.indexOf("/*");
- end = stylesheetContent.indexOf("*/", start + 2);
- if (start != -1 && end != -1) {
- stylesheetContent = stylesheetContent.substring(0, start) + stylesheetContent.substr(end + 2);
- }
- } while (start != -1 && end != -1);
- return stylesheetContent;
- }
- static wrapMediaQuery(stylesheetContent, mediaQuery) {
- if (mediaQuery) {
- return "@media " + mediaQuery + "{ " + stylesheetContent + " }";
- } else {
- return stylesheetContent;
- }
- }
- static replaceImageSource(imgElement, variableName, options) {
- const dataAttributeName = DOM.imagesAttributeName(options.sessionId);
- if (imgElement.getAttribute(dataAttributeName) != null) {
- const imgData = options.imageData[Number(imgElement.getAttribute(dataAttributeName))];
- if (imgData.replaceable) {
- imgElement.setAttribute("src", `data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="${imgData.size.pxWidth}" height="${imgData.size.pxHeight}"><rect fill-opacity="0"/></svg>`);
- const backgroundStyle = {};
- const backgroundSize = (imgData.objectFit == "content" || imgData.objectFit == "cover") && imgData.objectFit;
- if (backgroundSize) {
- backgroundStyle["background-size"] = imgData.objectFit;
- }
- if (imgData.objectPosition) {
- backgroundStyle["background-position"] = imgData.objectPosition;
- }
- if (imgData.backgroundColor) {
- backgroundStyle["background-color"] = imgData.backgroundColor;
- }
- DomProcessorHelper.setBackgroundImage(imgElement, "var(" + variableName + ")", backgroundStyle);
- imgElement.removeAttribute(dataAttributeName);
- return true;
- }
- }
- }
- }
- function log(...args) {
- console.log("S-File <core> ", ...args); // eslint-disable-line no-console
- }
- // -----
- // Stats
- // -----
- const STATS_DEFAULT_VALUES = {
- discarded: {
- "HTML bytes": 0,
- "hidden elements": 0,
- "HTML imports": 0,
- scripts: 0,
- objects: 0,
- "audio sources": 0,
- "video sources": 0,
- frames: 0,
- "CSS rules": 0,
- canvas: 0,
- stylesheets: 0,
- resources: 0,
- medias: 0
- },
- processed: {
- "HTML bytes": 0,
- "hidden elements": 0,
- "HTML imports": 0,
- scripts: 0,
- objects: 0,
- "audio sources": 0,
- "video sources": 0,
- frames: 0,
- "CSS rules": 0,
- canvas: 0,
- stylesheets: 0,
- resources: 0,
- medias: 0
- }
- };
- class Stats {
- constructor(options) {
- this.options = options;
- if (options.displayStats) {
- this.data = JSON.parse(JSON.stringify(STATS_DEFAULT_VALUES));
- }
- }
- set(type, subType, value) {
- if (this.options.displayStats) {
- this.data[type][subType] = value;
- }
- }
- add(type, subType, value) {
- if (this.options.displayStats) {
- this.data[type][subType] += value;
- }
- }
- addAll(pageData) {
- if (this.options.displayStats) {
- Object.keys(this.data.discarded).forEach(key => this.add("discarded", key, pageData.stats.discarded[key] || 0));
- Object.keys(this.data.processed).forEach(key => this.add("processed", key, pageData.stats.processed[key] || 0));
- }
- }
- }
- return { getClass };
- })();
|