refactor: Add lazy loading for images in ZenThemesImporter.mjs

Improve page load performance by adding lazy loading for images in the ZenThemesImporter.mjs file. This enhancement optimizes the loading of images and improves the overall user experience.
This commit is contained in:
Mauro Balades 2024-08-19 19:10:41 +02:00
parent 5cb3a8da2c
commit 9a0959c50e

View file

@ -4,8 +4,13 @@ const kZenStylesheetThemeHeader = `
* DO NOT EDIT THIS FILE DIRECTLY!
* Your changes will be overwritten.
* Instead, go to the preferences and edit the themes there.
*/`;
*/
@-moz-document url-prefix("chrome:") {
`;
const kenStylesheetFooter = `
}
/* End of Zen Themes */
`;
var gZenStylesheetManager = {