From 9418ed2d86e5083bbdac6d6b9fd5ccde3fd93347 Mon Sep 17 00:00:00 2001 From: lnx4 Date: Sat, 17 Sep 2022 22:40:42 +0300 Subject: [PATCH] update --- chromium-lorpic/app.js | 2 +- firefox-lorpic/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chromium-lorpic/app.js b/chromium-lorpic/app.js index 12dfffe..9a6db38 100755 --- a/chromium-lorpic/app.js +++ b/chromium-lorpic/app.js @@ -1,6 +1,6 @@ (function() { // Code Here - const formats = ['jpeg', 'jpg', 'png'] + const formats = ['jpeg', 'jpg', 'png']; let links = document.querySelectorAll('a[href]:not([itemprop])'); links.forEach(function(link){ diff --git a/firefox-lorpic/app.js b/firefox-lorpic/app.js index 12dfffe..9a6db38 100755 --- a/firefox-lorpic/app.js +++ b/firefox-lorpic/app.js @@ -1,6 +1,6 @@ (function() { // Code Here - const formats = ['jpeg', 'jpg', 'png'] + const formats = ['jpeg', 'jpg', 'png']; let links = document.querySelectorAll('a[href]:not([itemprop])'); links.forEach(function(link){