Ver código fonte

Make img noscript selector more explicit

tags/v1.3
Matt Baer 6 anos atrás
pai
commit
e8c31347cd
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      content.js

+ 1
- 1
content.js Ver arquivo

@@ -28,7 +28,7 @@ var hideDickbar = function() {

var disableLazyLoading = function() {
// Get all <noscript> tags accompanying dynamically-loading <img>s
var hiddenMedia = document.querySelectorAll('.js-progressiveMedia-inner');
var hiddenMedia = document.querySelectorAll('noscript.js-progressiveMedia-inner');
if (hiddenMedia == null) {
return;
}


Carregando…
Cancelar
Salvar