Explorar el Código

Fix - skip making request when utf-8 encoding is present

simov hace 9 años
padre
commit
f06bf82731
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      content/content.js

+ 1 - 0
content/content.js

@@ -36,6 +36,7 @@ window.addEventListener('DOMContentLoaded', () => {
       ;((done) => {
         if (document.charset === 'UTF-8') {
           done()
+          return
         }
         m.request({url: window.location.href,
           deserialize: (body) => {