Browse Source

update

master
lnx4 2 years ago
parent
commit
9418ed2d86
  1. 2
      chromium-lorpic/app.js
  2. 2
      firefox-lorpic/app.js

2
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){

2
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){

Loading…
Cancel
Save